From 6766f07e928e49f2fcaffa2e1308aa3b4c26c95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:46:53 +1000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-check-file to v2.6.2 (#4538) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86b4e72d73..5fd2d9efff 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "9.0.0", "eslint-config-prettier-standard": "4.0.1", "eslint-config-standard": "17.1.0", - "eslint-plugin-check-file": "2.6.1", + "eslint-plugin-check-file": "2.6.2", "eslint-plugin-etc": "2.0.3", "eslint-plugin-import": "2.28.0", "eslint-plugin-jest": "27.2.3", diff --git a/yarn.lock b/yarn.lock index f364dcf905..fc4509b242 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11278,10 +11278,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-check-file@2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-2.6.1.tgz#f3614d3f746e22e5d3118aec40ae2fdb2498ede0" - integrity sha512-2I7cAboj6sC2CG0oHan1bMKZlk/nLz78TLc+YIiIFTCwlp/rGm0WtrGTcZ+65WWeDU3JY5OsKgEWG7TcL1H4iQ== +eslint-plugin-check-file@2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-2.6.2.tgz#2e60d567ce7d087727d19c7e7b5b9def1e5b693e" + integrity sha512-z3Rur4JjOdNH0fia1IH7JQseo9NLuFVtw9j8P6z2c5XmXWemH7/qGpmMB8XbOt9bJBNpmPlNAGJty9b3EervPw== dependencies: is-glob "^4.0.3" micromatch "^4.0.5"