From b976ab1790d3ecd070b1c780cfa5ca6a96055d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:38:14 +0000 Subject: [PATCH] build(deps-dev): bump @vscode/vsce from 2.20.1 to 2.21.0 in /code Dependabot couldn't find the original pull request head commit, 01d72796ba93b5f564eb55c86c05f5ad4ab56894. --- code/package-lock.json | 18 +++++++++--------- code/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/package-lock.json b/code/package-lock.json index 034aab10a..d5522eff0 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -18,7 +18,7 @@ "@types/mocha": "^10.0.1", "@types/node": "^16.18.36", "@types/vscode": "1.78.0", - "@vscode/vsce": "^2.20.1", + "@vscode/vsce": "^2.21.0", "mocha": "^10.2.0", "path-browserify": "^1.0.1", "ts-loader": "^9.4.4", @@ -173,15 +173,15 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.20.1.tgz", - "integrity": "sha512-ilbvoqvR/1/zseRPBAzYR6aKqSJ+jvda4/BqIwOqTxajpvLtEpK3kMLs77+dJdrlygS+VrP7Yhad8j0ukyD96g==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.0.tgz", + "integrity": "sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA==", "dev": true, "dependencies": { "azure-devops-node-api": "^11.0.1", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.9", - "commander": "^6.1.0", + "commander": "^6.2.1", "glob": "^7.0.6", "hosted-git-info": "^4.0.2", "jsonc-parser": "^3.2.0", @@ -3995,15 +3995,15 @@ "integrity": "sha512-+m9VOUqv5TXZD52Ad8FjGbYGch7VqLAIys3NyVhgU6eSxmXVcRgqeon5ee224tOkTGtRQHdH5kDCa1Va/6LwjQ==" }, "@vscode/vsce": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.20.1.tgz", - "integrity": "sha512-ilbvoqvR/1/zseRPBAzYR6aKqSJ+jvda4/BqIwOqTxajpvLtEpK3kMLs77+dJdrlygS+VrP7Yhad8j0ukyD96g==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.0.tgz", + "integrity": "sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA==", "dev": true, "requires": { "azure-devops-node-api": "^11.0.1", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.9", - "commander": "^6.1.0", + "commander": "^6.2.1", "glob": "^7.0.6", "hosted-git-info": "^4.0.2", "jsonc-parser": "^3.2.0", diff --git a/code/package.json b/code/package.json index c8e7d7c86..3385b6a35 100644 --- a/code/package.json +++ b/code/package.json @@ -36,7 +36,7 @@ "@types/mocha": "^10.0.1", "@types/node": "^16.18.36", "@types/vscode": "1.78.0", - "@vscode/vsce": "^2.20.1", + "@vscode/vsce": "^2.21.0", "mocha": "^10.2.0", "path-browserify": "^1.0.1", "ts-loader": "^9.4.4",