diff --git a/package-lock.json b/package-lock.json index fa204d2..0a19efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2516,9 +2516,9 @@ } }, "markdown-it-anchor": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.4.tgz", - "integrity": "sha512-n8zCGjxA3T+Mx1pG8HEgbJbkB8JFUuRkeTZQuIM8iPY6oQ8sWOPRZJDFC9a/pNg2QkHEjjGkhBEl/RSyzaDZ3A==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz", + "integrity": "sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==", "dev": true }, "maximatch": { diff --git a/package.json b/package.json index 15bef5e..ef93a4f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "html-minifier": "^4.0.0", "luxon": "^1.17.2", "markdown-it": "^9.0.1", - "markdown-it-anchor": "^5.2.4", + "markdown-it-anchor": "^5.3.0", "uglify-es": "^3.3.9" }, "resolutions": {