Skip to content

Commit 17f6c47

Browse files
authored
Merge pull request finos#2042 from rocketstack-matt/fix/dependabot-135-diff-vulnerability
fix(deps): update mermaid to v11 to fix diff DoS vulnerability (GHSA-73rr-hh4g-fpgx)
2 parents 458cd37 + 0471b61 commit 17f6c47

File tree

3 files changed

+336
-622
lines changed

3 files changed

+336
-622
lines changed

calm-hub-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@monaco-editor/react": "^4.7.0",
2020
"@tailwindcss/vite": "^4.1.4",
21-
"@types/node": "^22.15.0",
21+
"@types/node": "^22.19.2",
2222
"@types/react": "^18.3.12",
2323
"@types/react-dom": "^18.3.1",
2424
"@vitejs/plugin-react-swc": "^4.0.0",

calm-plugins/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"jsdom": "^22.1.0",
168168
"lodash": "^4.17.21",
169169
"markdown-it": "^13.0.1",
170-
"mermaid": "^10.4.0",
170+
"mermaid": "^11.0.0",
171171
"svg-pan-zoom": "^3.6.2",
172172
"yaml": "^2.5.1",
173173
"zustand": "^5.0.8"

0 commit comments

Comments
 (0)