Skip to content

Commit cb62eef

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency eslint-plugin-react to v7.21.5
1 parent a4f2e91 commit cb62eef

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"css-loader": "3.6.0",
3838
"eslint": "5.16.0",
3939
"eslint-loader": "2.2.1",
40-
"eslint-plugin-react": "7.21.4",
40+
"eslint-plugin-react": "7.21.5",
4141
"jest": "24.9.0",
4242
"jest-cli": "24.9.0",
4343
"node-fetch": "2.6.1",

yarn.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -5306,10 +5306,10 @@ eslint-loader@2.2.1:
53065306
object-hash "^1.1.4"
53075307
rimraf "^2.6.1"
53085308

5309-
eslint-plugin-react@7.21.4:
5310-
version "7.21.4"
5311-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
5312-
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
5309+
eslint-plugin-react@7.21.5:
5310+
version "7.21.5"
5311+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
5312+
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
53135313
dependencies:
53145314
array-includes "^3.1.1"
53155315
array.prototype.flatmap "^1.2.3"
@@ -5320,7 +5320,7 @@ eslint-plugin-react@7.21.4:
53205320
object.fromentries "^2.0.2"
53215321
object.values "^1.1.1"
53225322
prop-types "^15.7.2"
5323-
resolve "^1.17.0"
5323+
resolve "^1.18.1"
53245324
string.prototype.matchall "^4.0.2"
53255325

53265326
eslint-scope@^4.0.3:
@@ -6969,6 +6969,13 @@ is-cidr@^2.0.6:
69696969
dependencies:
69706970
cidr-regex "^2.0.10"
69716971

6972+
is-core-module@^2.0.0:
6973+
version "2.0.0"
6974+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d"
6975+
integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==
6976+
dependencies:
6977+
has "^1.0.3"
6978+
69726979
is-data-descriptor@^0.1.4:
69736980
version "0.1.4"
69746981
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -11020,11 +11027,12 @@ resolve@^1.12.0:
1102011027
dependencies:
1102111028
path-parse "^1.0.6"
1102211029

11023-
resolve@^1.17.0:
11024-
version "1.17.0"
11025-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
11026-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
11030+
resolve@^1.18.1:
11031+
version "1.18.1"
11032+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
11033+
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
1102711034
dependencies:
11035+
is-core-module "^2.0.0"
1102811036
path-parse "^1.0.6"
1102911037

1103011038
resolve@^1.3.2, resolve@^1.4.0:

0 commit comments

Comments
 (0)