diff --git a/package-lock.json b/package-lock.json index bf1baa7..3910da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1993,9 +1993,9 @@ } }, "markdown-it-anchor": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.2.tgz", - "integrity": "sha512-9D58TKK4dakqmjcmVuqHoB3ntKBpQJ0Ld38B83aiHJcBD72IZIyPjNtihPA6ayRI5WD33e1W68mArliNLHCprg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.3.0.tgz", + "integrity": "sha512-YXMxKqZDH/MM/sFBZe+JQ/XFa7i8mIWZYkcY7jCGmpNNqcj2iS9Wyxy5devkUoL14NJOUt5IleD99D8StAwkXg==", "dev": true }, "maximatch": { diff --git a/package.json b/package.json index 1c0af17..617c831 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "html-minifier": "^4.0.0", "luxon": "^2.0.2", "markdown-it": "^12.1.0", - "markdown-it-anchor": "^8.1.2", + "markdown-it-anchor": "^8.3.0", "uglify-es": "^3.3.9" }, "resolutions": {