From d0898380e05e71f55e537a8d779bfcdd0eaafc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:47:45 +0000 Subject: [PATCH] Bump ovsx from 0.10.6 to 0.10.8 Bumps [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) from 0.10.6 to 0.10.8. - [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.8/cli) --- updated-dependencies: - dependency-name: ovsx dependency-version: 0.10.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6fc1bc9..7b6f3d8 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ }, "devDependencies": { "@vscode/vsce": "3.6.2", - "ovsx": "0.10.6" + "ovsx": "0.10.8" }, "dependencies": { "@vscode/ripgrep": "1.17.0" diff --git a/yarn.lock b/yarn.lock index 7140edb..8847faf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1728,10 +1728,10 @@ open@^10.1.0: is-inside-container "^1.0.0" wsl-utils "^0.1.0" -ovsx@0.10.6: - version "0.10.6" - resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-0.10.6.tgz#e7770b6f6d3d997456bb126564fe94e587c58931" - integrity sha512-MZ7pgQ+IS5kumAfZGnhEjmdOUwW0UlmlekMwuA5DeUJeft7jFu9fTIEhH71ypjdUSpdqchodoKgb5y/ilh7b5g== +ovsx@0.10.8: + version "0.10.8" + resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-0.10.8.tgz#a6e733c0c0a9fc2d1ba6d6a6a5c56c054cebb6ad" + integrity sha512-Vf6ZQi2l4ENUUdO8eZhduQVcxYjhLt3LT2OL1ah+4XOZjJakanjhDr563wmcqZJZgbK/Tn09RAMkhblrp0lt/g== dependencies: "@vscode/vsce" "^3.2.1" commander "^6.2.1"