summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-19 02:16:55 +0000
committerGitHub <noreply@github.com>2020-01-19 02:16:55 +0000
commit4bf0878b184c2074c1f5af345e6e4582b0ed1ba8 (patch)
tree2b76eb54ba9e9b7293aef37f1c45428ed2e1d9ac
parent6b995f4ba5dd857c101d678a51f3c761e1fbfc05 (diff)
Bump uuid from 3.3.3 to 3.4.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.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/v3.3.3...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 6ec05a83..1df6fe23 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2434,9 +2434,9 @@
}
},
"@babel/polyfill": {
- "version": "7.8.0",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.0.tgz",
- "integrity": "sha512-0zTwRCrSUaP4hOt2dEHxGl80ZkxpRlhJv44fRRmbOj27pMR6n0Jti+Ti9OlbbD4ErKC5jKn89aLFqZ3r+JgWxg==",
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.3.tgz",
+ "integrity": "sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
@@ -13129,9 +13129,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
- "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"v-click-outside": {
"version": "3.0.0",
diff --git a/package.json b/package.json
index acaa30d3..c943a0aa 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"p-limit": "^2.2.2",
"p-queue": "^6.2.1",
"qr-image": "^3.2.0",
- "uuid": "^3.3.3",
+ "uuid": "^3.4.0",
"vue": "^2.6.11",
"vue-click-outside": "^1.0.7",
"vue-clipboard2": "^0.3.1",