From 459fcec3eb2239220847939b7e186a6fdf995339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:22:50 -0300 Subject: [PATCH] Bump remark-lint-no-shortcut-reference-link in /.config/remark (#1205) Bumps [remark-lint-no-shortcut-reference-link](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-shortcut-reference-link) from 3.1.1 to 3.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/HEAD/packages/remark-lint-no-shortcut-reference-link) --- updated-dependencies: - dependency-name: remark-lint-no-shortcut-reference-link 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> --- .config/remark/package.json | 2 +- .config/remark/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/remark/package.json b/.config/remark/package.json index e7ce6fe4ae..3bf9120466 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -51,7 +51,7 @@ "remark-lint-no-multiple-toplevel-headings": "^3.1.2", "remark-lint-no-shell-dollars": "^3.1.1", "remark-lint-no-shortcut-reference-image": "^3.1.1", - "remark-lint-no-shortcut-reference-link": "^3.1.1", + "remark-lint-no-shortcut-reference-link": "^3.1.2", "remark-lint-no-table-indentation": "^4.1.1", "remark-lint-no-tabs": "^3.1.1", "remark-lint-no-undefined-references": "^4.2.0", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index a83a4471fa..1db581c0b3 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -1872,10 +1872,10 @@ remark-lint-no-shortcut-reference-image@^3.0.0, remark-lint-no-shortcut-referenc unist-util-generated "^2.0.0" unist-util-visit "^4.0.0" -remark-lint-no-shortcut-reference-link@^3.0.0, remark-lint-no-shortcut-reference-link@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-3.1.1.tgz#b29bc4bfdb02b30a596b5fed235c99e470805130" - integrity sha512-oDJ92/jXQ842HgrBGgZdP7FA+N2jBMCBU2+jRElkS+OWVut0UaDILtNavNy/e85B3SLPj3RoXKF96M4vfJ7B2A== +remark-lint-no-shortcut-reference-link@^3.0.0, remark-lint-no-shortcut-reference-link@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/remark-lint-no-shortcut-reference-link/-/remark-lint-no-shortcut-reference-link-3.1.2.tgz#451d867b58fcf20f6fcacf3da64fedf86b07bcf2" + integrity sha512-/9iPN7FLKaaIzw4tLWKu7Rx0wAP7E2EuzIeentQlkY0rO/mMHipmT3IlgiebsAInKagzTY6TNFoG1rq2VnaCcA== dependencies: "@types/mdast" "^3.0.0" unified "^10.0.0"