summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-12 02:07:57 +0000
committerGitHub <noreply@github.com>2020-12-12 02:07:57 +0000
commitaa350aa1a9983f6a0d6d4b68b9a67f9418fe6607 (patch)
tree211aa17f1f6ad70ca70b85e289b55e8e3f0a7617
parent5c7324e5715e88e20d0888fd3c4e7b6dd87b228d (diff)
parentd5f8e49e1c9b658f8fc3b1a212802928bd0d5553 (diff)
Merge pull request #1977 from nextcloud/dependabot/npm_and_yarn/uuid-8.3.2
-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 0ac24f81..58beb8da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12098,9 +12098,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
- "version": "8.3.1",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz",
- "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg=="
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
},
"v-click-outside": {
"version": "3.1.2",
diff --git a/package.json b/package.json
index ab78c343..d4c4b521 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.7",
"string-natural-compare": "^3.0.1",
- "uuid": "^8.3.1",
+ "uuid": "^8.3.2",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"vue-clipboard2": "^0.3.1",