From 7597fa742c4e5a7199a7347044d3791dfe0e5379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:56:49 +0000 Subject: [PATCH] Bump ovsx from 0.10.12 to 1.0.0 Bumps [ovsx](https://github.com/eclipse-openvsx/openvsx/tree/HEAD/cli) from 0.10.12 to 1.0.0. - [Release notes](https://github.com/eclipse-openvsx/openvsx/releases) - [Changelog](https://github.com/eclipse-openvsx/openvsx/blob/main/cli/CHANGELOG.md) - [Commits](https://github.com/eclipse-openvsx/openvsx/commits/v1.0.0/cli) --- updated-dependencies: - dependency-name: ovsx dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 0170f61..5139578 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-prettier": "^5.5.6", "glob": "^13.0.6", "mocha": "^11.7.6", - "ovsx": "^0.10.12", + "ovsx": "^1.0.0", "prettier": "^3.8.3", "typescript": "^6.0.3" } diff --git a/yarn.lock b/yarn.lock index 516a494..85b800e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4767,10 +4767,10 @@ ora@^8.1.0: string-width "^7.2.0" strip-ansi "^7.1.0" -ovsx@^0.10.12: - version "0.10.12" - resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-0.10.12.tgz#01064789142149080702bde158ca84f19e63ea32" - integrity sha512-WwMj1iQDvCk02029oxPnkFXsPrHZ+WzmoNW5pJ8JGepHtL30i2JE4s3C3wqzQqj6a35vx2hp0gV3TdfefGmvMg== +ovsx@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/ovsx/-/ovsx-1.0.0.tgz#dcc694e5b1b60c920264896497dcae44c81a0daa" + integrity sha512-bDxwb55DNbybe10chWlnofj6ZJuER1LjFaQKUtUL9SW8l9P5Vqn7LfI23IFtmtuSJ82pYX0R+MisomXPKNGR9A== dependencies: "@vscode/vsce" "^3.7.1" commander "^6.2.1"