PR-960099: updating packages.

This commit is contained in:
2022-08-09 20:29:05 +00:00
parent 6a5de3c38b
commit 08182d9bc7
2 changed files with 47 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.1.4",
"version": "1.1.5",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -32,7 +32,7 @@
},
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": {
"@graphql-tools/schema": "^8.5.1",
"@graphql-tools/schema": "^9.0.0",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
@ -42,8 +42,8 @@
"graphql": "^16.5.0",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.3.1",
"graphql-ws": "^5.9.1",
"graphql-tools": "^8.3.2",
"graphql-ws": "^5.10.0",
"web-push": "^3.5.0",
"ws": "^8.8.1"
},