diff --git a/package-lock.json b/package-lock.json index 3fb9b7c461..d52a7dfd5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "rollup-preserve-directives": "^1.1.1", "sass": "^1.79.4", "typescript": "^5.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "vite": "^5.4.10", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.0.1", @@ -10234,16 +10234,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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/vite": { diff --git a/package.json b/package.json index 5af56783b0..3a828a8726 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rollup-preserve-directives": "^1.1.1", "sass": "^1.79.4", "typescript": "^5.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "vite": "^5.4.10", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.0.1",