Skip to content

Commit 89fad74

Browse files
Bump eslint-plugin-mocha from 8.1.0 to 9.0.0
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](lo1tuma/eslint-plugin-mocha@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 46e0f66 commit 89fad74

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
@@ -35,7 +35,7 @@
3535
"ember-cli": "~3.22.0",
3636
"eslint": "^7.27.0",
3737
"eslint-plugin-chai-expect": "^2.2.0",
38-
"eslint-plugin-mocha": "^8.1.0",
38+
"eslint-plugin-mocha": "^9.0.0",
3939
"lerna-changelog": "^1.0.1",
4040
"mocha": "^8.4.0",
4141
"mocha-eslint": "^4.0.0",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,12 +2414,12 @@ eslint-plugin-chai-expect@^2.2.0:
24142414
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.2.0.tgz#ff41fb00067fe6ff26e72b04ab1011ecaf3cb249"
24152415
integrity sha512-ExTJKhgeYMfY8wDj3UiZmgpMKJOUHGNHmWMlxT49JUDB1vTnw0sSNfXJSxnX+LcebyBD/gudXzjzD136WqPJrQ==
24162416

2417-
eslint-plugin-mocha@^8.1.0:
2418-
version "8.1.0"
2419-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1.0.tgz#b9aebbede46a808e46e622c8fd99d2a2f353e725"
2420-
integrity sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg==
2417+
eslint-plugin-mocha@^9.0.0:
2418+
version "9.0.0"
2419+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz#b4457d066941eecb070dc06ed301c527d9c61b60"
2420+
integrity sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg==
24212421
dependencies:
2422-
eslint-utils "^2.1.0"
2422+
eslint-utils "^3.0.0"
24232423
ramda "^0.27.1"
24242424

24252425
eslint-scope@^3.7.1:
@@ -2444,6 +2444,13 @@ eslint-utils@^2.1.0:
24442444
dependencies:
24452445
eslint-visitor-keys "^1.1.0"
24462446

2447+
eslint-utils@^3.0.0:
2448+
version "3.0.0"
2449+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2450+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2451+
dependencies:
2452+
eslint-visitor-keys "^2.0.0"
2453+
24472454
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24482455
version "1.3.0"
24492456
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"

0 commit comments

Comments
 (0)