From 48c12845487b3653270ddf00784b9300eb130769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:13:00 +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 f8679de..0dbb59d 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ }, "devDependencies": { "vsce": "^2.15.0", - "ovsx": "^0.10.6" + "ovsx": "^0.10.8" } } diff --git a/yarn.lock b/yarn.lock index 5e95700..5adf6fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1431,10 +1431,10 @@ open@^8.0.0: is-docker "^2.1.1" is-wsl "^2.2.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"