diff --git a/ui-v2/package-lock.json b/ui-v2/package-lock.json index 284f6b149da9..05930c8ee1d9 100644 --- a/ui-v2/package-lock.json +++ b/ui-v2/package-lock.json @@ -64,7 +64,7 @@ "lodash.merge": "^4.6.2", "lodash.throttle": "^4.1.1", "lucide-react": "^1.26.0", - "mermaid": "^11.16.0", + "mermaid": "^11.16.1", "next-themes": "^0.4.6", "openapi-fetch": "^0.17.0", "pixi-viewport": "6.0.3", @@ -11046,9 +11046,9 @@ "license": "CC0-1.0" }, "node_modules/mermaid": { - "version": "11.16.0", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.16.0.tgz", - "integrity": "sha512-Zvm3kbstgdpvIJPPItlL7fppIZ3kibvc1oZIGxdvk9t6UFz6flv+Jw7FtRGKwfcI8OckmH04LqG6LlS6X4B1pA==", + "version": "11.16.1", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.16.1.tgz", + "integrity": "sha512-TQsq6u22fAn3rek5VOubrhKPo1g5hwC3FXUN9hiyupTckcYiGuuKGkNQrKYwGJkXUxZdojwRG46gsSCFZMDp4g==", "license": "MIT", "dependencies": { "@braintree/sanitize-url": "^7.1.2", diff --git a/ui-v2/package.json b/ui-v2/package.json index b6d94689dc4a..342511c449cc 100644 --- a/ui-v2/package.json +++ b/ui-v2/package.json @@ -82,7 +82,7 @@ "lodash.merge": "^4.6.2", "lodash.throttle": "^4.1.1", "lucide-react": "^1.26.0", - "mermaid": "^11.16.0", + "mermaid": "^11.16.1", "next-themes": "^0.4.6", "openapi-fetch": "^0.17.0", "pixi-viewport": "6.0.3",