Skip to content

Commit 2a33887

Browse files
Update dependency eslint-plugin-react to v7.34.3
1 parent a411b4a commit 2a33887

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
@@ -98,7 +98,7 @@
9898
"eslint": "8.57.0",
9999
"eslint-config-prettier": "9.1.0",
100100
"eslint-plugin-jest": "28.6.0",
101-
"eslint-plugin-react": "7.34.2",
101+
"eslint-plugin-react": "7.34.3",
102102
"i18next-conv": "14.1.0",
103103
"i18next-scanner": "4.5.0",
104104
"jest": "29.7.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,15 +2787,15 @@ array.prototype.toreversed@^1.1.2:
27872787
es-abstract "^1.22.1"
27882788
es-shim-unscopables "^1.0.0"
27892789

2790-
array.prototype.tosorted@^1.1.3:
2791-
version "1.1.3"
2792-
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
2793-
integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
2790+
array.prototype.tosorted@^1.1.4:
2791+
version "1.1.4"
2792+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
2793+
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
27942794
dependencies:
2795-
call-bind "^1.0.5"
2795+
call-bind "^1.0.7"
27962796
define-properties "^1.2.1"
2797-
es-abstract "^1.22.3"
2798-
es-errors "^1.1.0"
2797+
es-abstract "^1.23.3"
2798+
es-errors "^1.3.0"
27992799
es-shim-unscopables "^1.0.2"
28002800

28012801
arraybuffer.prototype.slice@^1.0.2:
@@ -4250,7 +4250,7 @@ es-define-property@^1.0.0:
42504250
dependencies:
42514251
get-intrinsic "^1.2.4"
42524252

4253-
es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
4253+
es-errors@^1.2.1, es-errors@^1.3.0:
42544254
version "1.3.0"
42554255
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
42564256
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
@@ -4427,16 +4427,16 @@ [email protected]:
44274427
dependencies:
44284428
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
44294429

4430-
4431-
version "7.34.2"
4432-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
4433-
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
4430+
4431+
version "7.34.3"
4432+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
4433+
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
44344434
dependencies:
44354435
array-includes "^3.1.8"
44364436
array.prototype.findlast "^1.2.5"
44374437
array.prototype.flatmap "^1.3.2"
44384438
array.prototype.toreversed "^1.1.2"
4439-
array.prototype.tosorted "^1.1.3"
4439+
array.prototype.tosorted "^1.1.4"
44404440
doctrine "^2.1.0"
44414441
es-iterator-helpers "^1.0.19"
44424442
estraverse "^5.3.0"

0 commit comments

Comments
 (0)