From 7fba1f587105dd78a33386f50a015bf8e724677e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:18:07 +0000 Subject: [PATCH] chore(deps-dev): bump markdown-it-attrs from 4.1.6 to 4.3.0 Bumps [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) from 4.1.6 to 4.3.0. - [Release notes](https://github.com/arve0/markdown-it-attrs/releases) - [Commits](https://github.com/arve0/markdown-it-attrs/compare/v4.1.6...v4.3.0) --- updated-dependencies: - dependency-name: markdown-it-attrs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fc386143..3a2937fb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "luxon": "^3.5.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", - "markdown-it-attrs": "^4.1.6", + "markdown-it-attrs": "^4.3.0", "markdown-it-footnote": "^4.0.0", "markdown-it-prism": "^2.3.0", "npm-run-all": "^4.1.5", @@ -6523,7 +6523,9 @@ } }, "node_modules/markdown-it-attrs": { - "version": "4.1.6", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.3.0.tgz", + "integrity": "sha512-SQpN8q5LCYtRNuzHaWVLThuJmArN+H3b+jykwaK8AS8XlxyosRvge/7wT9N0XaXCJ5STHGl3gAc6/PXx37cbiQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 74b2c6738..a2b36af48 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "luxon": "^3.5.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", - "markdown-it-attrs": "^4.1.6", + "markdown-it-attrs": "^4.3.0", "markdown-it-footnote": "^4.0.0", "markdown-it-prism": "^2.3.0", "npm-run-all": "^4.1.5",