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",