From 572e67a5472d20f760643474cb69ea4b116e6cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:42:45 +0200 Subject: [PATCH] chore(deps-dev): bump markdown-it-anchor from 9.0.1 to 9.2.0 (#5433) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d8b884515..29665d8191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "lodash.clonedeep": "4.5.0", "lodash.ismatchwith": "4.4.0", "markdown-it": "14.1.0", - "markdown-it-anchor": "9.0.1", + "markdown-it-anchor": "9.2.0", "markdown-it-footnote": "4.0.0", "natural-compare-lite": "1.4.0", "node-fetch": "2.6.11", @@ -8354,9 +8354,9 @@ } }, "node_modules/markdown-it-anchor": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-9.0.1.tgz", - "integrity": "sha512-cBt7aAzmkfX8X7FqAe8EBryiKmToXgMQEEMqkXzWCm0toDtfDYIGboKeTKd8cpNJArJtutrf+977wFJTsvNGmQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-9.2.0.tgz", + "integrity": "sha512-sa2ErMQ6kKOA4l31gLGYliFQrMKkqSO0ZJgGhDHKijPf0pNFM9vghjAh3gn26pS4JDRs7Iwa9S36gxm3vgZTzg==", "dev": true, "peerDependencies": { "@types/markdown-it": "*", diff --git a/package.json b/package.json index 17ceac57f5..fbe19e20f7 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "lodash.clonedeep": "4.5.0", "lodash.ismatchwith": "4.4.0", "markdown-it": "14.1.0", - "markdown-it-anchor": "9.0.1", + "markdown-it-anchor": "9.2.0", "markdown-it-footnote": "4.0.0", "natural-compare-lite": "1.4.0", "node-fetch": "2.6.11",