fix(deps): update dependency uuid to v9 (#566)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-10 15:12:27 +02:00 committed by GitHub
parent 65a9474078
commit 5e12991bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View file

@ -77,7 +77,7 @@
"ua-parser-js": "^1.0.35",
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
@ -103,7 +103,7 @@
"@types/qrcode": "^1.5.0",
"@types/randombytes": "^2.0.0",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^8.3.4",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "^5.58.0",
"@unocss/eslint-config": "^0.55.0",
"@vitejs/plugin-vue": "^4.0.0",

17
pnpm-lock.yaml generated
View file

@ -138,8 +138,8 @@ dependencies:
specifier: ^0.16.4
version: 0.16.4(@vueuse/core@10.1.2)(rollup@2.79.1)
uuid:
specifier: ^8.3.2
version: 8.3.2
specifier: ^9.0.0
version: 9.0.0
vue:
specifier: ^3.3.4
version: 3.3.4
@ -212,8 +212,8 @@ devDependencies:
specifier: ^0.7.36
version: 0.7.36
'@types/uuid':
specifier: ^8.3.4
version: 8.3.4
specifier: ^9.0.0
version: 9.0.0
'@typescript-eslint/parser':
specifier: ^5.58.0
version: 5.58.0(eslint@8.38.0)(typescript@4.9.3)
@ -2837,8 +2837,8 @@ packages:
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
dev: true
/@types/uuid@8.3.4:
resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==}
/@types/uuid@9.0.0:
resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==}
dev: true
/@types/web-bluetooth@0.0.17:
@ -8497,8 +8497,9 @@ packages:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
dev: true
/uuid@8.3.2:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
/uuid@9.0.0:
resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
hasBin: true
dev: false
/v8-to-istanbul@9.1.0: