From 23da26ded2514bf38e28277e335794ab1adceccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:24:27 +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:development update-type: version-update:semver-patch ... 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 bb5e26a..37c1c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "clean-css-cli": "^5.6.3", "eslint": "^9.16.0", "globals": "^15.12.0", - "markdownlint": "^0.37.0", + "markdownlint": "^0.37.1", "markdownlint-cli": "^0.43.0", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", @@ -3639,9 +3639,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==", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.1.tgz", + "integrity": "sha512-Q7JexBa4ZB1rXJ2HGJF/fYUMeo4oBe5Zn1ZTlbwJ7BFC9V8lOZQoB3acBWW1f4FXmrlrwRYLLpWRfLCZXLo7kw==", "dev": true, "dependencies": { "markdown-it": "14.1.0", diff --git a/package.json b/package.json index ac564ac..2b69f2b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "clean-css-cli": "^5.6.3", "eslint": "^9.16.0", "globals": "^15.12.0", - "markdownlint": "^0.37.0", + "markdownlint": "^0.37.1", "markdownlint-cli": "^0.43.0", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5",