Skip to content

Commit d90ce3e

Browse files
chore(deps): update dependency eslint-plugin-mocha to v8 (react-bootstrap#5370)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dca61bd commit d90ce3e

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
@@ -111,7 +111,7 @@
111111
"eslint-import-resolver-webpack": "^0.12.2",
112112
"eslint-plugin-import": "^2.22.0",
113113
"eslint-plugin-jsx-a11y": "^6.3.1",
114-
"eslint-plugin-mocha": "^7.0.1",
114+
"eslint-plugin-mocha": "^8.0.0",
115115
"eslint-plugin-prettier": "^3.1.4",
116116
"eslint-plugin-react": "^7.20.5",
117117
"execa": "^4.0.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3960,13 +3960,13 @@ eslint-plugin-jsx-a11y@^6.3.1:
39603960
jsx-ast-utils "^2.4.1"
39613961
language-tags "^1.0.5"
39623962

3963-
eslint-plugin-mocha@^7.0.1:
3964-
version "7.0.1"
3965-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-7.0.1.tgz#b2e9e8ebef7836f999a83f8bab25d0e0c05f0d28"
3966-
integrity sha512-zkQRW9UigRaayGm/pK9TD5RjccKXSgQksNtpsXbG9b6L5I+jNx7m98VUbZ4w1H1ArlNA+K7IOH+z8TscN6sOYg==
3963+
eslint-plugin-mocha@^8.0.0:
3964+
version "8.0.0"
3965+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791"
3966+
integrity sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==
39673967
dependencies:
3968-
eslint-utils "^2.0.0"
3969-
ramda "^0.27.0"
3968+
eslint-utils "^2.1.0"
3969+
ramda "^0.27.1"
39703970

39713971
eslint-plugin-prettier@^3.1.4:
39723972
version "3.1.4"
@@ -7553,10 +7553,10 @@ railroad-diagrams@^1.0.0:
75537553
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
75547554
integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
75557555

7556-
ramda@^0.27.0:
7557-
version "0.27.0"
7558-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.0.tgz#915dc29865c0800bf3f69b8fd6c279898b59de43"
7559-
integrity sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==
7556+
ramda@^0.27.1:
7557+
version "0.27.1"
7558+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
7559+
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
75607560

75617561
75627562
version "0.4.6"

0 commit comments

Comments
 (0)