From 3103e31786679294b3655cda43d210aa24daa74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:43:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-check-file from 1.3.1 to 2.6.2 Bumps [eslint-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file) from 1.3.1 to 2.6.2. - [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.3.1...v2.6.2) --- updated-dependencies: - dependency-name: eslint-plugin-check-file dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++---------------- package.json | 2 +- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb045268..adce066f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.47.0", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-check-file": "^1.3.1", + "eslint-plugin-check-file": "^2.6.2", "eslint-plugin-import": "^2.28.0", "eslint-plugin-mdx": "^2.2.0", "eslint-plugin-react": "^7.33.1", @@ -7773,17 +7773,20 @@ } }, "node_modules/eslint-plugin-check-file": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-1.3.1.tgz", - "integrity": "sha512-KdFTf+hzqCV4W496xT5rZYemZUY0To1Bzcaef75ugYBw+P2THAsiOrq5oLkngpTRNWJrJlfuKaXVMZiAwCPIjg==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.6.2.tgz", + "integrity": "sha512-z3Rur4JjOdNH0fia1IH7JQseo9NLuFVtw9j8P6z2c5XmXWemH7/qGpmMB8XbOt9bJBNpmPlNAGJty9b3EervPw==", "dev": true, "dependencies": { "is-glob": "^4.0.3", - "micromatch": "^4.0.4", - "requireindex": "^1.2.0" + "micromatch": "^4.0.5" }, "engines": { - "node": "12.x || 14.x || >= 16" + "node": "14.x || >= 16" + }, + "funding": { + "type": "ko_fi", + "url": "https://ko-fi.com/huanluo" }, "peerDependencies": { "eslint": ">=7.28.0" @@ -18477,15 +18480,6 @@ "node": "*" } }, - "node_modules/requireindex": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", - "dev": true, - "engines": { - "node": ">=0.10.5" - } - }, "node_modules/requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", diff --git a/package.json b/package.json index c82332bd..60c79af8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.47.0", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-check-file": "^1.3.1", + "eslint-plugin-check-file": "^2.6.2", "eslint-plugin-import": "^2.28.0", "eslint-plugin-mdx": "^2.2.0", "eslint-plugin-react": "^7.33.1",