From c923bd8efb8c6559a4d55ced5ea9aba1992a4591 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 10:44:21 +0200 Subject: [PATCH] build(deps): bump uuid from 8.1.0 to 8.2.0 in /website/client (#12346) Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.0 to 8.2.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.1.0...v8.2.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 e5bcecd0e8..58c1bf79f3 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -19636,9 +19636,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz", - "integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", + "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/website/client/package.json b/website/client/package.json index 182775c625..f8bb92f5ed 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.1.0", + "uuid": "^8.2.0", "validator": "^13.1.1", "vue": "^2.6.11", "vue-cli-plugin-storybook": "^0.6.1",