Skip to content

Commit

Permalink
Bump mermaid from 10.8.0 to 10.9.0 in /report/report-ng (#756)
Browse files Browse the repository at this point in the history
* Bump mermaid from 10.8.0 to 10.9.0 in /report/report-ng

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](mermaid-js/mermaid@v10.8.0...v10.9.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* mermaid bringing in another dep

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNally <[email protected]>
  • Loading branch information
dependabot[bot] and therealryan authored Mar 11, 2024
1 parent 8e9f6c2 commit 38ecf2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void write() throws Exception {
" 1 x detail/823B8031950E57346DCE6FFD4BE56F54.html",
" 1 x index.html",
" 1 x res/3rdpartylicenses.txt",
" 30 x res/_digits_.<hash>.js",
" 31 x res/_digits_.<hash>.js",
" 1 x res/common.<hash>.js",
" 1 x res/favicon.ico",
" 1 x res/main.<hash>.js",
Expand Down Expand Up @@ -201,7 +201,7 @@ void writeDuctIndex() throws Exception {
Assertions.assertEquals( Copy.pasta(
" 1 x index.html",
" 1 x res/3rdpartylicenses.txt",
" 30 x res/_digits_.<hash>.js",
" 31 x res/_digits_.<hash>.js",
" 1 x res/common.<hash>.js",
" 1 x res/favicon.ico",
" 1 x res/main.<hash>.js",
Expand Down
25 changes: 13 additions & 12 deletions report/report-ng/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion report/report-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/diff-match-patch": "^1.0.32",
"@types/dompurify": "^3.0.5",
"diff-match-patch": "^1.0.5",
"mermaid": "^10.8.0",
"mermaid": "^10.9.0",
"ngx-markdown": "^14.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
Expand Down

0 comments on commit 38ecf2c

Please sign in to comment.