From 2fa15ce58073288ed06c42cfa2dae7e76a72bc7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 05:19:32 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-check-file from 1.2.2 to 1.3.0 Bumps [eslint-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file) from 1.2.2 to 1.3.0. - [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.0) --- 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..b60185e 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.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-1.3.0.tgz#90e418475dfd5c85d2c71dda6cacd188860388c3" + integrity sha512-qfH9d3jqVyD6MPePJRkLARnScJgLYUB72l83vM7fOZg0DnJ4p+3uMzupanbCcAsU+em3Se+nNwcQKZ7iKACJ9A== dependencies: is-glob "^4.0.3" micromatch "^4.0.4"