diff --git a/package-lock.json b/package-lock.json index 4a7cd44b2..d8c254201 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.7", + "marked-gfm-heading-id": "^3.0.8", "marked-smartypants-lite": "^1.0.0", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", @@ -9957,14 +9957,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-smartypants-lite": { diff --git a/package.json b/package.json index 39ba72e77..261aef1f6 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.7", + "marked-gfm-heading-id": "^3.0.8", "marked-smartypants-lite": "^1.0.0", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4",