Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-22 16:31:31 +0300
committerGitHub <noreply@github.com>2022-09-22 16:31:31 +0300
commitaa1dcba44fa93ce15f85efcb540db3b0a41f7c32 (patch)
tree5308ae38dd2dd9d9ef935d01b890e896201f86e4 /package.json
parent503b84e6fadd9650c8b688bbe89ff69e2cf85bd3 (diff)
Bump uuid from 8.3.2 to 9.0.0dependabot/npm_and_yarn/uuid-9.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 07f2be66..f6fe4c07 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"p-queue": "^7.3.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
- "uuid": "^8.3.2",
+ "uuid": "^9.0.0",
"vue": "~2.6.14",
"vue-click-outside": "^1.1.0",
"vue-clipboard2": "^0.3.3",