diff --git a/package-lock.json b/package-lock.json index e903a3cb9..102596554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "marked": "5.1.1", "marked-extended-tables": "^1.0.6", - "marked-gfm-heading-id": "^3.0.4", + "marked-gfm-heading-id": "^3.0.6", "marked-smartypants-lite": "^1.0.0", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", @@ -9770,14 +9770,14 @@ } }, "node_modules/marked-gfm-heading-id": { - "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==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.6.tgz", + "integrity": "sha512-ot/iTTxvSJpUWv+DJ5aGVj2kxdEpsiKj6NJy6icwcdrVPHsbAE3dZ3Usk4ORt8ke2HKbw83n5Q5jNwSMuAYMSA==", "dependencies": { "github-slugger": "^2.0.0" }, "peerDependencies": { - "marked": "^4 || ^5" + "marked": "^4 || ^5 || ^6 || ^7" } }, "node_modules/marked-smartypants-lite": { diff --git a/package.json b/package.json index 45251a723..4d4d006f4 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "lodash": "^4.17.21", "marked": "5.1.1", "marked-extended-tables": "^1.0.6", - "marked-gfm-heading-id": "^3.0.4", + "marked-gfm-heading-id": "^3.0.6", "marked-smartypants-lite": "^1.0.0", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4",