summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-11-14 19:23:12 +0100
committerGitHub <noreply@github.com>2023-11-14 19:23:12 +0100
commita7fccf54f3c32560f45543bf201f912bacbc9e96 (patch)
tree35c814610f35ab96cf33f8df605af94a44891cf2
parent5bcfa6d7ba2db9fff7c19b3504dbfe70f2ac7c16 (diff)
parent562f15c00fe3abe5854aa5eda6c3e2dc6cb14bf5 (diff)
Merge pull request #3618 from nextcloud/dependabot/npm_and_yarn/uuid-9.0.1
chore(deps): bump uuid from 9.0.0 to 9.0.1
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 12 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index c29c2437..33ba6de0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
"p-limit": "^4.0.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
- "uuid": "^9.0.0",
+ "uuid": "^9.0.1",
"vue": "~2.7.15",
"vue-click-outside": "^1.1.0",
"vue-cropperjs": "^4.2.0",
@@ -17170,9 +17170,13 @@
}
},
"node_modules/uuid": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
- "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
+ "funding": [
+ "https://github.com/sponsors/broofa",
+ "https://github.com/sponsors/ctavan"
+ ],
"bin": {
"uuid": "dist/bin/uuid"
}
@@ -30793,9 +30797,9 @@
"peer": true
},
"uuid": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
- "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
},
"v8-compile-cache": {
"version": "2.3.0",
diff --git a/package.json b/package.json
index b61e7baa..09d6b84a 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
"p-limit": "^4.0.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
- "uuid": "^9.0.0",
+ "uuid": "^9.0.1",
"vue": "~2.7.15",
"vue-click-outside": "^1.1.0",
"vue-cropperjs": "^4.2.0",