From fa332e8f901d753010163970742048de723fd153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:58:59 +0000 Subject: [PATCH] Bump remark-lint-fenced-code-flag from 3.1.1 to 3.1.2 in /.config/remark Bumps [remark-lint-fenced-code-flag](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-fenced-code-flag) 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-fenced-code-flag) --- updated-dependencies: - dependency-name: remark-lint-fenced-code-flag 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 a8f18a54c3..89f2784ad3 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -14,7 +14,7 @@ "remark-lint-definition-case": "^3.1.1", "remark-lint-definition-spacing": "^3.1.2", "remark-lint-emphasis-marker": "^3.1.1", - "remark-lint-fenced-code-flag": "^3.1.1", + "remark-lint-fenced-code-flag": "^3.1.2", "remark-lint-fenced-code-marker": "^3.1.1", "remark-lint-file-extension": "^2.1.2", "remark-lint-final-definition": "^3.1.1", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index aeb7555648..d48d861e9a 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -1419,10 +1419,10 @@ remark-lint-emphasis-marker@^3.0.0, remark-lint-emphasis-marker@^3.1.1: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint-fenced-code-flag@^3.0.0, remark-lint-fenced-code-flag@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.1.1.tgz#b1fccd801a79c302543302dd3041fa325d1bd727" - integrity sha512-FFVZmYsBccKIIEgOtgdZEpQdARtAat1LTLBydnIpyNIvcntzWwtrtlj9mtjL8ZoSRre8HtwmEnBFyOfmM/NWaA== +remark-lint-fenced-code-flag@^3.0.0, remark-lint-fenced-code-flag@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-3.1.2.tgz#a7b8040cdc78414f5fe742e2a28b6ef5dac14a79" + integrity sha512-yh4m3dlPmRsqM/BFhpqHYfrmBvFQ+D5dZZKDDYP2rf3YEoXlEVt8T8lWQueTTSxcq6yXAqL/XQL/iqqUHlLcHw== dependencies: "@types/mdast" "^3.0.0" unified "^10.0.0"