From 273a5674c73cf47fe89143405c1b6c61f3c23a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:01:56 +0000 Subject: [PATCH] Bump markdownlint from 0.36.0 to 0.36.1 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.36.0 to 0.36.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.36.0...v0.36.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 a065ccd..9454320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "clean-css-cli": "^5.6.3", "eslint": "^9.13.0", "globals": "^15.11.0", - "markdownlint": "^0.36.0", + "markdownlint": "^0.36.1", "markdownlint-cli": "^0.42.0", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", @@ -3469,9 +3469,9 @@ } }, "node_modules/markdownlint": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.0.tgz", - "integrity": "sha512-ULhCJrt12HC8jZPCzc6yN3g2l8KaFR8bYHStnffzCOwY33hPrC6ic1pz1tDNs/ydKU2UiETOtL5nLYJNZLOd6w==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz", + "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==", "dev": true, "dependencies": { "markdown-it": "14.1.0", diff --git a/package.json b/package.json index 3b0b418..2fb9a1a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "clean-css-cli": "^5.6.3", "eslint": "^9.13.0", "globals": "^15.11.0", - "markdownlint": "^0.36.0", + "markdownlint": "^0.36.1", "markdownlint-cli": "^0.42.0", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5",