Skip to content

Commit 9677cce

Browse files
authored
chore: update dev dependencies and remove legacy resolutions (#868)
Bump vitest and @vitest/coverage-v8 to 4.1.2, vite to 8.0.3, and eslint-plugin-package-json to 0.91.1. Remove legacy yarn resolutions for semver, trim, and word-wrap added in #141, all three CVEs are resolved upstream and no longer needed.
1 parent c95a6f7 commit 9677cce

File tree

4 files changed

+220
-217
lines changed

4 files changed

+220
-217
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,6 @@
517517
"onCommand:coder.connect",
518518
"onUri"
519519
],
520-
"resolutions": {
521-
"semver": "7.7.4",
522-
"trim": "0.0.3",
523-
"word-wrap": "1.2.5"
524-
},
525520
"dependencies": {
526521
"@abraham/reflection": "^0.13.0",
527522
"@peculiar/x509": "^2.0.0",
@@ -562,7 +557,7 @@
562557
"@typescript-eslint/eslint-plugin": "^8.57.2",
563558
"@typescript-eslint/parser": "^8.57.2",
564559
"@vitejs/plugin-react": "catalog:",
565-
"@vitest/coverage-v8": "^4.1.1",
560+
"@vitest/coverage-v8": "^4.1.2",
566561
"@vscode/test-cli": "^0.0.12",
567562
"@vscode/test-electron": "^2.5.2",
568563
"@vscode/vsce": "^3.7.1",
@@ -577,7 +572,7 @@
577572
"eslint-config-prettier": "^10.1.8",
578573
"eslint-import-resolver-typescript": "^4.4.4",
579574
"eslint-plugin-import-x": "^4.16.2",
580-
"eslint-plugin-package-json": "^0.91.0",
575+
"eslint-plugin-package-json": "^0.91.1",
581576
"globals": "^17.4.0",
582577
"jsdom": "^29.0.1",
583578
"jsonc-eslint-parser": "^3.1.0",
@@ -589,7 +584,7 @@
589584
"typescript-eslint": "^8.57.2",
590585
"utf-8-validate": "^6.0.6",
591586
"vite": "catalog:",
592-
"vitest": "^4.1.1"
587+
"vitest": "^4.1.2"
593588
},
594589
"extensionPack": [
595590
"ms-vscode-remote.remote-ssh"

0 commit comments

Comments
 (0)