From 73afed1d6d5543eae5275d9ef1e36cc1b6a6b2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:41:40 +0000 Subject: [PATCH] Bump markdownlint from 0.37.0 to 0.37.1 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.37.0 to 0.37.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.37.0...v0.37.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 687c25d1..1e2c0cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "~4.1.0", "jsonc-parser": "~3.3.1", "jsonpointer": "~5.0.1", - "markdownlint": "~0.37.0", + "markdownlint": "~0.37.1", "minimatch": "~10.0.1", "run-con": "~1.3.2", "smol-toml": "~1.3.1" @@ -5732,10 +5732,9 @@ } }, "node_modules/markdownlint": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.0.tgz", - "integrity": "sha512-kdw5PG3dQFkExmUdcNc7dVTxrQU+lBx2+HuNrfa/gaRHzHExQNGdTTtvz0YtpFabKijbs5a3rVlLY75x/6VB7A==", - "license": "MIT", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.1.tgz", + "integrity": "sha512-Q7JexBa4ZB1rXJ2HGJF/fYUMeo4oBe5Zn1ZTlbwJ7BFC9V8lOZQoB3acBWW1f4FXmrlrwRYLLpWRfLCZXLo7kw==", "dependencies": { "markdown-it": "14.1.0", "micromark": "4.0.1", diff --git a/package.json b/package.json index 3fdc0af2..f7ef2cc7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-yaml": "~4.1.0", "jsonc-parser": "~3.3.1", "jsonpointer": "~5.0.1", - "markdownlint": "~0.37.0", + "markdownlint": "~0.37.1", "minimatch": "~10.0.1", "run-con": "~1.3.2", "smol-toml": "~1.3.1"