Skip to content

Commit 040910f

Browse files
chore(deps): update all non-major dependencies (#2400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2556eb8 commit 040910f

File tree

3 files changed

+557
-338
lines changed

3 files changed

+557
-338
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
uses: "willsoto/actions/.github/workflows/node-ci.yml@v3.0.0"
11+
uses: "willsoto/actions/.github/workflows/node-ci.yml@v3.1.0"
1212
secrets:
1313
GitHubToken: ${{ secrets.GH_TOKEN }}
1414
NPMToken: ${{ secrets.NPM_TOKEN }}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@
8080
"devDependencies": {
8181
"@commitlint/cli": "19.7.1",
8282
"@commitlint/config-conventional": "19.7.1",
83-
"@eslint/eslintrc": "3.2.0",
84-
"@eslint/js": "9.20.0",
83+
"@eslint/eslintrc": "3.3.0",
84+
"@eslint/js": "9.21.0",
8585
"@fastify/compress": "8.0.1",
86-
"@nestjs/cli": "11.0.2",
87-
"@nestjs/common": "11.0.9",
88-
"@nestjs/core": "11.0.9",
89-
"@nestjs/platform-express": "11.0.9",
90-
"@nestjs/platform-fastify": "11.0.9",
91-
"@nestjs/schematics": "11.0.0",
92-
"@nestjs/testing": "11.0.9",
86+
"@nestjs/cli": "11.0.4",
87+
"@nestjs/common": "11.0.10",
88+
"@nestjs/core": "11.0.10",
89+
"@nestjs/platform-express": "11.0.10",
90+
"@nestjs/platform-fastify": "11.0.10",
91+
"@nestjs/schematics": "11.0.1",
92+
"@nestjs/testing": "11.0.10",
9393
"@semantic-release/changelog": "6.0.3",
9494
"@semantic-release/git": "10.0.1",
9595
"@types/chai": "5.0.1",
@@ -98,12 +98,12 @@
9898
"@types/express": "5.0.0",
9999
"@types/express-serve-static-core": "5.0.6",
100100
"@types/mocha": "10.0.10",
101-
"@types/node": "22.13.4",
102-
"@types/sinon": "17.0.3",
101+
"@types/node": "22.13.5",
102+
"@types/sinon": "17.0.4",
103103
"@types/sinon-chai": "3.2.12",
104104
"@types/supertest": "6.0.2",
105-
"@typescript-eslint/eslint-plugin": "8.24.0",
106-
"@typescript-eslint/parser": "8.24.0",
105+
"@typescript-eslint/eslint-plugin": "8.24.1",
106+
"@typescript-eslint/parser": "8.24.1",
107107
"c8": "10.1.3",
108108
"chai": "4.4.1",
109109
"chai-as-promised": "7.1.2",
@@ -114,13 +114,13 @@
114114
"lint-staged": "15.4.3",
115115
"markdown-toc": "1.2.0",
116116
"mocha": "11.1.0",
117-
"prettier": "3.5.1",
117+
"prettier": "3.5.2",
118118
"prettier-plugin-organize-imports": "4.1.0",
119119
"prettier-plugin-packagejson": "2.5.8",
120120
"prom-client": "15.1.3",
121121
"reflect-metadata": "0.2.2",
122122
"rimraf": "6.0.1",
123-
"rxjs": "7.8.1",
123+
"rxjs": "7.8.2",
124124
"semantic-release": "24.2.3",
125125
"sinon": "19.0.2",
126126
"sinon-chai": "3.7.0",

0 commit comments

Comments
 (0)