diff --git a/package-lock.json b/package-lock.json index a4357e4c..86861634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "18.3.1", "react-loader-spinner": "6.1.6", "reflect-metadata": "0.2.2", - "uuid": "11.0.0", + "uuid": "11.0.1", "webextension-polyfill": "0.12.0" }, "devDependencies": { @@ -9442,9 +9442,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", - "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 6b38d75f..323296af 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-dom": "18.3.1", "react-loader-spinner": "6.1.6", "reflect-metadata": "0.2.2", - "uuid": "11.0.0", + "uuid": "11.0.1", "webextension-polyfill": "0.12.0" }, "devDependencies": {