From 902651571efeb8c319c67698527741e9df20e5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:25:08 +0200 Subject: [PATCH] Bump @vscode/vsce from 2.20.0 to 2.20.1 (#269) Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v2.20.0...v2.20.1) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e9c41c..f9d4edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.2.1", "@vscode/test-web": "^0.0.44", - "@vscode/vsce": "^2.20.0", + "@vscode/vsce": "^2.20.1", "assert": "^2.0.0", "eslint": "^8.46.0", "mocha": "^10.2.0", @@ -819,9 +819,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.20.0.tgz", - "integrity": "sha512-FR8Tq2WgGRi/Py5/9WUFG2DCxdqaHXyuhHXSP8hsNc1FsxNzAkqKqfvOUUGxA7gOytmc9s/000QA7wKVukMDbQ==", + "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==", "dev": true, "dependencies": { "azure-devops-node-api": "^11.0.1", @@ -6962,9 +6962,9 @@ } }, "@vscode/vsce": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.20.0.tgz", - "integrity": "sha512-FR8Tq2WgGRi/Py5/9WUFG2DCxdqaHXyuhHXSP8hsNc1FsxNzAkqKqfvOUUGxA7gOytmc9s/000QA7wKVukMDbQ==", + "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==", "dev": true, "requires": { "azure-devops-node-api": "^11.0.1", diff --git a/package.json b/package.json index e8d8182..3ed1058 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.2.1", "@vscode/test-web": "^0.0.44", - "@vscode/vsce": "^2.20.0", + "@vscode/vsce": "^2.20.1", "assert": "^2.0.0", "eslint": "^8.46.0", "mocha": "^10.2.0",