Skip to content

Commit 27c2477

Browse files
chore(deps): update dependency eslint-plugin-react to v7.32.0
1 parent 80be260 commit 27c2477

File tree

2 files changed

+71
-57
lines changed

2 files changed

+71
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-import": "2.27.4",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.4.1",
59-
"eslint-plugin-react": "7.31.1",
59+
"eslint-plugin-react": "7.32.0",
6060
"esm": "3.2.25",
6161
"expect": "27.5.1",
6262
"flow-bin": "0.119.1",

yarn.lock

Lines changed: 70 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,7 @@ array-ify@^1.0.0:
25982598
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
25992599
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
26002600

2601-
array-includes@^3.1.4, array-includes@^3.1.5:
2601+
array-includes@^3.1.4:
26022602
version "3.1.5"
26032603
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
26042604
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
@@ -2645,6 +2645,27 @@ array.prototype.flatmap@^1.3.0:
26452645
es-abstract "^1.19.2"
26462646
es-shim-unscopables "^1.0.0"
26472647

2648+
array.prototype.flatmap@^1.3.1:
2649+
version "1.3.1"
2650+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
2651+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
2652+
dependencies:
2653+
call-bind "^1.0.2"
2654+
define-properties "^1.1.4"
2655+
es-abstract "^1.20.4"
2656+
es-shim-unscopables "^1.0.0"
2657+
2658+
array.prototype.tosorted@^1.1.1:
2659+
version "1.1.1"
2660+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
2661+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
2662+
dependencies:
2663+
call-bind "^1.0.2"
2664+
define-properties "^1.1.4"
2665+
es-abstract "^1.20.4"
2666+
es-shim-unscopables "^1.0.0"
2667+
get-intrinsic "^1.1.3"
2668+
26482669
arrify@^1.0.1:
26492670
version "1.0.1"
26502671
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -4508,25 +4529,26 @@ [email protected]:
45084529
dependencies:
45094530
prettier-linter-helpers "^1.0.0"
45104531

4511-
eslint-plugin-react@7.31.1:
4512-
version "7.31.1"
4513-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz#d29793ed27743f3ed8a473c347b1bf5a0a8fb9af"
4514-
integrity sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==
4532+
eslint-plugin-react@7.32.0:
4533+
version "7.32.0"
4534+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
4535+
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
45154536
dependencies:
4516-
array-includes "^3.1.5"
4517-
array.prototype.flatmap "^1.3.0"
4537+
array-includes "^3.1.6"
4538+
array.prototype.flatmap "^1.3.1"
4539+
array.prototype.tosorted "^1.1.1"
45184540
doctrine "^2.1.0"
45194541
estraverse "^5.3.0"
45204542
jsx-ast-utils "^2.4.1 || ^3.0.0"
45214543
minimatch "^3.1.2"
4522-
object.entries "^1.1.5"
4523-
object.fromentries "^2.0.5"
4524-
object.hasown "^1.1.1"
4525-
object.values "^1.1.5"
4544+
object.entries "^1.1.6"
4545+
object.fromentries "^2.0.6"
4546+
object.hasown "^1.1.2"
4547+
object.values "^1.1.6"
45264548
prop-types "^15.8.1"
4527-
resolve "^2.0.0-next.3"
4549+
resolve "^2.0.0-next.4"
45284550
semver "^6.3.0"
4529-
string.prototype.matchall "^4.0.7"
4551+
string.prototype.matchall "^4.0.8"
45304552

45314553
eslint-scope@^4.0.0:
45324554
version "4.0.3"
@@ -5726,7 +5748,7 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
57265748
dependencies:
57275749
has "^1.0.3"
57285750

5729-
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.1:
5751+
is-core-module@^2.5.0, is-core-module@^2.8.1:
57305752
version "2.9.0"
57315753
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
57325754
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
@@ -7564,23 +7586,23 @@ object.assign@^4.1.4:
75647586
has-symbols "^1.0.3"
75657587
object-keys "^1.1.1"
75667588

7567-
object.entries@^1.1.5:
7568-
version "1.1.5"
7569-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
7570-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
7589+
object.entries@^1.1.6:
7590+
version "1.1.6"
7591+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
7592+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
75717593
dependencies:
75727594
call-bind "^1.0.2"
7573-
define-properties "^1.1.3"
7574-
es-abstract "^1.19.1"
7595+
define-properties "^1.1.4"
7596+
es-abstract "^1.20.4"
75757597

7576-
object.fromentries@^2.0.5:
7577-
version "2.0.5"
7578-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
7579-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
7598+
object.fromentries@^2.0.6:
7599+
version "2.0.6"
7600+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
7601+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
75807602
dependencies:
75817603
call-bind "^1.0.2"
7582-
define-properties "^1.1.3"
7583-
es-abstract "^1.19.1"
7604+
define-properties "^1.1.4"
7605+
es-abstract "^1.20.4"
75847606

75857607
object.getownpropertydescriptors@^2.1.1:
75867608
version "2.1.3"
@@ -7591,13 +7613,13 @@ object.getownpropertydescriptors@^2.1.1:
75917613
define-properties "^1.1.3"
75927614
es-abstract "^1.19.1"
75937615

7594-
object.hasown@^1.1.1:
7595-
version "1.1.1"
7596-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
7597-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
7616+
object.hasown@^1.1.2:
7617+
version "1.1.2"
7618+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
7619+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
75987620
dependencies:
75997621
define-properties "^1.1.4"
7600-
es-abstract "^1.19.5"
7622+
es-abstract "^1.20.4"
76017623

76027624
object.pick@^1.3.0:
76037625
version "1.3.0"
@@ -7606,15 +7628,6 @@ object.pick@^1.3.0:
76067628
dependencies:
76077629
isobject "^3.0.1"
76087630

7609-
object.values@^1.1.5:
7610-
version "1.1.5"
7611-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
7612-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
7613-
dependencies:
7614-
call-bind "^1.0.2"
7615-
define-properties "^1.1.3"
7616-
es-abstract "^1.19.1"
7617-
76187631
object.values@^1.1.6:
76197632
version "1.1.6"
76207633
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -7837,7 +7850,7 @@ path-key@^3.0.0, path-key@^3.1.0:
78377850
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
78387851
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
78397852

7840-
path-parse@^1.0.6, path-parse@^1.0.7:
7853+
path-parse@^1.0.7:
78417854
version "1.0.7"
78427855
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
78437856
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -8303,7 +8316,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
83038316
extend-shallow "^3.0.2"
83048317
safe-regex "^1.1.0"
83058318

8306-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
8319+
regexp.prototype.flags@^1.4.3:
83078320
version "1.4.3"
83088321
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
83098322
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -8519,13 +8532,14 @@ resolve@^1.22.1:
85198532
path-parse "^1.0.7"
85208533
supports-preserve-symlinks-flag "^1.0.0"
85218534

8522-
resolve@^2.0.0-next.3:
8523-
version "2.0.0-next.3"
8524-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
8525-
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
8535+
resolve@^2.0.0-next.4:
8536+
version "2.0.0-next.4"
8537+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
8538+
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
85268539
dependencies:
8527-
is-core-module "^2.2.0"
8528-
path-parse "^1.0.6"
8540+
is-core-module "^2.9.0"
8541+
path-parse "^1.0.7"
8542+
supports-preserve-symlinks-flag "^1.0.0"
85298543

85308544
responselike@^1.0.2:
85318545
version "1.0.2"
@@ -9084,18 +9098,18 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
90849098
is-fullwidth-code-point "^3.0.0"
90859099
strip-ansi "^6.0.1"
90869100

9087-
string.prototype.matchall@^4.0.7:
9088-
version "4.0.7"
9089-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
9090-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
9101+
string.prototype.matchall@^4.0.8:
9102+
version "4.0.8"
9103+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
9104+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
90919105
dependencies:
90929106
call-bind "^1.0.2"
9093-
define-properties "^1.1.3"
9094-
es-abstract "^1.19.1"
9095-
get-intrinsic "^1.1.1"
9107+
define-properties "^1.1.4"
9108+
es-abstract "^1.20.4"
9109+
get-intrinsic "^1.1.3"
90969110
has-symbols "^1.0.3"
90979111
internal-slot "^1.0.3"
9098-
regexp.prototype.flags "^1.4.1"
9112+
regexp.prototype.flags "^1.4.3"
90999113
side-channel "^1.0.4"
91009114

91019115
string.prototype.trimend@^1.0.5:

0 commit comments

Comments
 (0)