From bcb818e3e439fce0a1c601b83f602b36809f2f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:22:00 +0000 Subject: [PATCH] [stable-8] Bump marked-gfm-heading-id from 4.1.3 to 4.1.4 Bumps [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/markedjs/marked-gfm-heading-id/releases) - [Changelog](https://github.com/markedjs/marked-gfm-heading-id/blob/main/release.config.cjs) - [Commits](https://github.com/markedjs/marked-gfm-heading-id/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: marked-gfm-heading-id dependency-version: 4.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b3214dd35..d910e07136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "lodash": "^4.17.21", "luxon": "^3.7.2", "marked": "^17.0.6", - "marked-gfm-heading-id": "^4.1.3", + "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", "sortablejs": "^1.15.7", @@ -9312,15 +9312,15 @@ } }, "node_modules/marked-gfm-heading-id": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.1.3.tgz", - "integrity": "sha512-aR0i63LmFbuxU/gAgrgz1Ir+8HK6zAIFXMlckeKHpV+qKbYaOP95L4Ux5Gi+sKmCZU5qnN2rdKpvpb7PnUBIWg==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.1.4.tgz", + "integrity": "sha512-CspnvVfHSkb/znqdPS4jUR8HtCjq3M/DnrsJCrfLBLvdrgbemmoINKpeWKQYkBiXAoBGejw0cV7xzqrPdup3WA==", "license": "MIT", "dependencies": { "github-slugger": "^2.0.0" }, "peerDependencies": { - "marked": ">=13 <18" + "marked": ">=13 <19" } }, "node_modules/material-colors": { diff --git a/package.json b/package.json index f6c3c06dec..bf86f7c5a3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.21", "luxon": "^3.7.2", "marked": "^17.0.6", - "marked-gfm-heading-id": "^4.1.3", + "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", "sortablejs": "^1.15.7",