Update uuid to the latest version 🚀 (#6659)
* fix(package): update uuid to version 8.0.0 * chore(package): update lockfile package-lock.json * remove deprecated uuid/v4 * use uuidv4 as default Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: Diamond Lewis <findlewis@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
"semver": "7.3.2",
|
||||
"subscriptions-transport-ws": "0.9.16",
|
||||
"tv4": "1.3.0",
|
||||
"uuid": "3.4.0",
|
||||
"uuid": "8.0.0",
|
||||
"winston": "3.2.1",
|
||||
"winston-daily-rotate-file": "4.4.2",
|
||||
"ws": "7.2.5"
|
||||
@@ -122,7 +122,9 @@
|
||||
"url": "https://opencollective.com/parse-server",
|
||||
"logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
|
||||
},
|
||||
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/parse-server"
|
||||
|
||||
Reference in New Issue
Block a user