From af5f3709e883eb69a15065d02748872307899a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:02:34 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.31.0 to 0.31.1 (#192) Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.0 to 0.31.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.31.0...v0.31.1) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3879e1..61f0ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2885,9 +2885,9 @@ } }, "markdownlint-cli": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.0.tgz", - "integrity": "sha512-UCNA10I2evrEqGWUGM4I6ae6LubLeySkKegP1GQaZSES516BYBgOn8Ai8MXU+5rSIeCvMyKi91alqHyRDuUnYA==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz", + "integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==", "dev": true, "requires": { "commander": "~9.0.0", @@ -2898,7 +2898,7 @@ "jsonc-parser": "~3.0.0", "markdownlint": "~0.25.1", "markdownlint-rule-helpers": "~0.16.0", - "minimatch": "~3.0.4", + "minimatch": "~3.0.5", "run-con": "~1.2.10" }, "dependencies": { @@ -2915,6 +2915,15 @@ "once": "^1.3.0", "path-is-absolute": "^1.0.0" } + }, + "minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } } } }, diff --git a/package.json b/package.json index 12c8f9b..f587c5e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cz-conventional-changelog": "3.3.0", "globstar": "1.0.0", "husky": "7.0.4", - "markdownlint-cli": "0.31.0", + "markdownlint-cli": "0.31.1", "npm-run-all": "4.1.5" }, "dependencies": {