build(deps): bump the npm group across 1 directory with 3 updates (#45)

Updates the requirements on [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome), [mermaid](https://github.com/mermaid-js/mermaid) and [tocbot](https://github.com/tscanlin/tocbot) to permit the latest version.

Updates `@fortawesome/fontawesome-free` to 6.7.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.6.0...6.7.1)

Updates `mermaid` to 11.4.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.0.2...mermaid@11.4.0)

Updates `tocbot` to 4.32.2
- [Release notes](https://github.com/tscanlin/tocbot/releases)
- [Changelog](https://github.com/tscanlin/tocbot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tscanlin/tocbot/compare/v4.29.0...v4.32.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: mermaid
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: tocbot
  dependency-type: direct:production
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-25 03:53:01 +08:00
committed by GitHub
parent a231bc7e2c
commit b9e18a1510
14 changed files with 477 additions and 314 deletions

View File

@ -52,12 +52,12 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
| :------------------------------------------------------- | --------: | | :------------------------------------------------------- | --------: |
| [Clipboard][clipboard] | `2.0.11` | | [Clipboard][clipboard] | `2.0.11` |
| [Day.js][dayjs] | `1.11.13` | | [Day.js][dayjs] | `1.11.13` |
| [Font Awesome Free][fontawesome] | `6.6.0` | | [Font Awesome Free][fontawesome] | `6.7.1` |
| [GLightbox][glightbox] | `3.3.0` | | [GLightbox][glightbox] | `3.3.0` |
| [Loading-attribute-polyfill][loading-attribute-polyfill] | `2.1.1` | | [Loading-attribute-polyfill][loading-attribute-polyfill] | `2.1.1` |
| [Mermaid][mermaid] | `11.0.2` | | [Mermaid][mermaid] | `11.4.0` |
| [Simple-Jekyll-Search][simple-jekyll-search] | `1.10.0` | | [Simple-Jekyll-Search][simple-jekyll-search] | `1.10.0` |
| [Tocbot][tocbot] | `4.29.0` | | [Tocbot][tocbot] | `4.32.2` |
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy [chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy

File diff suppressed because one or more lines are too long

767
mermaid/mermaid.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,12 @@
{ {
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.7.1",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"glightbox": "^3.3.0", "glightbox": "^3.3.0",
"lazysizes": "^5.3.2", "lazysizes": "^5.3.2",
"mermaid": "^11.0.2", "mermaid": "^11.4.0",
"simple-jekyll-search": "^1.10.0", "simple-jekyll-search": "^1.10.0",
"tocbot": "^4.29.0" "tocbot": "^4.32.2"
} }
} }

View File

@ -1,6 +1,6 @@
/** /**
* Skipped minification because the original files appears to be already minified. * Skipped minification because the original files appears to be already minified.
* Original file: /npm/tocbot@4.29.0/dist/tocbot.css * Original file: /npm/tocbot@4.32.2/dist/tocbot.css
* *
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/ */

File diff suppressed because one or more lines are too long