diff --git a/package-lock.json b/package-lock.json index 9ec58fe..1cc5784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "shx": "0.3.4", "svg-sprite": "2.0.4", "svgtofont": "4.2.0", - "uuid": "9.0.1", + "uuid": "10.0.0", "webpack": "5.91.0", "webpack-cli": "5.1.4", "webpack-manifest-plugin": "5.0.0", @@ -7395,6 +7395,19 @@ "web-worker": "^1.2.0" } }, + "node_modules/mermaid/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/microbuffer": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/microbuffer/-/microbuffer-1.0.0.tgz", @@ -11699,9 +11712,10 @@ "optional": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index f7fcf13..bb40708 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "shx": "0.3.4", "svg-sprite": "2.0.4", "svgtofont": "4.2.0", - "uuid": "9.0.1", + "uuid": "10.0.0", "webpack": "5.91.0", "webpack-cli": "5.1.4", "webpack-manifest-plugin": "5.0.0",