update: upgrade uuid to major version 8

This commit is contained in:
Xymorot 2020-07-25 02:11:03 +02:00
parent c68a579f7b
commit ccf1112cf7
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -992,9 +992,9 @@
}
},
"@types/uuid": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz",
"integrity": "sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz",
"integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==",
"dev": true
},
"@types/webdriverio": {
@ -10905,9 +10905,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz",
"integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q=="
},
"v8-compile-cache": {
"version": "2.1.1",

View File

@ -54,7 +54,7 @@
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0",
"typeorm": "^0.2.25",
"uuid": "^7.0.3"
"uuid": "^8.2.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.52",
@ -67,7 +67,7 @@
"@types/node": "^12.12.53",
"@types/node-fetch": "^2.5.7",
"@types/sinon": "^9.0.4",
"@types/uuid": "^7.0.4",
"@types/uuid": "^8.0.0",
"@types/webpack": "^4.41.21",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",