From ae77d2a2d132139520c5fc2a9a8019c855ce96f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:05:31 +0000 Subject: [PATCH] Bump eslint-plugin-check-file from 1.2.2 to 1.2.3 Bumps [eslint-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file) from 1.2.2 to 1.2.3. - [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.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-check-file dependency-type: direct:development update-type: version-update:semver-patch ... 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..b89e04d 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.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-1.2.3.tgz#42e69f872b9e77e5c7370bcae39d5fad0f5e84c8" + integrity sha512-H9EffHjzHdOEzeRUgochi2EsExaugSDkfDbwoLBOrA4EZ3F/AiPIQZOEXdIe1Kh0SP5I+onGVNlvt1U1BWtCNQ== dependencies: is-glob "^4.0.3" micromatch "^4.0.4"