Skip to content

Commit e526364

Browse files
chore(deps): update dependency eslint-plugin-mocha to v9 (#101)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 246346c commit e526364

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-config-airbnb-base": "^14.2.1",
6060
"eslint-plugin-import": "^2.23.3",
6161
"eslint-plugin-jsx-a11y": "^6.4.1",
62-
"eslint-plugin-mocha": "^8.1.0",
62+
"eslint-plugin-mocha": "^9.0.0",
6363
"eslint-plugin-react": "^7.23.2",
6464
"jest": "^26.6.3",
6565
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,12 +2383,12 @@ eslint-plugin-jsx-a11y@^6.4.1:
23832383
jsx-ast-utils "^3.1.0"
23842384
language-tags "^1.0.5"
23852385

2386-
eslint-plugin-mocha@^8.1.0:
2387-
version "8.1.0"
2388-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1.0.tgz#b9aebbede46a808e46e622c8fd99d2a2f353e725"
2389-
integrity sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg==
2386+
eslint-plugin-mocha@^9.0.0:
2387+
version "9.0.0"
2388+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz#b4457d066941eecb070dc06ed301c527d9c61b60"
2389+
integrity sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg==
23902390
dependencies:
2391-
eslint-utils "^2.1.0"
2391+
eslint-utils "^3.0.0"
23922392
ramda "^0.27.1"
23932393

23942394
eslint-plugin-react@^7.23.2:
@@ -2424,6 +2424,13 @@ eslint-utils@^2.1.0:
24242424
dependencies:
24252425
eslint-visitor-keys "^1.1.0"
24262426

2427+
eslint-utils@^3.0.0:
2428+
version "3.0.0"
2429+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2430+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2431+
dependencies:
2432+
eslint-visitor-keys "^2.0.0"
2433+
24272434
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24282435
version "1.3.0"
24292436
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"

0 commit comments

Comments
 (0)