Skip to content

Commit 17a1d04

Browse files
Merge branch 'nestjs:master' into master
2 parents dd5a842 + 1db72fd commit 17a1d04

File tree

19 files changed

+540
-1284
lines changed

19 files changed

+540
-1284
lines changed

package-lock.json

+342-742
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@
8080
"devDependencies": {
8181
"@apollo/server": "4.10.4",
8282
"@codechecks/client": "0.1.12",
83-
"@commitlint/cli": "19.2.2",
84-
"@commitlint/config-angular": "19.2.2",
83+
"@commitlint/cli": "19.3.0",
84+
"@commitlint/config-angular": "19.3.0",
8585
"@fastify/cors": "9.0.1",
8686
"@fastify/formbody": "7.4.0",
8787
"@fastify/middie": "8.3.0",
8888
"@fastify/multipart": "8.2.0",
8989
"@fastify/static": "7.0.3",
90-
"@fastify/view": "9.0.0",
90+
"@fastify/view": "9.1.0",
9191
"@grpc/grpc-js": "1.10.6",
92-
"@grpc/proto-loader": "0.7.11",
92+
"@grpc/proto-loader": "0.7.13",
9393
"@nestjs/apollo": "12.1.0",
9494
"@nestjs/graphql": "12.1.1",
9595
"@nestjs/mongoose": "10.0.6",
@@ -107,11 +107,11 @@
107107
"@types/sinon": "17.0.3",
108108
"@types/supertest": "2.0.16",
109109
"@types/ws": "8.5.10",
110-
"@typescript-eslint/eslint-plugin": "7.7.0",
111-
"@typescript-eslint/parser": "7.7.0",
110+
"@typescript-eslint/eslint-plugin": "7.8.0",
111+
"@typescript-eslint/parser": "7.8.0",
112112
"amqp-connection-manager": "4.1.14",
113113
"amqplib": "0.10.4",
114-
"artillery": "2.0.10",
114+
"artillery": "2.0.11",
115115
"body-parser": "1.20.2",
116116
"bytes": "3.1.2",
117117
"cache-manager": "5.5.1",
@@ -151,11 +151,11 @@
151151
"lint-staged": "15.2.2",
152152
"markdown-table": "2.0.0",
153153
"mocha": "10.4.0",
154-
"mongoose": "8.3.2",
155-
"mqtt": "5.5.2",
154+
"mongoose": "8.3.3",
155+
"mqtt": "5.5.5",
156156
"multer": "1.4.4",
157-
"mysql2": "3.9.6",
158-
"nats": "2.22.0",
157+
"mysql2": "3.9.7",
158+
"nats": "2.23.0",
159159
"nodemon": "3.1.0",
160160
"nyc": "14.1.1",
161161
"prettier": "3.2.5",
@@ -165,13 +165,13 @@
165165
"sinon-chai": "3.7.0",
166166
"socket.io-client": "4.7.5",
167167
"subscriptions-transport-ws": "0.11.0",
168-
"supertest": "6.3.3",
168+
"supertest": "7.0.0",
169169
"ts-morph": "22.0.0",
170170
"ts-node": "10.9.2",
171171
"typeorm": "0.3.20",
172172
"typescript": "5.4.5",
173173
"wrk": "1.2.1",
174-
"ws": "8.16.0"
174+
"ws": "8.17.0"
175175
},
176176
"engines": {
177177
"node": ">= 16"

packages/platform-ws/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"tslib": "2.6.2",
22-
"ws": "8.16.0"
22+
"ws": "8.17.0"
2323
},
2424
"peerDependencies": {
2525
"@nestjs/common": "^10.0.0",

sample/05-sql-typeorm/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/05-sql-typeorm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nestjs/core": "10.3.2",
2424
"@nestjs/platform-express": "10.3.2",
2525
"@nestjs/typeorm": "10.0.1",
26-
"mysql2": "3.9.4",
26+
"mysql2": "3.9.7",
2727
"reflect-metadata": "0.2.1",
2828
"rimraf": "5.0.5",
2929
"rxjs": "7.8.1",

sample/07-sequelize/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/07-sequelize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nestjs/core": "10.3.2",
2424
"@nestjs/platform-express": "10.3.2",
2525
"@nestjs/sequelize": "10.0.0",
26-
"mysql2": "3.9.4",
26+
"mysql2": "3.9.7",
2727
"reflect-metadata": "0.2.1",
2828
"rimraf": "5.0.5",
2929
"rxjs": "7.8.1",

sample/31-graphql-federation-code-first/gateway/package-lock.json

+13-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/31-graphql-federation-code-first/gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nestjs/common": "10.3.2",
2626
"@nestjs/core": "10.3.2",
2727
"@nestjs/graphql": "12.0.11",
28-
"@nestjs/platform-express": "10.3.2",
28+
"@nestjs/platform-express": "10.3.8",
2929
"graphql": "16.8.1",
3030
"graphql-tools": "9.0.0",
3131
"reflect-metadata": "0.2.1",

sample/31-graphql-federation-code-first/posts-application/package-lock.json

+13-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)