Skip to content

Commit f75f0bc

Browse files
chore(deps): update dependency eslint-plugin-react to v7.34.2
1 parent e711859 commit f75f0bc

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "2.29.1",
6969
"eslint-plugin-jsx-a11y": "6.8.0",
7070
"eslint-plugin-prettier": "5.1.3",
71-
"eslint-plugin-react": "7.34.1",
71+
"eslint-plugin-react": "7.34.2",
7272
"hoist-non-react-statics": "3.3.2",
7373
"html-loader": "4.2.0",
7474
"html-webpack-plugin": "5.6.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ [email protected]:
21122112
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
21132113
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
21142114

2115-
array-includes@^3.1.6, array-includes@^3.1.7:
2115+
array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
21162116
version "3.1.8"
21172117
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
21182118
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -2124,7 +2124,7 @@ array-includes@^3.1.6, array-includes@^3.1.7:
21242124
get-intrinsic "^1.2.4"
21252125
is-string "^1.0.7"
21262126

2127-
array.prototype.findlast@^1.2.4:
2127+
array.prototype.findlast@^1.2.5:
21282128
version "1.2.5"
21292129
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
21302130
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
@@ -3367,7 +3367,7 @@ es-get-iterator@^1.1.3:
33673367
isarray "^2.0.5"
33683368
stop-iteration-iterator "^1.0.0"
33693369

3370-
es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17:
3370+
es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.19:
33713371
version "1.0.19"
33723372
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
33733373
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
@@ -3534,29 +3534,29 @@ [email protected]:
35343534
prettier-linter-helpers "^1.0.0"
35353535
synckit "^0.8.6"
35363536

3537-
3538-
version "7.34.1"
3539-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
3540-
integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
3537+
3538+
version "7.34.2"
3539+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
3540+
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
35413541
dependencies:
3542-
array-includes "^3.1.7"
3543-
array.prototype.findlast "^1.2.4"
3542+
array-includes "^3.1.8"
3543+
array.prototype.findlast "^1.2.5"
35443544
array.prototype.flatmap "^1.3.2"
35453545
array.prototype.toreversed "^1.1.2"
35463546
array.prototype.tosorted "^1.1.3"
35473547
doctrine "^2.1.0"
3548-
es-iterator-helpers "^1.0.17"
3548+
es-iterator-helpers "^1.0.19"
35493549
estraverse "^5.3.0"
35503550
jsx-ast-utils "^2.4.1 || ^3.0.0"
35513551
minimatch "^3.1.2"
3552-
object.entries "^1.1.7"
3553-
object.fromentries "^2.0.7"
3554-
object.hasown "^1.1.3"
3555-
object.values "^1.1.7"
3552+
object.entries "^1.1.8"
3553+
object.fromentries "^2.0.8"
3554+
object.hasown "^1.1.4"
3555+
object.values "^1.2.0"
35563556
prop-types "^15.8.1"
35573557
resolve "^2.0.0-next.5"
35583558
semver "^6.3.1"
3559-
string.prototype.matchall "^4.0.10"
3559+
string.prototype.matchall "^4.0.11"
35603560

35613561
35623562
version "5.1.1"
@@ -5708,7 +5708,7 @@ object.assign@^4.1.4, object.assign@^4.1.5:
57085708
has-symbols "^1.0.3"
57095709
object-keys "^1.1.1"
57105710

5711-
object.entries@^1.1.7:
5711+
object.entries@^1.1.7, object.entries@^1.1.8:
57125712
version "1.1.8"
57135713
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
57145714
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
@@ -5717,7 +5717,7 @@ object.entries@^1.1.7:
57175717
define-properties "^1.2.1"
57185718
es-object-atoms "^1.0.0"
57195719

5720-
object.fromentries@^2.0.7:
5720+
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
57215721
version "2.0.8"
57225722
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
57235723
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -5736,7 +5736,7 @@ object.groupby@^1.0.1:
57365736
define-properties "^1.2.1"
57375737
es-abstract "^1.23.2"
57385738

5739-
object.hasown@^1.1.3:
5739+
object.hasown@^1.1.4:
57405740
version "1.1.4"
57415741
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
57425742
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
@@ -5745,7 +5745,7 @@ object.hasown@^1.1.3:
57455745
es-abstract "^1.23.2"
57465746
es-object-atoms "^1.0.0"
57475747

5748-
object.values@^1.1.6, object.values@^1.1.7:
5748+
object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
57495749
version "1.2.0"
57505750
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
57515751
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
@@ -7096,7 +7096,7 @@ string-width@^5.0.1, string-width@^5.1.2:
70967096
emoji-regex "^9.2.2"
70977097
strip-ansi "^7.0.1"
70987098

7099-
string.prototype.matchall@^4.0.10:
7099+
string.prototype.matchall@^4.0.11:
71007100
version "4.0.11"
71017101
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
71027102
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==

0 commit comments

Comments
 (0)