Skip to content

Commit 1556fae

Browse files
Bump eslint-plugin-react from 7.31.11 to 7.32.2 (#209)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.11 to 7.32.2. - [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.31.11...v7.32.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 886f70f commit 1556fae

File tree

2 files changed

+15
-30
lines changed

2 files changed

+15
-30
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"case-sensitive-paths-webpack-plugin": "^2.4.0",
1313
"eslint": "^8.28.0",
1414
"eslint-plugin-flowtype": "^8.0.2",
15-
"eslint-plugin-react": "^7.31.11",
15+
"eslint-plugin-react": "^7.32.2",
1616
"flow-bin": "^0.191.0",
1717
"prettier": "^2.8.3",
1818
"progress-bar-webpack-plugin": "^2.1.0",

yarn.lock

+14-29
Original file line numberDiff line numberDiff line change
@@ -1904,10 +1904,10 @@ eslint-plugin-flowtype@^8.0.2:
19041904
lodash "^4.17.21"
19051905
string-natural-compare "^3.0.1"
19061906

1907-
eslint-plugin-react@^7.31.11:
1908-
version "7.31.11"
1909-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
1910-
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
1907+
eslint-plugin-react@^7.32.2:
1908+
version "7.32.2"
1909+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
1910+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
19111911
dependencies:
19121912
array-includes "^3.1.6"
19131913
array.prototype.flatmap "^1.3.1"
@@ -1921,7 +1921,7 @@ eslint-plugin-react@^7.31.11:
19211921
object.hasown "^1.1.2"
19221922
object.values "^1.1.6"
19231923
prop-types "^15.8.1"
1924-
resolve "^2.0.0-next.3"
1924+
resolve "^2.0.0-next.4"
19251925
semver "^6.3.0"
19261926
string.prototype.matchall "^4.0.8"
19271927

@@ -2429,13 +2429,6 @@ is-callable@^1.2.7:
24292429
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
24302430
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
24312431

2432-
is-core-module@^2.2.0, is-core-module@^2.8.1:
2433-
version "2.8.1"
2434-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
2435-
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
2436-
dependencies:
2437-
has "^1.0.3"
2438-
24392432
is-core-module@^2.9.0:
24402433
version "2.11.0"
24412434
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
@@ -2943,7 +2936,7 @@ path-key@^3.1.0:
29432936
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
29442937
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
29452938

2946-
path-parse@^1.0.6, path-parse@^1.0.7:
2939+
path-parse@^1.0.7:
29472940
version "1.0.7"
29482941
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
29492942
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -3134,16 +3127,7 @@ resolve-from@^5.0.0:
31343127
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
31353128
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
31363129

3137-
resolve@^1.12.0, resolve@^1.14.2:
3138-
version "1.22.0"
3139-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
3140-
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
3141-
dependencies:
3142-
is-core-module "^2.8.1"
3143-
path-parse "^1.0.7"
3144-
supports-preserve-symlinks-flag "^1.0.0"
3145-
3146-
resolve@^1.20.0:
3130+
resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0:
31473131
version "1.22.1"
31483132
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
31493133
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -3152,13 +3136,14 @@ resolve@^1.20.0:
31523136
path-parse "^1.0.7"
31533137
supports-preserve-symlinks-flag "^1.0.0"
31543138

3155-
resolve@^2.0.0-next.3:
3156-
version "2.0.0-next.3"
3157-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
3158-
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
3139+
resolve@^2.0.0-next.4:
3140+
version "2.0.0-next.4"
3141+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
3142+
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
31593143
dependencies:
3160-
is-core-module "^2.2.0"
3161-
path-parse "^1.0.6"
3144+
is-core-module "^2.9.0"
3145+
path-parse "^1.0.7"
3146+
supports-preserve-symlinks-flag "^1.0.0"
31623147

31633148
reusify@^1.0.4:
31643149
version "1.0.4"

0 commit comments

Comments
 (0)