Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit ff202ee

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.34.4
1 parent bf0c6fb commit ff202ee

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-import": "2.29.1",
4444
"eslint-plugin-jsx-a11y": "6.9.0",
4545
"eslint-plugin-prettier": "5.1.3",
46-
"eslint-plugin-react": "7.34.3",
46+
"eslint-plugin-react": "7.34.4",
4747
"eslint-plugin-react-hooks": "4.6.2",
4848
"prettier": "3.3.3",
4949
"ts-node": "10.9.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6008,10 +6008,10 @@ eslint-plugin-react-hooks@^4.6.0:
60086008
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
60096009
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
60106010

6011-
6012-
version "7.34.3"
6013-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
6014-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
6011+
6012+
version "7.34.4"
6013+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
6014+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
60156015
dependencies:
60166016
array-includes "^3.1.8"
60176017
array.prototype.findlast "^1.2.5"
@@ -6021,16 +6021,17 @@ [email protected]:
60216021
doctrine "^2.1.0"
60226022
es-iterator-helpers "^1.0.19"
60236023
estraverse "^5.3.0"
6024+
hasown "^2.0.2"
60246025
jsx-ast-utils "^2.4.1 || ^3.0.0"
60256026
minimatch "^3.1.2"
60266027
object.entries "^1.1.8"
60276028
object.fromentries "^2.0.8"
6028-
object.hasown "^1.1.4"
60296029
object.values "^1.2.0"
60306030
prop-types "^15.8.1"
60316031
resolve "^2.0.0-next.5"
60326032
semver "^6.3.1"
60336033
string.prototype.matchall "^4.0.11"
6034+
string.prototype.repeat "^1.0.0"
60346035

60356036
eslint-plugin-react@^7.32.2:
60366037
version "7.33.2"
@@ -10531,15 +10532,6 @@ object.hasown@^1.1.2:
1053110532
define-properties "^1.2.0"
1053210533
es-abstract "^1.22.1"
1053310534

10534-
object.hasown@^1.1.4:
10535-
version "1.1.4"
10536-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
10537-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
10538-
dependencies:
10539-
define-properties "^1.2.1"
10540-
es-abstract "^1.23.2"
10541-
es-object-atoms "^1.0.0"
10542-
1054310535
object.values@^1.1.6, object.values@^1.1.7:
1054410536
version "1.1.7"
1054510537
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
@@ -12515,6 +12507,14 @@ string.prototype.matchall@^4.0.8:
1251512507
set-function-name "^2.0.0"
1251612508
side-channel "^1.0.4"
1251712509

12510+
string.prototype.repeat@^1.0.0:
12511+
version "1.0.0"
12512+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
12513+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
12514+
dependencies:
12515+
define-properties "^1.1.3"
12516+
es-abstract "^1.17.5"
12517+
1251812518
string.prototype.trim@^1.2.8:
1251912519
version "1.2.8"
1252012520
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)