From 51ec6d82c3a5a067e8a6eab76d9afabcec4ed3b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:31:34 +0000 Subject: [PATCH] chore(deps): update dependency ovsx to v0.10.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41ad487e..c0c140ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "lint-staged": "15.2.10", "npm-run-all2": "7.0.1", "nx": "20.0.12", - "ovsx": "0.10.0", + "ovsx": "0.10.1", "patch-package": "8.0.0", "prettier": "3.3.3", "shx": "0.3.4", @@ -17398,13 +17398,13 @@ } }, "node_modules/ovsx": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.10.0.tgz", - "integrity": "sha512-DSgNXGQ444nGKag+LZh92R/hM2PfRSu+6VKfVawoZ+JzFDiGX8yhMkAuyVlHrlxLCpfQOsqs80GcHje/h2SpmA==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.10.1.tgz", + "integrity": "sha512-8i7+MJMMeq73m1zPEIClSFe17SNuuzU5br7G77ZIfOC24elB4pGQs0N1qRd+gnnbyhL5Qu96G21nFOVOBa2OBg==", "dev": true, "license": "EPL-2.0", "dependencies": { - "@vscode/vsce": "^3.1.0", + "@vscode/vsce": "^3.2.1", "commander": "^6.2.1", "follow-redirects": "^1.14.6", "is-ci": "^2.0.0", @@ -17421,9 +17421,9 @@ } }, "node_modules/ovsx/node_modules/yauzl": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz", - "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz", + "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 357f8970..ddf51cf8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lint-staged": "15.2.10", "npm-run-all2": "7.0.1", "nx": "20.0.12", - "ovsx": "0.10.0", + "ovsx": "0.10.1", "patch-package": "8.0.0", "prettier": "3.3.3", "shx": "0.3.4",