Skip to content

Commit 75a79ea

Browse files
Bump eslint-plugin-react from 7.34.3 to 7.34.4 (#420)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.3 to 7.34.4. - [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.3...v7.34.4) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1ad196 commit 75a79ea

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4851,9 +4851,9 @@ eslint-plugin-jsx-a11y@^6.1.2:
48514851
string.prototype.includes "^2.0.0"
48524852

48534853
eslint-plugin-react@^7.11.1:
4854-
version "7.34.3"
4855-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
4856-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
4854+
version "7.34.4"
4855+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
4856+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
48574857
dependencies:
48584858
array-includes "^3.1.8"
48594859
array.prototype.findlast "^1.2.5"
@@ -4863,16 +4863,17 @@ eslint-plugin-react@^7.11.1:
48634863
doctrine "^2.1.0"
48644864
es-iterator-helpers "^1.0.19"
48654865
estraverse "^5.3.0"
4866+
hasown "^2.0.2"
48664867
jsx-ast-utils "^2.4.1 || ^3.0.0"
48674868
minimatch "^3.1.2"
48684869
object.entries "^1.1.8"
48694870
object.fromentries "^2.0.8"
4870-
object.hasown "^1.1.4"
48714871
object.values "^1.2.0"
48724872
prop-types "^15.8.1"
48734873
resolve "^2.0.0-next.5"
48744874
semver "^6.3.1"
48754875
string.prototype.matchall "^4.0.11"
4876+
string.prototype.repeat "^1.0.0"
48764877

48774878
eslint-plugin-redux-saga@^0.9.0:
48784879
version "0.9.0"
@@ -9102,15 +9103,6 @@ object.groupby@^1.0.1:
91029103
es-abstract "^1.22.1"
91039104
get-intrinsic "^1.2.1"
91049105

9105-
object.hasown@^1.1.4:
9106-
version "1.1.4"
9107-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
9108-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
9109-
dependencies:
9110-
define-properties "^1.2.1"
9111-
es-abstract "^1.23.2"
9112-
es-object-atoms "^1.0.0"
9113-
91149106
object.map@^1.0.0:
91159107
version "1.0.1"
91169108
resolved "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz#cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37"
@@ -12252,6 +12244,14 @@ string.prototype.padend@^3.0.0:
1225212244
define-properties "^1.1.3"
1225312245
es-abstract "^1.19.1"
1225412246

12247+
string.prototype.repeat@^1.0.0:
12248+
version "1.0.0"
12249+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
12250+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
12251+
dependencies:
12252+
define-properties "^1.1.3"
12253+
es-abstract "^1.17.5"
12254+
1225512255
string.prototype.trim@^1.2.1:
1225612256
version "1.2.5"
1225712257
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"

0 commit comments

Comments
 (0)