chore(deps-dev): bump @types/uuid from 9.0.5 to 9.0.6 (#1225)

This commit is contained in:
dependabot[bot] 2023-10-31 07:28:57 +01:00 committed by GitHub
parent ead5bc3dbf
commit a4a0debe35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -34,7 +34,7 @@
"@pinia/testing": "^0.1.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.3",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-vue": "^4.3.4",
@ -2567,9 +2567,9 @@
"integrity": "sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ=="
},
"node_modules/@types/uuid": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
"integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz",
"integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==",
"dev": true
},
"node_modules/@types/web-bluetooth": {

View file

@ -40,7 +40,7 @@
"@pinia/testing": "^0.1.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.3",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-vue": "^4.3.4",