From 979ca9358d5f27b24461a15c448b41fa395c61ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:44:53 +0000 Subject: [PATCH] chore(deps-dev): bump ovsx from 0.10.8 to 0.10.9 Bumps [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) from 0.10.8 to 0.10.9. - [Release notes](https://github.com/eclipse/openvsx/releases) - [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md) - [Commits](https://github.com/eclipse/openvsx/commits/cli-0.10.9/cli) --- updated-dependencies: - dependency-name: ovsx dependency-version: 0.10.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index fecb1e7..4bc1975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^9.0.0", "husky": "^9.1.7", "mocha": "^11.7.4", - "ovsx": "^0.10.8", + "ovsx": "^0.10.9", "sinon": "^21.0.1", "tsx": "^4.20.6", "typescript": "^5.9.3" @@ -2414,9 +2414,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.6.2.tgz", - "integrity": "sha512-gvBfarWF+Ii20ESqjA3dpnPJpQJ8fFJYtcWtjwbRADommCzGg1emtmb34E+DKKhECYvaVyAl+TF9lWS/3GSPvg==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.7.1.tgz", + "integrity": "sha512-OTm2XdMt2YkpSn2Nx7z2EJtSuhRHsTPYsSK59hr3v8jRArK+2UEoju4Jumn1CmpgoBLGI6ReHLJ/czYltNUW3g==", "dev": true, "license": "MIT", "dependencies": { @@ -6425,13 +6425,13 @@ } }, "node_modules/ovsx": { - "version": "0.10.8", - "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.10.8.tgz", - "integrity": "sha512-Vf6ZQi2l4ENUUdO8eZhduQVcxYjhLt3LT2OL1ah+4XOZjJakanjhDr563wmcqZJZgbK/Tn09RAMkhblrp0lt/g==", + "version": "0.10.9", + "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.10.9.tgz", + "integrity": "sha512-gY6912U50YzzNdAEFr9IxAqu59pKySXZzJUxzHRzi3/h/fWFdDDFCCXyjik6VL4TmiVKeor1Yv/cg7I3KfOUuQ==", "dev": true, "license": "EPL-2.0", "dependencies": { - "@vscode/vsce": "^3.2.1", + "@vscode/vsce": "^3.7.1", "commander": "^6.2.1", "follow-redirects": "^1.14.6", "is-ci": "^2.0.0", @@ -6441,7 +6441,7 @@ "yauzl-promise": "^4.0.0" }, "bin": { - "ovsx": "lib/ovsx" + "ovsx": "bin/ovsx" }, "engines": { "node": ">= 20" diff --git a/package.json b/package.json index eb4f9f4..f465196 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "eslint": "^9.0.0", "husky": "^9.1.7", "mocha": "^11.7.4", - "ovsx": "^0.10.8", + "ovsx": "^0.10.9", "sinon": "^21.0.1", "tsx": "^4.20.6", "typescript": "^5.9.3"