Skip to content

Commit 97139e9

Browse files
fix(deps): update all non-major dependencies with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a03ee98 commit 97139e9

File tree

3 files changed

+114
-121
lines changed

3 files changed

+114
-121
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.10.0
1+
24.11.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"commit": "cz"
2525
},
2626
"dependencies": {
27-
"@eslint/js": "^9.37.0",
28-
"@stylistic/eslint-plugin": "^5.4.0",
27+
"@eslint/js": "^9.38.0",
28+
"@stylistic/eslint-plugin": "^5.5.0",
2929
"eslint-plugin-cypress": "^5.2.0",
3030
"eslint-plugin-jsonc": "^2.21.0",
3131
"eslint-plugin-n": "^17.23.1",
@@ -37,7 +37,7 @@
3737
"vue-eslint-parser": "^10.2.0"
3838
},
3939
"peerDependencies": {
40-
"eslint": ">= 9.37.0"
40+
"eslint": ">= 9.38.0"
4141
},
4242
"devDependencies": {
4343
"@commitlint/cli": "^19.8.1",
@@ -47,7 +47,7 @@
4747
"@semantic-release/changelog": "^6.0.3",
4848
"commitizen": "^4.3.1",
4949
"cz-conventional-changelog": "^3.3.0",
50-
"eslint": "^9.37.0",
50+
"eslint": "^9.38.0",
5151
"semantic-release": "^24.2.7"
5252
},
5353
"pnpm": {
@@ -121,8 +121,8 @@
121121
"node": ">=18.0.0"
122122
},
123123
"volta": {
124-
"node": "24.10.0",
125-
"pnpm": "10.18.3"
124+
"node": "24.11.0",
125+
"pnpm": "10.19.0"
126126
},
127127
"config": {
128128
"commitizen": {
@@ -134,5 +134,5 @@
134134
"jiraAppend": "]"
135135
}
136136
},
137-
"packageManager": "pnpm@10.18.3"
137+
"packageManager": "pnpm@10.19.0"
138138
}

0 commit comments

Comments
 (0)