Skip to content

Commit 147fbf6

Browse files
chore(deps): update dependency eslint-plugin-mocha to v8 (#126)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 353cf6a commit 147fbf6

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
@@ -67,7 +67,7 @@
6767
"eslint": "^7.6.0",
6868
"eslint-plugin-import": "^2.22.0",
6969
"eslint-plugin-jsx-a11y": "^6.3.1",
70-
"eslint-plugin-mocha": "^7.0.1",
70+
"eslint-plugin-mocha": "^8.0.0",
7171
"eslint-plugin-react": "^7.20.5",
7272
"expect.js": "^0.3.1",
7373
"jquery": "^3.5.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,13 +3312,13 @@ eslint-plugin-jsx-a11y@^6.3.1:
33123312
jsx-ast-utils "^2.4.1"
33133313
language-tags "^1.0.5"
33143314

3315-
eslint-plugin-mocha@^7.0.1:
3316-
version "7.0.1"
3317-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-7.0.1.tgz#b2e9e8ebef7836f999a83f8bab25d0e0c05f0d28"
3318-
integrity sha512-zkQRW9UigRaayGm/pK9TD5RjccKXSgQksNtpsXbG9b6L5I+jNx7m98VUbZ4w1H1ArlNA+K7IOH+z8TscN6sOYg==
3315+
eslint-plugin-mocha@^8.0.0:
3316+
version "8.0.0"
3317+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791"
3318+
integrity sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==
33193319
dependencies:
3320-
eslint-utils "^2.0.0"
3321-
ramda "^0.27.0"
3320+
eslint-utils "^2.1.0"
3321+
ramda "^0.27.1"
33223322

33233323
eslint-plugin-react-hooks@^2.1.2:
33243324
version "2.5.1"
@@ -6141,10 +6141,10 @@ quick-lru@^1.0.0:
61416141
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
61426142
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
61436143

6144-
ramda@^0.27.0:
6145-
version "0.27.0"
6146-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
6147-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
6144+
ramda@^0.27.1:
6145+
version "0.27.1"
6146+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
6147+
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
61486148

61496149
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
61506150
version "2.1.0"

0 commit comments

Comments
 (0)