From e3516354edd7b0a486b92bb2fd823e03efe4f3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:28:05 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.36.0 to 0.37.0 in /dependencies (#4683) Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 16 ++++++++-------- dependencies/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 6728054a..ba3f124b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -34,7 +34,7 @@ "ini": "^4.1.1", "jscpd": "^3.5.10", "lodash": "^4.17.21", - "markdownlint-cli": "^0.36.0", + "markdownlint-cli": "^0.37.0", "next": "^13.4.19", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2", @@ -15144,9 +15144,9 @@ } }, "node_modules/markdownlint": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.30.0.tgz", - "integrity": "sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "dependencies": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" @@ -15156,9 +15156,9 @@ } }, "node_modules/markdownlint-cli": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.36.0.tgz", - "integrity": "sha512-h4WdqOam3+QOVOcJSOQuG8KvvN8dlS0OiJhbPwYWBk7VMZR40UtSSMIOpSP5B4EHPHg3W3ILSQUvqg1HNpTCxA==", + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.37.0.tgz", + "integrity": "sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==", "dependencies": { "commander": "~11.0.0", "get-stdin": "~9.0.0", @@ -15166,7 +15166,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.30.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" }, diff --git a/dependencies/package.json b/dependencies/package.json index 26a44531..88e24d84 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -29,7 +29,7 @@ "ini": "^4.1.1", "jscpd": "^3.5.10", "lodash": "^4.17.21", - "markdownlint-cli": "^0.36.0", + "markdownlint-cli": "^0.37.0", "next": "^13.4.19", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2",