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 35
35
"ember-cli" : " ~3.22.0" ,
36
36
"eslint" : " ^7.32.0" ,
37
37
"eslint-plugin-chai-expect" : " ^2.2.0" ,
38
- "eslint-plugin-mocha" : " ^8.1 .0" ,
38
+ "eslint-plugin-mocha" : " ^9.0 .0" ,
39
39
"lerna-changelog" : " ^1.0.1" ,
40
40
"mocha" : " ^8.4.0" ,
41
41
"mocha-eslint" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -2440,12 +2440,12 @@ eslint-plugin-chai-expect@^2.2.0:
2440
2440
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.2.0.tgz#ff41fb00067fe6ff26e72b04ab1011ecaf3cb249"
2441
2441
integrity sha512-ExTJKhgeYMfY8wDj3UiZmgpMKJOUHGNHmWMlxT49JUDB1vTnw0sSNfXJSxnX+LcebyBD/gudXzjzD136WqPJrQ==
2442
2442
2443
- eslint-plugin-mocha@^8.1 .0 :
2444
- version "8.1 .0"
2445
- resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1 .0.tgz#b9aebbede46a808e46e622c8fd99d2a2f353e725 "
2446
- integrity sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg ==
2443
+ eslint-plugin-mocha@^9.0 .0 :
2444
+ version "9.0 .0"
2445
+ resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0 .0.tgz#b4457d066941eecb070dc06ed301c527d9c61b60 "
2446
+ integrity sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg ==
2447
2447
dependencies :
2448
- eslint-utils "^2.1 .0"
2448
+ eslint-utils "^3.0 .0"
2449
2449
ramda "^0.27.1"
2450
2450
2451
2451
eslint-scope@^3.7.1 :
@@ -2470,6 +2470,13 @@ eslint-utils@^2.1.0:
2470
2470
dependencies :
2471
2471
eslint-visitor-keys "^1.1.0"
2472
2472
2473
+ eslint-utils@^3.0.0 :
2474
+ version "3.0.0"
2475
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2476
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2477
+ dependencies :
2478
+ eslint-visitor-keys "^2.0.0"
2479
+
2473
2480
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0 :
2474
2481
version "1.3.0"
2475
2482
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