Skip to content

Commit d2590eb

Browse files
Merge pull request #380 from openscript-ch/renovate/all-minor-patch
chore(deps): update dependency eslint-plugin-react to v7.34.4
2 parents c2f9ce7 + 1df219d commit d2590eb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-jsx-a11y": "6.9.0",
6060
"eslint-plugin-mdx": "^3.1.1",
6161
"eslint-plugin-prettier": "5.1.3",
62-
"eslint-plugin-react": "7.34.3",
62+
"eslint-plugin-react": "7.34.4",
6363
"eslint-plugin-react-hooks": "4.6.2",
6464
"identity-obj-proxy": "^3.0.0",
6565
"jest": "^29.6.1",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -7296,10 +7296,10 @@ eslint-plugin-react-hooks@^4.6.0:
72967296
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
72977297
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
72987298

7299-
7300-
version "7.34.3"
7301-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
7302-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
7299+
7300+
version "7.34.4"
7301+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
7302+
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
73037303
dependencies:
73047304
array-includes "^3.1.8"
73057305
array.prototype.findlast "^1.2.5"
@@ -7309,16 +7309,17 @@ [email protected]:
73097309
doctrine "^2.1.0"
73107310
es-iterator-helpers "^1.0.19"
73117311
estraverse "^5.3.0"
7312+
hasown "^2.0.2"
73127313
jsx-ast-utils "^2.4.1 || ^3.0.0"
73137314
minimatch "^3.1.2"
73147315
object.entries "^1.1.8"
73157316
object.fromentries "^2.0.8"
7316-
object.hasown "^1.1.4"
73177317
object.values "^1.2.0"
73187318
prop-types "^15.8.1"
73197319
resolve "^2.0.0-next.5"
73207320
semver "^6.3.1"
73217321
string.prototype.matchall "^4.0.11"
7322+
string.prototype.repeat "^1.0.0"
73227323

73237324
eslint-plugin-react@^7.32.2:
73247325
version "7.33.2"
@@ -12809,15 +12810,6 @@ object.hasown@^1.1.2:
1280912810
define-properties "^1.2.0"
1281012811
es-abstract "^1.22.1"
1281112812

12812-
object.hasown@^1.1.4:
12813-
version "1.1.4"
12814-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
12815-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
12816-
dependencies:
12817-
define-properties "^1.2.1"
12818-
es-abstract "^1.23.2"
12819-
es-object-atoms "^1.0.0"
12820-
1282112813
object.values@^1.1.6, object.values@^1.1.7:
1282212814
version "1.1.7"
1282312815
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
@@ -15146,6 +15138,14 @@ string.prototype.matchall@^4.0.8:
1514615138
set-function-name "^2.0.0"
1514715139
side-channel "^1.0.4"
1514815140

15141+
string.prototype.repeat@^1.0.0:
15142+
version "1.0.0"
15143+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
15144+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
15145+
dependencies:
15146+
define-properties "^1.1.3"
15147+
es-abstract "^1.17.5"
15148+
1514915149
string.prototype.trim@^1.2.8:
1515015150
version "1.2.8"
1515115151
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)