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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-01 05:16:19 +0300
committerGitHub <noreply@github.com>2020-03-01 05:16:19 +0300
commit470703c4b5abd1ad861568b5b4004c8de67147b9 (patch)
tree84115d96fd9d7ebac4e8b8ad118b5b0ac931381a /package-lock.json
parent268d16c6c8dab97f978a0c25d7fa46cc2af677b4 (diff)
Bump uuid from 3.4.0 to 7.0.1
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v7.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 8b17f0b3..e268a2cb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22949,6 +22949,14 @@
"tough-cookie": "~2.4.3",
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
+ },
+ "dependencies": {
+ "uuid": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
+ "dev": true
+ }
}
},
"request-progress": {
@@ -25985,9 +25993,9 @@
}
},
"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.1",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.1.tgz",
+ "integrity": "sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA=="
},
"v-click-outside": {
"version": "3.0.1",