From 582dd1914509fab86cbf11f19d8f994b2b78e09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:37:03 +0000 Subject: [PATCH] Bump ovsx from 0.9.1 to 0.9.2 Bumps [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) from 0.9.1 to 0.9.2. - [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/HEAD/cli) --- updated-dependencies: - dependency-name: ovsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a05d7f3d..d4acab89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "mkdirp": "^3.0.1", "mocha": "^10.4.0", "nyc": "^17.0.0", - "ovsx": "^0.9.1", + "ovsx": "^0.9.2", "rimraf": "^6.0.1", "sinon": "^18.0.0", "ts-mocha": "^10.0.0", @@ -8368,9 +8368,9 @@ } }, "node_modules/ovsx": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.9.1.tgz", - "integrity": "sha512-faORiHeVdRFXVjvwjGvsGdfw49ocUZwUvjrrObZDzhlkKkrUS8L2afeXF8goeuv1YbTV8lmFfBYAt0C4FaoVuQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.9.2.tgz", + "integrity": "sha512-kh3xdwv7kl715VqaVdn4HZvvnPEePWKhGdd3XtL6Yagiu7JDU0S52ElN4N1asFaG/gzx7nifflD0Azehv+MGHg==", "dev": true, "dependencies": { "@vscode/vsce": "^2.25.0", diff --git a/package.json b/package.json index 87d55713..3cf1873d 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "mkdirp": "^3.0.1", "mocha": "^10.4.0", "nyc": "^17.0.0", - "ovsx": "^0.9.1", + "ovsx": "^0.9.2", "rimraf": "^6.0.1", "sinon": "^18.0.0", "ts-mocha": "^10.0.0",