Skip to content

Commit 7eeb42d

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.34.3
1 parent 4bc09be commit 7eeb42d

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
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"eslint-config-txo-typescript": "^4.0.62",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
33-
"eslint-plugin-react": "^7.34.2",
33+
"eslint-plugin-react": "^7.34.3",
3434
"eslint-plugin-react-hooks": "^4.6.2"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,15 +1918,15 @@ array.prototype.toreversed@^1.1.2:
19181918
es-abstract "^1.22.1"
19191919
es-shim-unscopables "^1.0.0"
19201920

1921-
array.prototype.tosorted@^1.1.3:
1922-
version "1.1.3"
1923-
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
1924-
integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
1921+
array.prototype.tosorted@^1.1.4:
1922+
version "1.1.4"
1923+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
1924+
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
19251925
dependencies:
1926-
call-bind "^1.0.5"
1926+
call-bind "^1.0.7"
19271927
define-properties "^1.2.1"
1928-
es-abstract "^1.22.3"
1929-
es-errors "^1.1.0"
1928+
es-abstract "^1.23.3"
1929+
es-errors "^1.3.0"
19301930
es-shim-unscopables "^1.0.2"
19311931

19321932
arraybuffer.prototype.slice@^1.0.3:
@@ -2945,7 +2945,7 @@ es-define-property@^1.0.0:
29452945
dependencies:
29462946
get-intrinsic "^1.2.4"
29472947

2948-
es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
2948+
es-errors@^1.2.1, es-errors@^1.3.0:
29492949
version "1.3.0"
29502950
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
29512951
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
@@ -3179,16 +3179,16 @@ eslint-plugin-react-hooks@^4.6.2:
31793179
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
31803180
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
31813181

3182-
eslint-plugin-react@^7.34.2:
3183-
version "7.34.2"
3184-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66"
3185-
integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==
3182+
eslint-plugin-react@^7.34.3:
3183+
version "7.34.3"
3184+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
3185+
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
31863186
dependencies:
31873187
array-includes "^3.1.8"
31883188
array.prototype.findlast "^1.2.5"
31893189
array.prototype.flatmap "^1.3.2"
31903190
array.prototype.toreversed "^1.1.2"
3191-
array.prototype.tosorted "^1.1.3"
3191+
array.prototype.tosorted "^1.1.4"
31923192
doctrine "^2.1.0"
31933193
es-iterator-helpers "^1.0.19"
31943194
estraverse "^5.3.0"

0 commit comments

Comments
 (0)