From 2292a8e9a762cb3eb9f997e8d79e2d7cb3f7f487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:20:51 +0000 Subject: [PATCH] Bump markdownlint from 0.37.2 to 0.37.3 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.37.2 to 0.37.3. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.37.2...v0.37.3) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 253c7e25..54d83d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^9.17.0", "fixjson": "^1.1.2", "lua-fmt": "^2.6.0", - "markdownlint": "^0.37.2", + "markdownlint": "^0.37.3", "markdownlint-cli": "^0.43.0", "normalize-url": "^8.0.1", "npm": "^11.0.0", @@ -2126,12 +2126,13 @@ } }, "node_modules/markdownlint": { - "version": "0.37.2", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.2.tgz", - "integrity": "sha512-m8QhYnRA1ptbhIjhVVBUkKQcUelVxuyO/yXyLewnc1+xs4eXhST/+hIy29goO+EYVLmWtknH4SmYQ4s0caoKqw==", + "version": "0.37.3", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.3.tgz", + "integrity": "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==", "dependencies": { "markdown-it": "14.1.0", "micromark": "4.0.1", + "micromark-core-commonmark": "2.0.2", "micromark-extension-directive": "3.0.2", "micromark-extension-gfm-autolink-literal": "2.1.0", "micromark-extension-gfm-footnote": "2.1.0", @@ -7858,12 +7859,13 @@ } }, "markdownlint": { - "version": "0.37.2", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.2.tgz", - "integrity": "sha512-m8QhYnRA1ptbhIjhVVBUkKQcUelVxuyO/yXyLewnc1+xs4eXhST/+hIy29goO+EYVLmWtknH4SmYQ4s0caoKqw==", + "version": "0.37.3", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.3.tgz", + "integrity": "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==", "requires": { "markdown-it": "14.1.0", "micromark": "4.0.1", + "micromark-core-commonmark": "2.0.2", "micromark-extension-directive": "3.0.2", "micromark-extension-gfm-autolink-literal": "2.1.0", "micromark-extension-gfm-footnote": "2.1.0", diff --git a/package.json b/package.json index 1875c8dd..b41eebcb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "^9.17.0", "fixjson": "^1.1.2", "lua-fmt": "^2.6.0", - "markdownlint": "^0.37.2", + "markdownlint": "^0.37.3", "markdownlint-cli": "^0.43.0", "normalize-url": "^8.0.1", "npm": "^11.0.0",