Skip to content

Commit ff47c54

Browse files
chore: bump all non-major versions of dependencies
Updated all non-major (minor and patch) versions of dependencies in `package.json` to the latest available ones using `npx npm-check-updates -u --target minor`. Ran `yarn install` and updated `yarn.lock`. Verified build succeeds and unit tests pass.
1 parent 3fae555 commit ff47c54

2 files changed

Lines changed: 274 additions & 233 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
"dependencies": {
3636
"@approvio/api": "0.0.26",
3737
"@nestjs/bull": "11.0.4",
38-
"@nestjs/common": "11.1.13",
39-
"@nestjs/core": "11.1.13",
38+
"@nestjs/common": "11.1.14",
39+
"@nestjs/core": "11.1.14",
4040
"@nestjs/jwt": "11.0.2",
4141
"@nestjs/passport": "11.0.5",
42-
"@nestjs/platform-express": "11.1.13",
43-
"@prisma/adapter-pg": "7.3.0",
44-
"@prisma/client": "7.3.0",
45-
"@prisma/driver-adapter-utils": "7.3.0",
46-
"axios": "1.13.5",
42+
"@nestjs/platform-express": "11.1.14",
43+
"@prisma/adapter-pg": "7.4.2",
44+
"@prisma/client": "7.4.2",
45+
"@prisma/driver-adapter-utils": "7.4.2",
46+
"axios": "1.13.6",
4747
"bull": "4.16.5",
4848
"class-transformer": "0.5.1",
49-
"class-validator": "0.14.3",
49+
"class-validator": "0.15.1",
5050
"express": "4.22.1",
5151
"fp-ts": "2.16.11",
52-
"ioredis": "5.9.2",
52+
"ioredis": "5.10.0",
5353
"jose": "6.1.3",
5454
"jsonwebtoken": "9.0.3",
5555
"nodemailer": "7.0.13",
56-
"openid-client": "6.8.1",
56+
"openid-client": "6.8.2",
5757
"passport": "0.7.0",
5858
"passport-jwt": "4.0.1",
5959
"rate-limiter-flexible": "9.1.1",
@@ -63,18 +63,18 @@
6363
"devDependencies": {
6464
"@nestjs/cli": "11.0.16",
6565
"@nestjs/schematics": "11.0.9",
66-
"@nestjs/testing": "11.1.13",
66+
"@nestjs/testing": "11.1.14",
6767
"@types/chance": "1.1.7",
6868
"@types/express": "5.0.6",
6969
"@types/jest": "29.5.14",
7070
"@types/jsonwebtoken": "9.0.10",
71-
"@types/node": "22.19.9",
72-
"@types/nodemailer": "6.4.22",
71+
"@types/node": "22.19.13",
72+
"@types/nodemailer": "6.4.23",
7373
"@types/passport-jwt": "4.0.1",
7474
"@types/supertest": "6.0.3",
7575
"@types/uuid": "11.0.0",
76-
"@typescript-eslint/eslint-plugin": "8.54.0",
77-
"@typescript-eslint/parser": "8.54.0",
76+
"@typescript-eslint/eslint-plugin": "8.56.1",
77+
"@typescript-eslint/parser": "8.56.1",
7878
"chance": "1.1.13",
7979
"dotenv-cli": "8.0.0",
8080
"eslint": "8.57.1",
@@ -84,21 +84,21 @@
8484
"eslint-plugin-prettier": "5.5.5",
8585
"expect-more-jest": "5.5.0",
8686
"generate-license-file": "4.1.1",
87-
"ioredis": "5.9.2",
87+
"ioredis": "5.10.0",
8888
"jest": "29.7.0",
8989
"license-checker-rseidelsohn": "4.4.2",
9090
"node-loader": "2.1.0",
9191
"prettier": "3.8.1",
9292
"pretty-format": "30.2.0",
93-
"prisma": "7.3.0",
93+
"prisma": "7.4.2",
9494
"prisma-case-format": "2.2.1",
9595
"rxjs": "7.8.2",
9696
"supertest": "7.2.2",
9797
"ts-jest": "29.4.6",
9898
"ts-loader": "9.5.4",
9999
"ts-node": "10.9.2",
100100
"typescript": "5.9.3",
101-
"webpack": "5.105.0",
101+
"webpack": "5.105.3",
102102
"wiremock": "3.13.2",
103103
"wiremock-captain": "4.1.3"
104104
}

0 commit comments

Comments
 (0)