From 1333942d9a996427693651190eeda76179608aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:07:02 +0000 Subject: [PATCH] build(deps): bump the npm group with 2 updates Updates the requirements on [dayjs](https://github.com/iamkun/dayjs) and [mermaid](https://github.com/mermaid-js/mermaid) to permit the latest version. Updates `dayjs` to 1.11.19 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19) Updates `mermaid` to 11.12.1 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.0...mermaid@11.12.1) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production dependency-group: npm - dependency-name: mermaid dependency-version: 11.12.1 dependency-type: direct:production dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 060038c..b09d460 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "dependencies": { "@fortawesome/fontawesome-free": "^7.1.0", "clipboard": "^2.0.11", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "glightbox": "^3.3.1", "loading-attribute-polyfill": "^2.1.1", - "mermaid": "^11.12.0", + "mermaid": "^11.12.1", "simple-jekyll-search": "^1.10.0", "tocbot": "^4.36.4" }