From bb45b53e9ebf254839200eb9beff44ddbc2777ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:53:14 +0000 Subject: [PATCH] chore(deps-dev): bump markdown-it-attrs from 4.3.1 to 5.0.0 Bumps [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/arve0/markdown-it-attrs/releases) - [Commits](https://github.com/arve0/markdown-it-attrs/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: markdown-it-attrs dependency-version: 5.0.0 dependency-type: direct:development 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 ec64587..aab8d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vuepress/plugin-shiki": "2.0.0-rc.126", "@vuepress/theme-default": "2.0.0-rc.126", "firebase-tools": "^15.19.1", - "markdown-it-attrs": "^4.3.1", + "markdown-it-attrs": "^5.0.0", "nodemon": "^3.1.11", "pascal-case": "^4.0.0", "postcss": "^8.5.6", @@ -11253,9 +11253,9 @@ } }, "node_modules/markdown-it-attrs": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.3.1.tgz", - "integrity": "sha512-/ko6cba+H6gdZ0DOw7BbNMZtfuJTRp9g/IrGIuz8lYc/EfnmWRpaR3CFPnNbVz0LDvF8Gf1hFGPqrQqq7De0rg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-5.0.0.tgz", + "integrity": "sha512-7Wvp3Fc1YsHsj1oRKli1DGAMyGhozldtU99wEl4plc6OBsv1WZB+zT3Lgm1/49rVMvXWiYXbUU8rz3X6VVGKaQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c73263e..ae72c05 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@vuepress/plugin-shiki": "2.0.0-rc.126", "@vuepress/theme-default": "2.0.0-rc.126", "firebase-tools": "^15.19.1", - "markdown-it-attrs": "^4.3.1", + "markdown-it-attrs": "^5.0.0", "nodemon": "^3.1.11", "pascal-case": "^4.0.0", "postcss": "^8.5.6",