Skip to content

Commit 8b56fe8

Browse files
committed
chore(deps): update vitest to 4.0.3 and vite to 7.1.12
Update across socket-cli monorepo: - vitest: 3.2.4 -> 4.0.3 - @vitest/coverage-v8: 3.2.4 -> 4.0.3 - vite override: 7.1.11 -> 7.1.12
1 parent 7161b80 commit 8b56fe8

File tree

3 files changed

+121
-154
lines changed

3 files changed

+121
-154
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/which": "3.0.4",
5151
"@types/yargs-parser": "21.0.3",
5252
"@typescript-eslint/parser": "8.43.0",
53-
"@vitest/coverage-v8": "3.2.4",
53+
"@vitest/coverage-v8": "4.0.3",
5454
"@yao-pkg/pkg": "6.8.0",
5555
"browserslist": "4.25.4",
5656
"chalk-table": "1.0.2",
@@ -96,7 +96,7 @@
9696
"type-coverage": "2.29.7",
9797
"typescript-eslint": "8.43.0",
9898
"unplugin-purge-polyfills": "0.1.0",
99-
"vitest": "3.2.4",
99+
"vitest": "4.0.3",
100100
"yaml": "2.8.1",
101101
"yargs-parser": "21.1.1",
102102
"yoctocolors-cjs": "2.1.3",
@@ -151,7 +151,7 @@
151151
"tiny-colors": "2.1.3",
152152
"typedarray": "npm:@socketregistry/typedarray@^1.0.8",
153153
"undici": "6.21.3",
154-
"vite": "7.1.11",
154+
"vite": "7.1.12",
155155
"xml2js": "0.6.2",
156156
"yaml": "2.8.1",
157157
"yargs-parser": "21.1.1"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"tiny-colors": "2.1.3",
140140
"typedarray": "npm:@socketregistry/typedarray@^1.0.8",
141141
"undici": "6.21.3",
142-
"vite": "7.1.11",
142+
"vite": "7.1.12",
143143
"xml2js": "0.6.2",
144144
"yaml": "2.8.1",
145145
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)