PR-384832: Updating packages.

This commit is contained in:
2025-10-17 20:17:24 +00:00
parent 08fffc2156
commit b683b8654e
2 changed files with 2148 additions and 2253 deletions

4367
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.6.1", "version": "1.6.2",
"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",
@@ -39,12 +39,12 @@
"cookie-parse": "^0.4.0", "cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^17.2.0", "dotenv": "^17.2.3",
"express": "^5.1.0", "express": "^5.1.0",
"graphql": "^16.11.0", "graphql": "^16.11.0",
"graphql-http": "^1.22.4", "graphql-http": "^1.22.4",
"graphql-playground-middleware-express": "^1.7.23", "graphql-playground-middleware-express": "^1.7.23",
"graphql-scalars": "^1.24.2", "graphql-scalars": "^1.25.0",
"graphql-subscriptions": "^3.0.0", "graphql-subscriptions": "^3.0.0",
"graphql-tools": "^9.0.20", "graphql-tools": "^9.0.20",
"graphql-ws": "^6.0.6", "graphql-ws": "^6.0.6",
@@ -54,38 +54,38 @@
"ws": "^8.18.3" "ws": "^8.18.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.28.0", "@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.0", "@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.27.1", "@babel/register": "^7.28.3",
"@types/body-parser": "^1.19.6", "@types/body-parser": "^1.19.6",
"@types/cookie-parser": "^1.4.9", "@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"@types/express": "^5.0.3", "@types/express": "^5.0.3",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.0.15", "@types/node": "^24.8.1",
"@types/supertest": "^6.0.3", "@types/supertest": "^6.0.3",
"@types/webpack": "^5.28.5", "@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4", "@types/webpack-node-externals": "^3.0.4",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.38.0", "@typescript-eslint/parser": "^8.46.1",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0", "compression-webpack-plugin": "^11.1.0",
"eslint": "^9.31.0", "eslint": "^9.38.0",
"eslint-webpack-plugin": "^5.0.2", "eslint-webpack-plugin": "^5.0.2",
"jest": "^30.0.4", "jest": "^30.2.0",
"nodemon": "^3.1.10", "nodemon": "^3.1.10",
"resolve-ts-aliases": "^1.0.1", "resolve-ts-aliases": "^1.0.1",
"supertest": "^7.1.3", "supertest": "^7.1.4",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.5",
"ts-loader": "^9.5.2", "ts-loader": "^9.5.4",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"webpack": "^5.100.2", "webpack": "^5.102.1",
"webpack-cli": "^6.0.1", "webpack-cli": "^6.0.1",
"webpack-manifest-plugin": "^5.0.1", "webpack-manifest-plugin": "^5.0.1",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.2" "webpack-shell-plugin-next": "^2.3.3"
} }
} }