diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 470e4ee..e0ad9db 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vscode/test-electron": "^2.3.8", - "@vscode/vsce": "^3.7.1", + "@vscode/vsce": "^3.9.1", "c8": "^11.0.0", "esbuild": "^0.27.4", "eslint": "^8.55.0", @@ -27,7 +27,7 @@ "typescript": "^5.3.0" }, "engines": { - "vscode": "^1.108.0" + "vscode": "^1.110.0" } }, "../typescript": { @@ -37,15 +37,15 @@ "devDependencies": { "@types/node": "^25.0.10", "@typescript-eslint/eslint-plugin": "^8.55.0", - "@typescript-eslint/parser": "^6.13.0", - "@vitest/coverage-v8": "^1.6.1", - "eslint": "^8.55.0", + "@typescript-eslint/parser": "^8.55.0", + "@vitest/coverage-v8": "^4.0.18", + "eslint": "^9.0.0", "tsup": "^8.0.1", "typescript": "^5.3.2", "vitest": "^4.0.18" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@azu/format-text": { @@ -1697,9 +1697,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.7.1.tgz", - "integrity": "sha512-OTm2XdMt2YkpSn2Nx7z2EJtSuhRHsTPYsSK59hr3v8jRArK+2UEoju4Jumn1CmpgoBLGI6ReHLJ/czYltNUW3g==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.9.1.tgz", + "integrity": "sha512-MPn5p+DoudI+3GfJSpAZZraE1lgLv0LcwbH3+xy7RgEhty3UIkmUMUA+5jPTDaxXae00AnX5u77FxGM8FhfKKA==", "dev": true, "license": "MIT", "dependencies": { @@ -1730,7 +1730,7 @@ "typed-rest-client": "^1.8.4", "url-join": "^4.0.1", "xml2js": "^0.5.0", - "yauzl": "^2.3.1", + "yauzl": "^3.2.1", "yazl": "^2.2.2" }, "bin": { @@ -3350,16 +3350,6 @@ "reusify": "^1.0.4" } }, - "node_modules/fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "pend": "~1.2.0" - } - }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -7094,14 +7084,17 @@ } }, "node_modules/yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz", + "integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==", "dev": true, "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" + "pend": "~1.2.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/yazl": { diff --git a/vscode/package.json b/vscode/package.json index 35134ef..3237653 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -115,7 +115,7 @@ "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vscode/test-electron": "^2.3.8", - "@vscode/vsce": "^3.7.1", + "@vscode/vsce": "^3.9.1", "c8": "^11.0.0", "esbuild": "^0.27.4", "eslint": "^8.55.0",