From 30d660619e30ff1163d863108305288dfa02ffd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:19:39 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-check-file from 1.2.2 to 1.3.1 Bumps [eslint-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file) from 1.2.2 to 1.3.1. - [Release notes](https://github.com/DukeLuo/eslint-plugin-check-file/releases) - [Changelog](https://github.com/DukeLuo/eslint-plugin-check-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.2...v1.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-check-file dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b1acb92..009f9bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1415,9 +1415,9 @@ eslint-config-prettier@^8.5.0: integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== eslint-plugin-check-file@^1.2.1: - version "1.2.2" - resolved "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-1.2.2.tgz" - integrity sha512-uoJBbgYI5Ih0LCjii42TbF3dxxmhBp/I0TC4+sQjznYXvdOIQRB2md0jILBYRVHaWwaLrtVlz8POG2qdINbIjA== + version "1.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-1.3.1.tgz#e17af559201751921b7aafc82c8b3b962d6bd7a0" + integrity sha512-KdFTf+hzqCV4W496xT5rZYemZUY0To1Bzcaef75ugYBw+P2THAsiOrq5oLkngpTRNWJrJlfuKaXVMZiAwCPIjg== dependencies: is-glob "^4.0.3" micromatch "^4.0.4"