summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-12-14 16:48:28 -0100
committerGitHub <noreply@github.com>2020-12-14 16:48:28 -0100
commite10b84d0c0462e68c18a78def81a20f104b3cea4 (patch)
treeed01aade6a5b703746e5a9b356345bd9d208fe24
parentf85611c641a29b28d5fba8a8eba1fdf43ae3e9d4 (diff)
parentba05d0c7be42072c6221403ab748f87e68ee1ae9 (diff)
Merge pull request #1159 from nextcloud/dependabot/npm_and_yarn/uuid-8.3.2
Bump uuid from 8.3.1 to 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 9fd94454..b759399b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19271,9 +19271,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 55555f76..53c4202b 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"linkifyjs": "^2.1.8",
"tributejs": "^3.7.3",
"twemoji": "12.0.1",
- "uuid": "^8.3.1",
+ "uuid": "^8.3.2",
"v-tooltip": "^3.0.0-alpha.11",
"vue": "^2.6.12",
"vue-click-outside": "^1.0.7",