PR-484847: updating packages.

This commit is contained in:
2023-06-20 23:33:23 +00:00
parent 1ea85baf6c
commit a6667f8cb5
2 changed files with 123 additions and 123 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.5",
"version": "1.5.6",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -39,7 +39,7 @@
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-http": "^1.19.0",
@ -67,12 +67,12 @@
"@types/webpack": "^5.28.1",
"@types/webpack-node-externals": "^3.0.0",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-webpack-plugin": "^4.0.1",
"jest": "^29.5.0",
"nodemon": "^2.0.22",