diff --git a/package-lock.json b/package-lock.json index 0718b4645..4128fc9e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "html-minifier": "^4.0.0", "luxon": "^3.4.4", "markdown-it": "^14.1.0", - "markdown-it-anchor": "^8.6.7", + "markdown-it-anchor": "^9.1.0", "uglify-es": "^3.3.9" } }, @@ -1810,9 +1810,9 @@ } }, "node_modules/markdown-it-anchor": { - "version": "8.6.7", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz", - "integrity": "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-9.1.0.tgz", + "integrity": "sha512-a5WqArGkkLQZUEdC9cpkWvrdLJyS45r+28nE4jxiQynFLZ6VXdX4+hulCRzxmS+hi9+Dwfi5zTFIz3dY1YA6xQ==", "dev": true, "peerDependencies": { "@types/markdown-it": "*", diff --git a/package.json b/package.json index 9e7326018..904b4d40c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "html-minifier": "^4.0.0", "luxon": "^3.4.4", "markdown-it": "^14.1.0", - "markdown-it-anchor": "^8.6.7", + "markdown-it-anchor": "^9.1.0", "uglify-es": "^3.3.9" }, "resolutions": {