Skip to content

Commit 27428bb

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump markdownlint-cli from 0.32.1 to 0.32.2
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.1 to 0.32.2. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.32.1...v0.32.2) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4180a96 commit 27428bb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"jest-each": "^28.1.3",
8686
"jest-enzyme": "^7.1.2",
8787
"lint-staged": "^13.0.3",
88-
"markdownlint-cli": "^0.32.1",
88+
"markdownlint-cli": "^0.32.2",
8989
"npm-package-json-lint": "^6.3.0",
9090
"npm-package-json-lint-config-default": "^5.0.0",
9191
"pkg-ok": "^3.0.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -11550,31 +11550,31 @@ markdown-to-jsx@^6.11.4:
1155011550
prop-types "^15.6.2"
1155111551
unquote "^1.1.0"
1155211552

11553-
markdownlint-cli@^0.32.1:
11554-
version "0.32.1"
11555-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.32.1.tgz#09925582833b73a578eab71bc7c5a467ae84aaa3"
11556-
integrity sha512-hVLQ+72b5esQd7I+IqzBEB4x/4C+wJaxS2M6nqaGoDwrtNY6gydGf5CIUJtQcXtqsM615++a8TZPsvEtH6H4gw==
11553+
markdownlint-cli@^0.32.2:
11554+
version "0.32.2"
11555+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.32.2.tgz#b7b5c5808039aef4022aef603efaa607caf8e0de"
11556+
integrity sha512-xmJT1rGueUgT4yGNwk6D0oqQr90UJ7nMyakXtqjgswAkEhYYqjHew9RY8wDbOmh2R270IWjuKSeZzHDEGPAUkQ==
1155711557
dependencies:
1155811558
commander "~9.4.0"
1155911559
get-stdin "~9.0.0"
1156011560
glob "~8.0.3"
1156111561
ignore "~5.2.0"
1156211562
js-yaml "^4.1.0"
1156311563
jsonc-parser "~3.1.0"
11564-
markdownlint "~0.26.1"
11565-
markdownlint-rule-helpers "~0.17.1"
11564+
markdownlint "~0.26.2"
11565+
markdownlint-rule-helpers "~0.17.2"
1156611566
minimatch "~5.1.0"
1156711567
run-con "~1.2.11"
1156811568

11569-
markdownlint-rule-helpers@~0.17.1:
11570-
version "0.17.1"
11571-
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz#c7305a5f3b01b2f9e3a4d98e911f1d067abbda53"
11572-
integrity sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w==
11569+
markdownlint-rule-helpers@~0.17.2:
11570+
version "0.17.2"
11571+
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.2.tgz#64d6e8c66e497e631b0e40cf1cef7ca622a0b654"
11572+
integrity sha512-XaeoW2NYSlWxMCZM2B3H7YTG6nlaLfkEZWMBhr4hSPlq9MuY2sy83+Xr89jXOqZMZYjvi5nBCGoFh7hHoPKZmA==
1157311573

11574-
markdownlint@~0.26.1:
11575-
version "0.26.1"
11576-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392"
11577-
integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg==
11574+
markdownlint@~0.26.2:
11575+
version "0.26.2"
11576+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237"
11577+
integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w==
1157811578
dependencies:
1157911579
markdown-it "13.0.1"
1158011580

0 commit comments

Comments
 (0)