From d078d71a9a1c5fb9b9a03eb8a38c423fdd30176e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 21:20:14 +0000 Subject: [PATCH] Bump vsce from 1.79.2 to 1.79.5 Bumps [vsce](https://github.com/Microsoft/vsce) from 1.79.2 to 1.79.5. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v1.79.2...v1.79.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8d8276d1f..6e1eca03e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2125,9 +2125,9 @@ "dev": true }, "vsce": { - "version": "1.79.2", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.79.2.tgz", - "integrity": "sha512-e3MortgEEujfGjtkz2i84ORs/t4Mff4w85CFbQis6yHoW8DMjtK1dvDduDN5XZ5KESWXzD6w9rJf+JZzHAkKKg==", + "version": "1.79.5", + "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.79.5.tgz", + "integrity": "sha512-KZFOthGwxWFwoGqwrkzfTfyCZGuniTofnJ1a/dCzQ2HP93u1UuCKrTQyGT+SuGHu8sNqdBYNe0hb9GC3qCN7fg==", "dev": true, "requires": { "azure-devops-node-api": "^7.2.0", diff --git a/package.json b/package.json index 7fde3ef3b4..47f30326eb 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "sinon": "~9.0.3", "tslint": "~6.1.3", "typescript": "~4.0.2", - "vsce": "~1.79.2", + "vsce": "~1.79.5", "vscode-test": "~1.4.0", "vscode-dts": "~0.3.1" },