mirror of
https://github.com/kopia/kopia.git
synced 2026-05-09 15:23:02 -04:00
build(deps): upgrade uuid to v14 to resolve moderate npm audit vulnerability (#5341)
Upgrade uuid to v14 to fix npm audit vulnerability
This commit is contained in:
8
app/package-lock.json
generated
8
app/package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"electron-updater": "^6.8.3",
|
||||
"minimist": "^1.2.8",
|
||||
"semver": "^7.7.2",
|
||||
"uuid": "^13.0.0"
|
||||
"uuid": "^14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/notarize": "^3.1.1",
|
||||
@@ -4810,9 +4810,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
||||
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
|
||||
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"electron-updater": "^6.8.3",
|
||||
"minimist": "^1.2.8",
|
||||
"semver": "^7.7.2",
|
||||
"uuid": "^13.0.0"
|
||||
"uuid": "^14.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user