summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-11 02:08:31 +0000
committerGitHub <noreply@github.com>2020-07-11 02:08:31 +0000
commit74b807a52e7508922d3fe495ca1e115e35641478 (patch)
tree1c7ba0e4ed7ef68528f03eb49fbcc8fe97e05ff3
parent85093316963cbe04a073d78bbf7f12408dad9830 (diff)
Bump uuid from 8.1.0 to 8.2.0
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] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index a89ce5f6..2b66cbfa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11352,9 +11352,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"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=="
},
"v-click-outside": {
"version": "3.0.1",
diff --git a/package.json b/package.json
index 62aa8ccb..c150fc6f 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"p-queue": "^6.5.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.5",
- "uuid": "^8.1.0",
+ "uuid": "^8.2.0",
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",
"vue-clipboard2": "^0.3.1",