Skip to content

Commit b1ce138

Browse files
Bump eslint-plugin-react from 7.34.2 to 7.34.3
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.2 to 7.34.3. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.2...v7.34.3) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 320fcee commit b1ce138

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"case-sensitive-paths-webpack-plugin": "^2.4.0",
1313
"eslint": "^8.56.0",
1414
"eslint-plugin-flowtype": "^8.0.2",
15-
"eslint-plugin-react": "^7.34.2",
15+
"eslint-plugin-react": "^7.34.3",
1616
"flow-bin": "^0.229.2",
1717
"prettier": "^3.3.2",
1818
"progress-bar-webpack-plugin": "^2.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,15 +1649,15 @@ array.prototype.toreversed@^1.1.2:
16491649
es-abstract "^1.22.1"
16501650
es-shim-unscopables "^1.0.0"
16511651

1652-
array.prototype.tosorted@^1.1.3:
1653-
version "1.1.3"
1654-
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
1655-
integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
1652+
array.prototype.tosorted@^1.1.4:
1653+
version "1.1.4"
1654+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
1655+
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
16561656
dependencies:
1657-
call-bind "^1.0.5"
1657+
call-bind "^1.0.7"
16581658
define-properties "^1.2.1"
1659-
es-abstract "^1.22.3"
1660-
es-errors "^1.1.0"
1659+
es-abstract "^1.23.3"
1660+
es-errors "^1.3.0"
16611661
es-shim-unscopables "^1.0.2"
16621662

16631663
arraybuffer.prototype.slice@^1.0.1:
@@ -2304,7 +2304,7 @@ es-define-property@^1.0.0:
23042304
dependencies:
23052305
get-intrinsic "^1.2.4"
23062306

2307-
es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
2307+
es-errors@^1.2.1, es-errors@^1.3.0:
23082308
version "1.3.0"
23092309
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
23102310
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
@@ -2414,16 +2414,16 @@ eslint-plugin-flowtype@^8.0.2:
24142414
lodash "^4.17.21"
24152415
string-natural-compare "^3.0.1"
24162416

2417-
eslint-plugin-react@^7.34.2:
2418-
version "7.34.2"
2419-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
2420-
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
2417+
eslint-plugin-react@^7.34.3:
2418+
version "7.34.3"
2419+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
2420+
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
24212421
dependencies:
24222422
array-includes "^3.1.8"
24232423
array.prototype.findlast "^1.2.5"
24242424
array.prototype.flatmap "^1.3.2"
24252425
array.prototype.toreversed "^1.1.2"
2426-
array.prototype.tosorted "^1.1.3"
2426+
array.prototype.tosorted "^1.1.4"
24272427
doctrine "^2.1.0"
24282428
es-iterator-helpers "^1.0.19"
24292429
estraverse "^5.3.0"

0 commit comments

Comments
 (0)