Skip to content

Commit 75b721f

Browse files
Bump eslint-plugin-mocha from 6.3.0 to 8.0.0
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 6.3.0 to 8.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@6.3.0...8.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1d2fe34 commit 75b721f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ember-source-channel-url": "^3.0.0",
5252
"eslint": "^7.19.0",
5353
"eslint-plugin-chai-expect": "^2.2.0",
54-
"eslint-plugin-mocha": "^6.3.0",
54+
"eslint-plugin-mocha": "^8.0.0",
5555
"eslint-plugin-node": "^11.1.0",
5656
"fs-extra": "^9.1.0",
5757
"loader.js": "^4.7.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5017,13 +5017,13 @@ eslint-plugin-es@^3.0.0:
50175017
eslint-utils "^2.0.0"
50185018
regexpp "^3.0.0"
50195019

5020-
eslint-plugin-mocha@^6.3.0:
5021-
version "6.3.0"
5022-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.3.0.tgz#72bfd06a5c4323e17e30ef41cd726030e8cdb8fd"
5023-
integrity sha512-Cd2roo8caAyG21oKaaNTj7cqeYRWW1I2B5SfpKRp0Ip1gkfwoR1Ow0IGlPWnNjzywdF4n+kHL8/9vM6zCJUxdg==
5020+
eslint-plugin-mocha@^8.0.0:
5021+
version "8.0.0"
5022+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791"
5023+
integrity sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==
50245024
dependencies:
5025-
eslint-utils "^2.0.0"
5026-
ramda "^0.27.0"
5025+
eslint-utils "^2.1.0"
5026+
ramda "^0.27.1"
50275027

50285028
eslint-plugin-node@^11.1.0:
50295029
version "11.1.0"
@@ -8614,10 +8614,10 @@ qunit@^2.9.3:
86148614
node-watch "0.6.1"
86158615
resolve "1.9.0"
86168616

8617-
ramda@^0.27.0:
8618-
version "0.27.0"
8619-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
8620-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
8617+
ramda@^0.27.1:
8618+
version "0.27.1"
8619+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
8620+
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
86218621

86228622
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
86238623
version "2.1.0"

0 commit comments

Comments
 (0)