From 55e899efe5769c32db30cb36fb63eea7d558c456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:20:00 +0200 Subject: [PATCH] chore(deps): bump @types/uuid from 7.0.0 to 8.0.0 in /console (#170) Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- console/package-lock.json | 6 +++--- console/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index c598a0cb4a..04f23d8201 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -2614,9 +2614,9 @@ "dev": true }, "@types/uuid": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.0.tgz", - "integrity": "sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", + "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" }, "@types/webpack-sources": { "version": "0.1.7", diff --git a/console/package.json b/console/package.json index 1c24754ed3..18016948c2 100644 --- a/console/package.json +++ b/console/package.json @@ -28,7 +28,7 @@ "@ngx-translate/core": "^12.1.2", "@ngx-translate/http-loader": "^4.0.0", "@types/google-protobuf": "^3.7.2", - "@types/uuid": "^7.0.0", + "@types/uuid": "^8.0.0", "angular-oauth2-oidc": "^8.0.4", "angularx-qrcode": "^2.1.0", "cors": "^2.8.5",