From 7cedecf27e582501a41d2e00f83375a3f688d958 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:41:05 +0200 Subject: [PATCH] build(deps): bump uuid from 8.2.0 to 8.3.0 in /website/client (#12434) Bumps [uuid](https://github.com/uuidjs/uuid) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.2.0...v8.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 1ef58acfc9..d93e03ac43 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -19716,9 +19716,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", - "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/website/client/package.json b/website/client/package.json index 1d90dab644..04e4c330fe 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -51,7 +51,7 @@ "svg-url-loader": "^6.0.0", "svgo": "^1.3.2", "svgo-loader": "^2.2.1", - "uuid": "^8.2.0", + "uuid": "^8.3.0", "validator": "^13.1.1", "vue": "^2.6.11", "vue-cli-plugin-storybook": "^0.6.1",