Skip to content

Commit 4e55643

Browse files
committed
Updated packages
1 parent 43aa90c commit 4e55643

File tree

2 files changed

+268
-267
lines changed

2 files changed

+268
-267
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"test:e2e:watch": "jest --config ./test/jest-e2e.json --watch"
2727
},
2828
"dependencies": {
29-
"@nestjs/common": "^11.1.1",
29+
"@nestjs/common": "^11.1.2",
3030
"@nestjs/config": "^4.0.2",
31-
"@nestjs/core": "^11.1.1",
31+
"@nestjs/core": "^11.1.2",
3232
"@nestjs/jwt": "^11.0.0",
3333
"@nestjs/mapped-types": "^2.1.0",
3434
"@nestjs/passport": "^11.0.5",
35-
"@nestjs/platform-express": "^11.1.1",
35+
"@nestjs/platform-express": "^11.1.2",
3636
"@nestjs/swagger": "^11.2.0",
3737
"@prisma/client": "6.8.2",
3838
"bcrypt": "^6.0.0",
@@ -50,13 +50,13 @@
5050
"@faker-js/faker": "^9.8.0",
5151
"@nestjs/cli": "^11.0.7",
5252
"@nestjs/schematics": "^11.0.5",
53-
"@nestjs/testing": "^11.1.1",
53+
"@nestjs/testing": "^11.1.2",
5454
"@types/bcrypt": "^5.0.2",
55-
"@types/compression": "^1.7.5",
55+
"@types/compression": "^1.8.0",
5656
"@types/cookie-parser": "^1.4.8",
5757
"@types/express": "^5.0.2",
5858
"@types/jest": "^29.5.14",
59-
"@types/node": "^22.15.19",
59+
"@types/node": "^22.15.21",
6060
"@types/passport": "^1.0.17",
6161
"@types/passport-google-oauth20": "^2.0.16",
6262
"@types/passport-jwt": "^4.0.1",

0 commit comments

Comments
 (0)