File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 59
59
"eslint-config-airbnb-base" : " ^14.2.1" ,
60
60
"eslint-plugin-import" : " ^2.23.3" ,
61
61
"eslint-plugin-jsx-a11y" : " ^6.4.1" ,
62
- "eslint-plugin-mocha" : " ^8.1 .0" ,
62
+ "eslint-plugin-mocha" : " ^9.0 .0" ,
63
63
"eslint-plugin-react" : " ^7.23.2" ,
64
64
"jest" : " ^26.6.3" ,
65
65
"prop-types" : " ^15.7.2" ,
Original file line number Diff line number Diff line change @@ -2383,12 +2383,12 @@ eslint-plugin-jsx-a11y@^6.4.1:
2383
2383
jsx-ast-utils "^3.1.0"
2384
2384
language-tags "^1.0.5"
2385
2385
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 ==
2390
2390
dependencies :
2391
- eslint-utils "^2.1 .0"
2391
+ eslint-utils "^3.0 .0"
2392
2392
ramda "^0.27.1"
2393
2393
2394
2394
eslint-plugin-react@^7.23.2 :
@@ -2424,6 +2424,13 @@ eslint-utils@^2.1.0:
2424
2424
dependencies :
2425
2425
eslint-visitor-keys "^1.1.0"
2426
2426
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
+
2427
2434
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0 :
2428
2435
version "1.3.0"
2429
2436
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
You can’t perform that action at this time.
0 commit comments