diff --git a/package-lock.json b/package-lock.json index 0cf3d13d..c9a633f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 9b845b38..d0ab87c4 100644 --- a/package.json +++ b/package.json @@ -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",