summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-14 17:36:47 +0000
committerGitHub <noreply@github.com>2023-11-14 17:36:47 +0000
commit562f15c00fe3abe5854aa5eda6c3e2dc6cb14bf5 (patch)
tree35c814610f35ab96cf33f8df605af94a44891cf2
parent5bcfa6d7ba2db9fff7c19b3504dbfe70f2ac7c16 (diff)
chore(deps): bump uuid from 9.0.0 to 9.0.1
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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",