From b80c29ed08869cd5df9ce6e971d5911a3a2dfa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:30:57 +0000 Subject: [PATCH] Bump markdown-it-attrs from 4.5.0 to 5.0.0 Bumps [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/arve0/markdown-it-attrs/releases) - [Commits](https://github.com/arve0/markdown-it-attrs/compare/v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: markdown-it-attrs dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 7aefe1d..cb850b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "html-entities": "^2.6.0", "js-yaml": "^4.2.0", "markdown-it-anchor": "^9.2.0", - "markdown-it-attrs": "^4.5.0", + "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2", "sass": "^1.100.0", "string-strip-html": "~8.5.0" @@ -1456,9 +1456,9 @@ } }, "node_modules/markdown-it-attrs": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.5.0.tgz", - "integrity": "sha512-dsuEyK/MDAYsdZLDIaDAQXz5+gP0AAbJ4ZjOSB0w+ZGe4lLbzyCgGg0LApC6j9zUK2F+2SA9VkzXfyNG9hL/8g==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-5.0.0.tgz", + "integrity": "sha512-7Wvp3Fc1YsHsj1oRKli1DGAMyGhozldtU99wEl4plc6OBsv1WZB+zT3Lgm1/49rVMvXWiYXbUU8rz3X6VVGKaQ==", "license": "MIT", "engines": { "node": ">=6" diff --git a/package.json b/package.json index 1dd96e8..372966e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "html-entities": "^2.6.0", "js-yaml": "^4.2.0", "markdown-it-anchor": "^9.2.0", - "markdown-it-attrs": "^4.5.0", + "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2", "sass": "^1.100.0", "string-strip-html": "~8.5.0"