Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fde0bbc

Browse files
authoredOct 15, 2021
Merge pull request #302 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-4.0.1
chore(deps-dev): bump eslint-plugin-eslint-plugin from 3.6.1 to 4.0.1
2 parents 0085733 + 601ff52 commit fde0bbc

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@typescript-eslint/eslint-plugin": "^5.0.0",
4141
"@typescript-eslint/parser": "^5.0.0",
4242
"eslint": "^8.0.0",
43-
"eslint-plugin-eslint-plugin": "^3.0.0",
43+
"eslint-plugin-eslint-plugin": "^4.0.1",
4444
"husky": "^7.0.0",
4545
"jest": "^27.2.5",
4646
"prettier": "^2.1.1",

‎yarn.lock

+6-12
Original file line numberDiff line numberDiff line change
@@ -1346,12 +1346,13 @@ escodegen@^2.0.0:
13461346
optionalDependencies:
13471347
source-map "~0.6.1"
13481348

1349-
eslint-plugin-eslint-plugin@^3.0.0:
1350-
version "3.6.1"
1351-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-3.6.1.tgz#6c93655c9345f36874cc4f8aba4f89c81d47b8fe"
1352-
integrity sha512-SOE0aoS2+lvtcEbJmy98gEKaxcpkQdxDtqvqE0VQSiGEFme8yTNjpLAjMqPDmmj8KGTwIFd+cYnVykz+9HAIiw==
1349+
eslint-plugin-eslint-plugin@^4.0.1:
1350+
version "4.0.1"
1351+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.1.tgz#9624f4d8aca75ab52aa5efff9d99889b318b6a06"
1352+
integrity sha512-ey21uE/uOanYAWakWNeFDXF4MEySczTyhdxbKYs5SCTa89MH5Z/TOZ/ui8OqSsAC+QR49iKNuh5kvVSoZhdc7Q==
13531353
dependencies:
1354-
eslint-utils "^2.1.0"
1354+
eslint-utils "^3.0.0"
1355+
estraverse "^5.2.0"
13551356

13561357
eslint-scope@^5.1.1:
13571358
version "5.1.1"
@@ -1369,13 +1370,6 @@ eslint-scope@^6.0.0:
13691370
esrecurse "^4.3.0"
13701371
estraverse "^5.2.0"
13711372

1372-
eslint-utils@^2.1.0:
1373-
version "2.1.0"
1374-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1375-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
1376-
dependencies:
1377-
eslint-visitor-keys "^1.1.0"
1378-
13791373
eslint-utils@^3.0.0:
13801374
version "3.0.0"
13811375
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"

0 commit comments

Comments
 (0)
Please sign in to comment.