Skip to content

Commit 20abb86

Browse files
Update dependency eslint-plugin-react to v7.37.2
1 parent 95a8b6d commit 20abb86

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"eslint": "8.57.0",
2323
"eslint-plugin-ghost": "3.4.0",
24-
"eslint-plugin-react": "7.37.1",
24+
"eslint-plugin-react": "7.37.2",
2525
"lerna": "6.6.2",
2626
"mocha": "10.7.3",
2727
"should": "13.2.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4697,7 +4697,7 @@ es-errors@^1.2.1, es-errors@^1.3.0:
46974697
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
46984698
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
46994699

4700-
es-iterator-helpers@^1.0.19:
4700+
es-iterator-helpers@^1.1.0:
47014701
version "1.1.0"
47024702
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
47034703
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
@@ -4860,17 +4860,17 @@ [email protected]:
48604860
resolve "^1.22.2"
48614861
semver "^7.5.3"
48624862

4863-
4864-
version "7.37.1"
4865-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
4866-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
4863+
4864+
version "7.37.2"
4865+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
4866+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
48674867
dependencies:
48684868
array-includes "^3.1.8"
48694869
array.prototype.findlast "^1.2.5"
48704870
array.prototype.flatmap "^1.3.2"
48714871
array.prototype.tosorted "^1.1.4"
48724872
doctrine "^2.1.0"
4873-
es-iterator-helpers "^1.0.19"
4873+
es-iterator-helpers "^1.1.0"
48744874
estraverse "^5.3.0"
48754875
hasown "^2.0.2"
48764876
jsx-ast-utils "^2.4.1 || ^3.0.0"

0 commit comments

Comments
 (0)