From 7fcbd7e8957e7bb77a625046e84c1366d7db00d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:54:48 +0300 Subject: [PATCH] Bump remark-lint from 9.1.1 to 9.1.2 (#183) Bumps [remark-lint](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/9.1.2/packages/remark-lint) --- updated-dependencies: - dependency-name: remark-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7e5010f..aee2479 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "remark": "^14.0.3", "remark-cli": "^11.0.0", - "remark-lint": "^9.1.1", + "remark-lint": "^9.1.2", "remark-lint-alphabetize-lists": "^3.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.2", "remark-preset-lint-recommended": "^6.1.2" diff --git a/yarn.lock b/yarn.lock index 0510eae..c588eed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -944,9 +944,9 @@ remark-lint-ordered-list-marker-style@^3.0.0: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint@^9.0.0, remark-lint@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.1.tgz#58c27adc4edeca93b7ce81e2861f05cbcecef72c" +remark-lint@^9.0.0, remark-lint@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.2.tgz#0781e273bba33fbfd26210b639b8a3702d65ad91" dependencies: "@types/mdast" "^3.0.0" remark-message-control "^7.0.0"