diff --git a/website/package-lock.json b/website/package-lock.json index 6711b43..5cf63b3 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -25,7 +25,7 @@ "react-router": "^7.13.2", "react-router-dom": "^7.13.2", "react-to-print": "^2.15.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.2", @@ -22665,15 +22665,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/website/package.json b/website/package.json index 5a69354..8dd1fa4 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "react-router": "^7.13.2", "react-router-dom": "^7.13.2", "react-to-print": "^2.15.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.2",