Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/nest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 22, 2024
2 parents 8bf0015 + 09857ae commit 1a605dd
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 54 deletions.
86 changes: 40 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"class-validator": "0.14.1",
"cli-color": "2.0.4",
"cors": "2.8.5",
"express": "4.18.3",
"express": "4.19.1",
"fast-json-stringify": "5.13.0",
"fast-safe-stringify": "2.1.1",
"graphql-subscriptions": "2.0.0",
Expand All @@ -80,12 +80,12 @@
"devDependencies": {
"@apollo/server": "4.10.1",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "19.2.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-angular": "19.1.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "8.1.0",
"@fastify/multipart": "8.2.0",
"@fastify/static": "7.0.1",
"@fastify/view": "9.0.0",
"@grpc/grpc-js": "1.10.3",
Expand All @@ -103,7 +103,7 @@
"@types/gulp": "4.0.17",
"@types/http-errors": "2.0.4",
"@types/mocha": "10.0.6",
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"@types/sinon": "17.0.3",
"@types/supertest": "2.0.16",
"@types/ws": "8.5.10",
Expand All @@ -122,7 +122,7 @@
"commitlint-circle": "1.0.0",
"concurrently": "8.2.2",
"conventional-changelog": "5.1.0",
"core-js": "3.36.0",
"core-js": "3.36.1",
"coveralls": "3.1.1",
"delete-empty": "3.0.0",
"engine.io-client": "6.5.3",
Expand Down Expand Up @@ -153,7 +153,7 @@
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"mocha": "10.3.0",
"mongoose": "8.2.2",
"mongoose": "8.2.3",
"mqtt": "5.5.0",
"multer": "1.4.4",
"mysql2": "3.9.2",
Expand All @@ -171,7 +171,7 @@
"ts-morph": "22.0.0",
"ts-node": "10.9.2",
"typeorm": "0.3.20",
"typescript": "5.4.2",
"typescript": "5.4.3",
"wrk": "1.2.1",
"ws": "8.16.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.3",
"express": "4.19.1",
"multer": "1.4.4-lts.1",
"tslib": "2.6.2"
},
Expand Down

0 comments on commit 1a605dd

Please sign in to comment.