From 129ededa371843bc115a9c9f0706c2b6782070ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:23:23 +0000 Subject: [PATCH] Chore(deps): Bump marked-gfm-heading-id from 4.0.1 to 4.1.0 Bumps [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) from 4.0.1 to 4.1.0. - [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.0.1...v4.1.0) --- updated-dependencies: - dependency-name: marked-gfm-heading-id dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8edc3a51f..e13d1ce5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "linkify-string": "^4.1.3", "lodash": "^4.17.21", "marked": "^14.0.0", - "marked-gfm-heading-id": "^4.0.1", + "marked-gfm-heading-id": "^4.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.15", @@ -7073,9 +7073,9 @@ } }, "node_modules/marked-gfm-heading-id": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.0.1.tgz", - "integrity": "sha512-QP3oB/iTaSRKux1nFNOt0hXq80hjkCrXPyTaehI4e8xryw5ihLctHHB5qifMQAOgDePcH4idJxGK35QKF/uctQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-4.1.0.tgz", + "integrity": "sha512-xRvV65Fnpq1krNspnyGsBvP0Y6h7/FrJ6U6y4e6zCWffiC1KxFFxFUKVu8ufMHop2xdvpwyWj5jPeA5W5x/6Zw==", "dependencies": { "github-slugger": "^2.0.0" }, diff --git a/package.json b/package.json index a7d122078..2f0689a72 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "linkify-string": "^4.1.3", "lodash": "^4.17.21", "marked": "^14.0.0", - "marked-gfm-heading-id": "^4.0.1", + "marked-gfm-heading-id": "^4.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.15",