Skip to content

Commit e4f2709

Browse files
Merge pull request #1089 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-6.0.0
chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.5.1 to 6.0.0
2 parents 978ca6c + d72b3f6 commit e4f2709

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/eslint-plugin": "^7.0.0",
4646
"@typescript-eslint/parser": "^6.9.1",
4747
"eslint": "^8.8.0",
48-
"eslint-plugin-eslint-plugin": "^5.0.0",
48+
"eslint-plugin-eslint-plugin": "^6.0.0",
4949
"husky": "^9.0.5",
5050
"jest": "^29.2.2",
5151
"np": "^10.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2505,10 +2505,10 @@ escape-string-regexp@^4.0.0:
25052505
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
25062506
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
25072507

2508-
eslint-plugin-eslint-plugin@^5.0.0:
2509-
version "5.5.1"
2510-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.5.1.tgz#ff54b5d0a5881e6150183ad025c5a7ee554b6545"
2511-
integrity sha512-9AmfZzcQ7QHwpzfAQpZ7xdtwHYViylmlnruCH0aV64/tuoH3igGXg91vr0e6ShLf/mrAYGqLw5LZ/gOxJeRXnw==
2508+
eslint-plugin-eslint-plugin@^6.0.0:
2509+
version "6.0.0"
2510+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.0.0.tgz#13f2ac4dced148bef1df61a301aed7c3ef3d5e4e"
2511+
integrity sha512-NGHm67Wkuzkvm/I3g6iNEkCKwtQHW4z+8r4S9a1kNoeRVE9JvGiwXlh6H9F+VTHOmDdgY8KpxHzDiu+oL4fBww==
25122512
dependencies:
25132513
eslint-utils "^3.0.0"
25142514
estraverse "^5.3.0"

0 commit comments

Comments
 (0)