From baa107d1bae83c10fc1c1a1eb78852254b21a417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:38:17 +0000 Subject: [PATCH] Build(deps): Bump marked-gfm-heading-id from 3.0.7 to 3.0.8 Bumps [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) from 3.0.7 to 3.0.8. - [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/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: marked-gfm-heading-id 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 b96aa8928..d865be9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "linkify-string": "^4.1.1", "lodash": "^4.17.21", "marked": "^8.0.1", - "marked-gfm-heading-id": "^3.0.7", + "marked-gfm-heading-id": "^3.0.8", "marked-mangle": "^1.1.3", "nextcloud-vue-collections": "^0.11.1", "qrcode": "^1.5.3", @@ -11746,14 +11746,14 @@ } }, "node_modules/marked-gfm-heading-id": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.7.tgz", - "integrity": "sha512-8JtFnp8/50qwpwwt446Uv4Ohy0jDLNGnAB7sWln7SLQcQQV7+K3qlMMwYupELz9cZvKKiRqXHEGNopcEvxM2ew==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.8.tgz", + "integrity": "sha512-JDKp7tqU0QYHGz9xBWiZGfiCPNcvg0PvNvRr6XvRTgIg4S4etZxns7+ez+YtREU8iuQJC0V6vLTae9n8FH6gxQ==", "dependencies": { "github-slugger": "^2.0.0" }, "peerDependencies": { - "marked": ">=4 <9" + "marked": ">=4 <10" } }, "node_modules/marked-mangle": { diff --git a/package.json b/package.json index b410b7c72..940766c69 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "linkify-string": "^4.1.1", "lodash": "^4.17.21", "marked": "^8.0.1", - "marked-gfm-heading-id": "^3.0.7", + "marked-gfm-heading-id": "^3.0.8", "marked-mangle": "^1.1.3", "nextcloud-vue-collections": "^0.11.1", "qrcode": "^1.5.3",