Skip to content

Commit

Permalink
Merge pull request #302 from vue-a11y/dependabot/npm_and_yarn/eslint-…
Browse files Browse the repository at this point in the history
…plugin-eslint-plugin-4.0.1

chore(deps-dev): bump eslint-plugin-eslint-plugin from 3.6.1 to 4.0.1
  • Loading branch information
github-actions[bot] authored Oct 15, 2021
2 parents 0085733 + 601ff52 commit fde0bbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-eslint-plugin": "^3.0.0",
"eslint-plugin-eslint-plugin": "^4.0.1",
"husky": "^7.0.0",
"jest": "^27.2.5",
"prettier": "^2.1.1",
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1346,12 +1346,13 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"

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

eslint-scope@^5.1.1:
version "5.1.1"
Expand All @@ -1369,13 +1370,6 @@ eslint-scope@^6.0.0:
esrecurse "^4.3.0"
estraverse "^5.2.0"

eslint-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
dependencies:
eslint-visitor-keys "^1.1.0"

eslint-utils@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
Expand Down

0 comments on commit fde0bbc

Please sign in to comment.