Skip to content

Commit 7c050ed

Browse files
chore(deps): update all non-major dependencies (#2404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e64dea commit 7c050ed

File tree

2 files changed

+233
-256
lines changed

2 files changed

+233
-256
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -80,30 +80,30 @@
8080
"devDependencies": {
8181
"@commitlint/cli": "19.8.0",
8282
"@commitlint/config-conventional": "19.8.0",
83-
"@eslint/eslintrc": "3.3.0",
84-
"@eslint/js": "9.22.0",
83+
"@eslint/eslintrc": "3.3.1",
84+
"@eslint/js": "9.23.0",
8585
"@fastify/compress": "8.0.1",
8686
"@nestjs/cli": "11.0.5",
87-
"@nestjs/common": "11.0.11",
88-
"@nestjs/core": "11.0.11",
89-
"@nestjs/platform-express": "11.0.11",
90-
"@nestjs/platform-fastify": "11.0.11",
87+
"@nestjs/common": "11.0.12",
88+
"@nestjs/core": "11.0.12",
89+
"@nestjs/platform-express": "11.0.12",
90+
"@nestjs/platform-fastify": "11.0.12",
9191
"@nestjs/schematics": "11.0.2",
92-
"@nestjs/testing": "11.0.11",
92+
"@nestjs/testing": "11.0.12",
9393
"@semantic-release/changelog": "6.0.3",
9494
"@semantic-release/git": "10.0.1",
9595
"@types/chai": "5.2.0",
9696
"@types/chai-as-promised": "7.1.8",
9797
"@types/eslint": "9.6.1",
98-
"@types/express": "5.0.0",
98+
"@types/express": "5.0.1",
9999
"@types/express-serve-static-core": "5.0.6",
100100
"@types/mocha": "10.0.10",
101-
"@types/node": "22.13.10",
101+
"@types/node": "22.13.11",
102102
"@types/sinon": "17.0.4",
103103
"@types/sinon-chai": "3.2.12",
104104
"@types/supertest": "6.0.2",
105-
"@typescript-eslint/eslint-plugin": "8.26.1",
106-
"@typescript-eslint/parser": "8.26.1",
105+
"@typescript-eslint/eslint-plugin": "8.27.0",
106+
"@typescript-eslint/parser": "8.27.0",
107107
"c8": "10.1.3",
108108
"chai": "4.4.1",
109109
"chai-as-promised": "7.1.2",
@@ -122,21 +122,21 @@
122122
"rimraf": "6.0.1",
123123
"rxjs": "7.8.2",
124124
"semantic-release": "24.2.3",
125-
"sinon": "19.0.2",
125+
"sinon": "19.0.4",
126126
"sinon-chai": "3.7.0",
127127
"standard-version": "9.5.0",
128-
"supertest": "7.0.0",
128+
"supertest": "7.1.0",
129129
"ts-node": "10.9.2",
130130
"typescript": "5.8.2"
131131
},
132132
"peerDependencies": {
133133
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
134134
"prom-client": "^15.0.0"
135135
},
136-
"packageManager": "[email protected].3",
136+
"packageManager": "[email protected].5",
137137
"volta": {
138138
"node": "22.14.0",
139-
"pnpm": "10.6.3"
139+
"pnpm": "10.6.5"
140140
},
141141
"pnpm": {
142142
"peerDependencyRules": {

0 commit comments

Comments
 (0)