Skip to content

Commit d2cc7bd

Browse files
dependabot-preview[bot]phil-r
authored andcommitted
Bump eslint-plugin-react from 7.16.0 to 7.17.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.16.0 to 7.17.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.16.0...v7.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5a0202d commit d2cc7bd

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ eslint-config-prettier@^6.0.0:
407407
dependencies:
408408
get-stdin "^6.0.0"
409409

410+
eslint-plugin-eslint-plugin@^2.1.0:
411+
version "2.1.0"
412+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
413+
integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg==
414+
410415
eslint-plugin-prettier@^3.0.0:
411416
version "3.1.1"
412417
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.1.tgz#507b8562410d02a03f0ddc949c616f877852f2ba"
@@ -415,19 +420,20 @@ eslint-plugin-prettier@^3.0.0:
415420
prettier-linter-helpers "^1.0.0"
416421

417422
eslint-plugin-react@^7.7.0:
418-
version "7.16.0"
419-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
420-
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==
423+
version "7.17.0"
424+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7"
425+
integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A==
421426
dependencies:
422427
array-includes "^3.0.3"
423428
doctrine "^2.1.0"
429+
eslint-plugin-eslint-plugin "^2.1.0"
424430
has "^1.0.3"
425-
jsx-ast-utils "^2.2.1"
431+
jsx-ast-utils "^2.2.3"
426432
object.entries "^1.1.0"
427-
object.fromentries "^2.0.0"
433+
object.fromentries "^2.0.1"
428434
object.values "^1.1.0"
429435
prop-types "^15.7.2"
430-
resolve "^1.12.0"
436+
resolve "^1.13.1"
431437

432438
eslint-scope@^5.0.0:
433439
version "5.0.0"
@@ -911,7 +917,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
911917
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
912918
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
913919

914-
jsx-ast-utils@^2.2.1:
920+
jsx-ast-utils@^2.2.3:
915921
version "2.2.3"
916922
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
917923
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
@@ -1080,7 +1086,7 @@ object.entries@^1.1.0:
10801086
function-bind "^1.1.1"
10811087
has "^1.0.3"
10821088

1083-
object.fromentries@^2.0.0:
1089+
object.fromentries@^2.0.1:
10841090
version "2.0.1"
10851091
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
10861092
integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
@@ -1315,10 +1321,10 @@ resolve-from@^4.0.0:
13151321
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
13161322
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
13171323

1318-
resolve@^1.10.0, resolve@^1.12.0:
1319-
version "1.12.0"
1320-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
1321-
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
1324+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1:
1325+
version "1.13.1"
1326+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
1327+
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
13221328
dependencies:
13231329
path-parse "^1.0.6"
13241330

0 commit comments

Comments
 (0)