From d4569537baa2c7659bb93feaf123757054368ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:19:50 +0000 Subject: [PATCH] Bump remark-lint-definition-case from 3.1.1 to 3.1.2 in /.config/remark Bumps [remark-lint-definition-case](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-definition-case) 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-definition-case) --- updated-dependencies: - dependency-name: remark-lint-definition-case dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 4ae8d17547..c46554b1dd 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -11,7 +11,7 @@ "remark-lint-checkbox-character-style": "^4.1.1", "remark-lint-checkbox-content-indent": "^4.1.2", "remark-lint-code-block-style": "^3.1.2", - "remark-lint-definition-case": "^3.1.1", + "remark-lint-definition-case": "^3.1.2", "remark-lint-definition-spacing": "^3.1.2", "remark-lint-emphasis-marker": "^3.1.2", "remark-lint-fenced-code-flag": "^3.1.2", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index 041ce3a1c6..6825afe951 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -1386,10 +1386,10 @@ remark-lint-code-block-style@^3.0.0, remark-lint-code-block-style@^3.1.2: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint-definition-case@^3.0.0, remark-lint-definition-case@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/remark-lint-definition-case/-/remark-lint-definition-case-3.1.1.tgz#583483e783d43b4b5e110864584dce48f23a4386" - integrity sha512-dirX0BSfbm1Ixx4Hv4xRQliEP1rw8dDitw2Om3XcO2QqF8bWrzF06/xeMlDNAaT77Cxqb9S7bODo/q+CYUxyWQ== +remark-lint-definition-case@^3.0.0, remark-lint-definition-case@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/remark-lint-definition-case/-/remark-lint-definition-case-3.1.2.tgz#45c2810fb751ee821e31d6ab0614c25f5ac61314" + integrity sha512-/VxucJKEFykOe2ILgi0LLia0RaSyOPQXpR+tuX4MK3iKxIm7aT2oINgR9ugLpI15xJ463LyTi5mXf+BGveXeWA== dependencies: "@types/mdast" "^3.0.0" unified "^10.0.0"