Skip to content

Commit 28270e6

Browse files
Update dependency eslint-plugin-react to v7.34.2
1 parent 75e3f0b commit 28270e6

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
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"eslint": "8.57.0",
2323
"eslint-plugin-ghost": "3.4.0",
24-
"eslint-plugin-react": "7.34.1",
24+
"eslint-plugin-react": "7.34.2",
2525
"lerna": "6.6.2",
2626
"mocha": "10.4.0",
2727
"should": "13.2.3",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,7 @@ array-ify@^1.0.0:
33173317
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
33183318
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
33193319

3320-
array-includes@^3.1.6, array-includes@^3.1.7:
3320+
array-includes@^3.1.6, array-includes@^3.1.8:
33213321
version "3.1.8"
33223322
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
33233323
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -3334,7 +3334,7 @@ array-union@^2.1.0:
33343334
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
33353335
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
33363336

3337-
array.prototype.findlast@^1.2.4:
3337+
array.prototype.findlast@^1.2.5:
33383338
version "1.2.5"
33393339
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
33403340
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
@@ -4958,7 +4958,7 @@ es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
49584958
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
49594959
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
49604960

4961-
es-iterator-helpers@^1.0.17:
4961+
es-iterator-helpers@^1.0.19:
49624962
version "1.0.19"
49634963
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
49644964
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
@@ -5121,29 +5121,29 @@ [email protected]:
51215121
resolve "^1.22.2"
51225122
semver "^7.5.3"
51235123

5124-
5125-
version "7.34.1"
5126-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
5127-
integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
5124+
5125+
version "7.34.2"
5126+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
5127+
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
51285128
dependencies:
5129-
array-includes "^3.1.7"
5130-
array.prototype.findlast "^1.2.4"
5129+
array-includes "^3.1.8"
5130+
array.prototype.findlast "^1.2.5"
51315131
array.prototype.flatmap "^1.3.2"
51325132
array.prototype.toreversed "^1.1.2"
51335133
array.prototype.tosorted "^1.1.3"
51345134
doctrine "^2.1.0"
5135-
es-iterator-helpers "^1.0.17"
5135+
es-iterator-helpers "^1.0.19"
51365136
estraverse "^5.3.0"
51375137
jsx-ast-utils "^2.4.1 || ^3.0.0"
51385138
minimatch "^3.1.2"
5139-
object.entries "^1.1.7"
5140-
object.fromentries "^2.0.7"
5141-
object.hasown "^1.1.3"
5142-
object.values "^1.1.7"
5139+
object.entries "^1.1.8"
5140+
object.fromentries "^2.0.8"
5141+
object.hasown "^1.1.4"
5142+
object.values "^1.2.0"
51435143
prop-types "^15.8.1"
51445144
resolve "^2.0.0-next.5"
51455145
semver "^6.3.1"
5146-
string.prototype.matchall "^4.0.10"
5146+
string.prototype.matchall "^4.0.11"
51475147

51485148
51495149
version "0.6.0"
@@ -8388,7 +8388,7 @@ object.assign@^4.1.4, object.assign@^4.1.5:
83888388
has-symbols "^1.0.3"
83898389
object-keys "^1.1.1"
83908390

8391-
object.entries@^1.1.7:
8391+
object.entries@^1.1.8:
83928392
version "1.1.8"
83938393
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
83948394
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
@@ -8397,7 +8397,7 @@ object.entries@^1.1.7:
83978397
define-properties "^1.2.1"
83988398
es-object-atoms "^1.0.0"
83998399

8400-
object.fromentries@^2.0.7:
8400+
object.fromentries@^2.0.8:
84018401
version "2.0.8"
84028402
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
84038403
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -8407,7 +8407,7 @@ object.fromentries@^2.0.7:
84078407
es-abstract "^1.23.2"
84088408
es-object-atoms "^1.0.0"
84098409

8410-
object.hasown@^1.1.3:
8410+
object.hasown@^1.1.4:
84118411
version "1.1.4"
84128412
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
84138413
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
@@ -8416,7 +8416,7 @@ object.hasown@^1.1.3:
84168416
es-abstract "^1.23.2"
84178417
es-object-atoms "^1.0.0"
84188418

8419-
object.values@^1.1.6, object.values@^1.1.7:
8419+
object.values@^1.1.6, object.values@^1.2.0:
84208420
version "1.2.0"
84218421
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
84228422
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
@@ -10060,7 +10060,7 @@ string-width@^5.0.1, string-width@^5.1.2:
1006010060
emoji-regex "^9.2.2"
1006110061
strip-ansi "^7.0.1"
1006210062

10063-
string.prototype.matchall@^4.0.10, string.prototype.matchall@^4.0.6:
10063+
string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
1006410064
version "4.0.11"
1006510065
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
1006610066
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==

0 commit comments

Comments
 (0)