summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-08 02:16:17 +0000
committerGitHub <noreply@github.com>2020-03-08 02:16:17 +0000
commit22f67d7ed0a88ffb24ac36f9e21f976422e8f066 (patch)
tree58c347f0a254ce70a851ae54d2e735fe9c0a4396
parenta188b19ee0a2cecc447d5a5f93d146d2f5eb1b79 (diff)
parente77c9ff49ceb7de00b6e707cc709759db190ac4e (diff)
Merge pull request #1506 from nextcloud/dependabot/npm_and_yarn/uuid-7.0.2
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 10 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 04c1b30a..beaca906 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7665,6 +7665,12 @@
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
+ },
+ "uuid": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
+ "dev": true
}
}
},
@@ -9629,9 +9635,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz",
+ "integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw=="
},
"v-click-outside": {
"version": "3.0.1",
diff --git a/package.json b/package.json
index 80a0b7ae..87559c2c 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"p-queue": "^6.3.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.3",
- "uuid": "^3.4.0",
+ "uuid": "^7.0.2",
"vue": "^2.6.11",
"vue-click-outside": "^1.0.7",
"vue-clipboard2": "^0.3.1",