From f695cc69485de388d1964fc494799dfcbd3c9550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:13:33 +0000 Subject: [PATCH] Bump marked-gfm-heading-id from 3.0.3 to 3.0.4 Bumps [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) from 3.0.3 to 3.0.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/v3.0.3...v3.0.4) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3b37a3b9..61259af6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "marked": "5.0.4", "marked-extended-tables": "^1.0.6", - "marked-gfm-heading-id": "^3.0.3", + "marked-gfm-heading-id": "^3.0.4", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", "mongoose": "^7.2.2", @@ -9685,9 +9685,9 @@ } }, "node_modules/marked-gfm-heading-id": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.3.tgz", - "integrity": "sha512-ouAOxtHYa34yFocjCk5xIIcEjg40YXNdpkfLqH6TGbkmXPMPxApWXLdOi0Z1AXUweMQC9bWt2e8MGrIYB2f6+w==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.4.tgz", + "integrity": "sha512-k22f+k8B449kRVXbi3OYxahI6t8HywKIF0wn0L0atzYhFHYRcJynLDekh+lcxcZkNnkEGRZOHuRfTcpjMjLqDw==", "dependencies": { "github-slugger": "^2.0.0" }, diff --git a/package.json b/package.json index 29b644ff9..dc3474caf 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "lodash": "^4.17.21", "marked": "5.0.4", "marked-extended-tables": "^1.0.6", - "marked-gfm-heading-id": "^3.0.3", + "marked-gfm-heading-id": "^3.0.4", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", "mongoose": "^7.2.2",