diff --git a/package-lock.json b/package-lock.json index 9bb517927c4..35ecd112757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "markdown-it-container": "^4.0.0", "markdown-it-front-matter": "^0.2.4", "markdown-it-image-figures": "^2.1.1", - "mermaid": "^11.12.1", + "mermaid": "^11.12.2", "mitt": "^3.0.1", "path-normalize": "^7.0.0", "proxy-polyfill": "^0.3.2", @@ -14553,9 +14553,9 @@ } }, "node_modules/mermaid": { - "version": "11.12.1", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.1.tgz", - "integrity": "sha512-UlIZrRariB11TY1RtTgUWp65tphtBv4CSq7vyS2ZZ2TgoMjs2nloq+wFqxiwcxlhHUvs7DPGgMjs2aeQxz5h9g==", + "version": "11.12.2", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.2.tgz", + "integrity": "sha512-n34QPDPEKmaeCG4WDMGy0OT6PSyxKCfy2pJgShP+Qow2KLrvWjclwbc3yXfSIf4BanqWEhQEpngWwNp/XhZt6w==", "license": "MIT", "dependencies": { "@braintree/sanitize-url": "^7.1.1", @@ -30690,9 +30690,9 @@ "dev": true }, "mermaid": { - "version": "11.12.1", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.1.tgz", - "integrity": "sha512-UlIZrRariB11TY1RtTgUWp65tphtBv4CSq7vyS2ZZ2TgoMjs2nloq+wFqxiwcxlhHUvs7DPGgMjs2aeQxz5h9g==", + "version": "11.12.2", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.2.tgz", + "integrity": "sha512-n34QPDPEKmaeCG4WDMGy0OT6PSyxKCfy2pJgShP+Qow2KLrvWjclwbc3yXfSIf4BanqWEhQEpngWwNp/XhZt6w==", "requires": { "@braintree/sanitize-url": "^7.1.1", "@iconify/utils": "^3.0.1", diff --git a/package.json b/package.json index 46755713fc2..330eebc9f97 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "markdown-it-container": "^4.0.0", "markdown-it-front-matter": "^0.2.4", "markdown-it-image-figures": "^2.1.1", - "mermaid": "^11.12.1", + "mermaid": "^11.12.2", "mitt": "^3.0.1", "path-normalize": "^7.0.0", "proxy-polyfill": "^0.3.2",