From dacc6b14d4b636c64967c603155fdb7be308f12f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 21:25:09 +0000 Subject: [PATCH] Bump @types/uuid from 8.0.0 to 8.0.1 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) 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 f01bd66290..44c1c85880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -161,9 +161,9 @@ "dev": true }, "@types/uuid": { - "version": "8.0.0", - "resolved": "https://botbuilder.myget.org/F/botframework-cli/npm/@types/uuid/-/@types/uuid-8.0.0.tgz", - "integrity": "sha1-FlquSBmtIXShdHbb5m/uvVSVVsA=", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.1.tgz", + "integrity": "sha512-2kE8rEFgJpbBAPw5JghccEevQb0XVU0tewF/8h7wPQTeCtoJ6h8qmBIwuzUVm2MutmzC/cpCkwxudixoNYDp1A==", "dev": true }, "@types/vscode": { diff --git a/package.json b/package.json index cefdc0f87b..a1fd7f8968 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/rewire": "~2.5.28", "@types/semver": "~7.3.1", "@types/sinon": "~9.0.4", - "@types/uuid": "^8.0.0", + "@types/uuid": "^8.0.1", "@types/vscode": "1.44.0", "mocha": "~5.2.0", "mocha-junit-reporter": "~2.0.0",