PR-660444: updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2023-11-08 19:10:12 +00:00
parent 8136a1ac4f
commit d652ff7ef6
2 changed files with 467 additions and 453 deletions

882
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@aleleba/create-node-ts-graphql-server", "name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.8", "version": "1.5.9",
"description": "Node with Typescript and GraphQL Server", "description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "index.js", "main": "index.js",
@ -46,33 +46,33 @@
"graphql-playground-middleware-express": "^1.7.23", "graphql-playground-middleware-express": "^1.7.23",
"graphql-subscriptions": "^2.0.0", "graphql-subscriptions": "^2.0.0",
"graphql-tools": "^9.0.0", "graphql-tools": "^9.0.0",
"graphql-ws": "^5.14.1", "graphql-ws": "^5.14.2",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"type-graphql": "^2.0.0-beta.3", "type-graphql": "^2.0.0-beta.3",
"web-push": "^3.6.6", "web-push": "^3.6.6",
"ws": "^8.14.2" "ws": "^8.14.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.23.0", "@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.20", "@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.0", "@babel/preset-typescript": "^7.23.2",
"@babel/register": "^7.22.15", "@babel/register": "^7.22.15",
"@types/body-parser": "^1.19.3", "@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.4", "@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.14", "@types/cors": "^2.8.16",
"@types/express": "^4.17.18", "@types/express": "^4.17.21",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.8",
"@types/node": "^20.8.4", "@types/node": "^20.9.0",
"@types/supertest": "^2.0.14", "@types/supertest": "^2.0.16",
"@types/webpack": "^5.28.3", "@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.2", "@types/webpack-node-externals": "^3.0.4",
"@types/ws": "^8.5.6", "@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.7.5", "@typescript-eslint/parser": "^6.10.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0", "compression-webpack-plugin": "^10.0.0",
"eslint": "^8.51.0", "eslint": "^8.53.0",
"eslint-webpack-plugin": "^4.0.1", "eslint-webpack-plugin": "^4.0.1",
"jest": "^29.7.0", "jest": "^29.7.0",
"nodemon": "^3.0.1", "nodemon": "^3.0.1",
@ -81,7 +81,7 @@
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"ts-loader": "^9.5.0", "ts-loader": "^9.5.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"webpack": "^5.88.2", "webpack": "^5.89.0",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0", "webpack-manifest-plugin": "^5.0.0",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",