diff --git a/package-lock.json b/package-lock.json index fb91f2a..e15d85f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "lodash-es": "^4.17.21", - "uuid": "^9.0.1", + "uuid": "^11.1.0", "vue": "^3.5.12", "vue-tippy": "^6.3.1" }, @@ -32,7 +32,7 @@ "@tsconfig/node24": "^24.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.4", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.1.1", @@ -1961,11 +1961,15 @@ } }, "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@types/web-bluetooth": { "version": "0.0.20", @@ -6148,16 +6152,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/vite": { diff --git a/package.json b/package.json index fdf8bab..e502bc2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "lodash-es": "^4.17.21", - "uuid": "^9.0.1", + "uuid": "^11.1.0", "vue": "^3.5.12", "vue-tippy": "^6.3.1" }, @@ -76,7 +76,7 @@ "@tsconfig/node24": "^24.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.4", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.1.1",