diff --git a/package-lock.json b/package-lock.json index a827fb2..ef06024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lodash": "4.17.21", "mermaid": "11.3.0", "store2": "2.14.3", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@babel/eslint-parser": "7.25.8", @@ -9717,16 +9717,16 @@ "optional": true }, "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.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" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/vinyl": { diff --git a/package.json b/package.json index 66237e9..128d992 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash": "4.17.21", "mermaid": "11.3.0", "store2": "2.14.3", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@babel/eslint-parser": "7.25.8",