Update dependency mermaid to v11.8.0 (forgejo) (#8405)
Some checks are pending
/ release (push) Waiting to run
testing-integration / test-unit (push) Waiting to run
testing-integration / test-sqlite (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8405
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-07-04 23:09:26 +02:00 committed by Gusted
parent 72620db8df
commit a789dd76d5
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -32,7 +32,7 @@
"idiomorph": "0.3.0",
"jquery": "3.7.1",
"katex": "0.16.22",
"mermaid": "11.7.0",
"mermaid": "11.8.0",
"mini-css-extract-plugin": "2.9.2",
"minimatch": "10.0.3",
"monaco-editor": "0.52.2",
@ -2075,9 +2075,9 @@
}
},
"node_modules/@mermaid-js/parser": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.5.0.tgz",
"integrity": "sha512-AiaN7+VjXC+3BYE+GwNezkpjIcCI2qIMB/K4S2/vMWe0q/XJCBbx5+K7iteuz7VyltX9iAK4FmVTvGc9kjOV4w==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.0.tgz",
"integrity": "sha512-7DNESgpyZ5WG1SIkrYafVBhWmImtmQuoxOO1lawI3gQYWxBX3v1FW3IyuuRfKJAO06XrZR71W0Kif5VEGGd4VA==",
"license": "MIT",
"dependencies": {
"langium": "3.3.1"
@ -10538,14 +10538,14 @@
}
},
"node_modules/mermaid": {
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.7.0.tgz",
"integrity": "sha512-/1/5R0rt0Z1Ak0CuznAnCF3HtQgayRXUz6SguzOwN4L+DuCobz0UxnQ+ZdTSZ3AugKVVh78tiVmsHpHWV25TCw==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.8.0.tgz",
"integrity": "sha512-uAZUwnBiqREZcUrFw3G5iQ5Pj3hTYUP95EZc3ec/nGBzHddJZydzYGE09tGZDBS1VoSoDn0symZ85FmypSTo5g==",
"license": "MIT",
"dependencies": {
"@braintree/sanitize-url": "^7.0.4",
"@iconify/utils": "^2.1.33",
"@mermaid-js/parser": "^0.5.0",
"@mermaid-js/parser": "^0.6.0",
"@types/d3": "^7.4.3",
"cytoscape": "^3.29.3",
"cytoscape-cose-bilkent": "^4.1.0",

View file

@ -31,7 +31,7 @@
"idiomorph": "0.3.0",
"jquery": "3.7.1",
"katex": "0.16.22",
"mermaid": "11.7.0",
"mermaid": "11.8.0",
"mini-css-extract-plugin": "2.9.2",
"minimatch": "10.0.3",
"monaco-editor": "0.52.2",