diff --git a/package-lock.json b/package-lock.json index d6a4bd0d..1da05360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "snazzy": "^9.0.0", "ts-standard": "^12.0.1", "typescript": "^4.8.4", - "vsce": "^2.13.0" + "vsce": "^2.15.0" }, "engines": { "npm": ">=7.0.0", @@ -4695,9 +4695,10 @@ "dev": true }, "node_modules/vsce": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-2.13.0.tgz", - "integrity": "sha512-t1otQ2lqyi5Y/G6qUl9BEc561nEIYrZbLT8k+R1SoZaKNa6gaehaLGQG5zvB524YPGZOVvbOBzAXoO7Mor1J5g==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/vsce/-/vsce-2.15.0.tgz", + "integrity": "sha512-P8E9LAZvBCQnoGoizw65JfGvyMqNGlHdlUXD1VAuxtvYAaHBKLBdKPnpy60XKVDAkQCfmMu53g+gq9FM+ydepw==", + "deprecated": "vsce has been renamed to @vscode/vsce. Install using @vscode/vsce instead.", "dev": true, "dependencies": { "azure-devops-node-api": "^11.0.1", @@ -8396,9 +8397,9 @@ "dev": true }, "vsce": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-2.13.0.tgz", - "integrity": "sha512-t1otQ2lqyi5Y/G6qUl9BEc561nEIYrZbLT8k+R1SoZaKNa6gaehaLGQG5zvB524YPGZOVvbOBzAXoO7Mor1J5g==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/vsce/-/vsce-2.15.0.tgz", + "integrity": "sha512-P8E9LAZvBCQnoGoizw65JfGvyMqNGlHdlUXD1VAuxtvYAaHBKLBdKPnpy60XKVDAkQCfmMu53g+gq9FM+ydepw==", "dev": true, "requires": { "azure-devops-node-api": "^11.0.1", diff --git a/package.json b/package.json index a1d787d4..d3ca16da 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "snazzy": "^9.0.0", "ts-standard": "^12.0.1", "typescript": "^4.8.4", - "vsce": "^2.13.0" + "vsce": "^2.15.0" }, "dependencies": { "async": "^3.2.4"