diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a5570d3..78e9ae3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "react-modal": "^3.16.1", "react-qr-code": "^2.0.11", "react-router-dom": "^6.12.1", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@types/react": "^18.0.37", @@ -1490,16 +1490,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", "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/frontend/package.json b/frontend/package.json index 0242439..ae9c49b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "react-modal": "^3.16.1", "react-qr-code": "^2.0.11", "react-router-dom": "^6.12.1", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@types/react": "^18.0.37",