Skip to content

Commit 319264f

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.29.3
1 parent e47e2f5 commit 319264f

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-import": "2.25.4",
2424
"eslint-plugin-node": "11.1.0",
2525
"eslint-plugin-promise": "6.0.0",
26-
"eslint-plugin-react": "7.28.0",
26+
"eslint-plugin-react": "7.29.3",
2727
"eslint-plugin-standard": "5.0.0",
2828
"file-loader": "6.2.0",
2929
"html-webpack-plugin": "5.5.0",

yarn.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,22 +2503,22 @@ eslint-plugin-promise@6.0.0:
25032503
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
25042504
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
25052505

2506-
eslint-plugin-react@7.28.0:
2507-
version "7.28.0"
2508-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
2509-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
2506+
eslint-plugin-react@7.29.3:
2507+
version "7.29.3"
2508+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz#f4eab757f2756d25d6d4c2a58a9e20b004791f05"
2509+
integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==
25102510
dependencies:
25112511
array-includes "^3.1.4"
25122512
array.prototype.flatmap "^1.2.5"
25132513
doctrine "^2.1.0"
25142514
estraverse "^5.3.0"
25152515
jsx-ast-utils "^2.4.1 || ^3.0.0"
2516-
minimatch "^3.0.4"
2516+
minimatch "^3.1.2"
25172517
object.entries "^1.1.5"
25182518
object.fromentries "^2.0.5"
25192519
object.hasown "^1.1.0"
25202520
object.values "^1.1.5"
2521-
prop-types "^15.7.2"
2521+
prop-types "^15.8.1"
25222522
resolve "^2.0.0-next.3"
25232523
semver "^6.3.0"
25242524
string.prototype.matchall "^4.0.6"
@@ -3648,6 +3648,13 @@ minimatch@^3.0.4:
36483648
dependencies:
36493649
brace-expansion "^1.1.7"
36503650

3651+
minimatch@^3.1.2:
3652+
version "3.1.2"
3653+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3654+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3655+
dependencies:
3656+
brace-expansion "^1.1.7"
3657+
36513658
minimist@^1.2.0, minimist@^1.2.5:
36523659
version "1.2.5"
36533660
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -4025,14 +4032,14 @@ process-nextick-args@~2.0.0:
40254032
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
40264033
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
40274034

4028-
prop-types@^15.7.2:
4029-
version "15.7.2"
4030-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4031-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
4035+
prop-types@^15.8.1:
4036+
version "15.8.1"
4037+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
4038+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
40324039
dependencies:
40334040
loose-envify "^1.4.0"
40344041
object-assign "^4.1.1"
4035-
react-is "^16.8.1"
4042+
react-is "^16.13.1"
40364043

40374044
proxy-addr@~2.0.5:
40384045
version "2.0.7"
@@ -4088,7 +4095,7 @@ react-dom@17.0.2:
40884095
object-assign "^4.1.1"
40894096
scheduler "^0.20.2"
40904097

4091-
react-is@^16.8.1:
4098+
react-is@^16.13.1:
40924099
version "16.13.1"
40934100
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
40944101
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)