PR-534448: updating packages.

This commit is contained in:
2023-11-22 15:06:19 +00:00
parent 597fe55f45
commit a8e7e70347
3 changed files with 106 additions and 70 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.11",
"version": "1.5.12",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -33,7 +33,7 @@
},
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/schema": "^10.0.2",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"cookie-parse": "^0.4.0",
@ -59,14 +59,14 @@
"@babel/register": "^7.22.15",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.2",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@types/supertest": "^2.0.16",
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"@types/ws": "^8.5.9",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-loader": "^9.1.3",
@ -80,7 +80,7 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",