Skip to content

Commit 9fcadb3

Browse files
feat(deps): bump eslint-plugin-react from 7.23.1 to 7.23.2
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.23.2. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.23.1...v7.23.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a733c7d commit 9fcadb3

File tree

2 files changed

+11
-49
lines changed

2 files changed

+11
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-plugin-jest": "^24.1.5",
7171
"eslint-plugin-jsx-a11y": "^6.4.1",
7272
"eslint-plugin-prettier": "^3.3.1",
73-
"eslint-plugin-react": "^7.22.0",
73+
"eslint-plugin-react": "^7.23.2",
7474
"eslint-plugin-react-hooks": "^4.2.0",
7575
"glob": "^7.1.6",
7676
"is-ci": "^3.0.0",

yarn.lock

+10-48
Original file line numberDiff line numberDiff line change
@@ -2102,18 +2102,7 @@ array-ify@^1.0.0:
21022102
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
21032103
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
21042104

2105-
array-includes@^3.1.1, array-includes@^3.1.2:
2106-
version "3.1.2"
2107-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8"
2108-
integrity sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==
2109-
dependencies:
2110-
call-bind "^1.0.0"
2111-
define-properties "^1.1.3"
2112-
es-abstract "^1.18.0-next.1"
2113-
get-intrinsic "^1.0.1"
2114-
is-string "^1.0.5"
2115-
2116-
array-includes@^3.1.3:
2105+
array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
21172106
version "3.1.3"
21182107
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
21192108
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -3800,10 +3789,10 @@ eslint-plugin-react-hooks@^4.2.0:
38003789
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
38013790
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
38023791

3803-
eslint-plugin-react@^7.22.0, eslint-plugin-react@^7.23.1:
3804-
version "7.23.1"
3805-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11"
3806-
integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==
3792+
eslint-plugin-react@^7.23.1, eslint-plugin-react@^7.23.2:
3793+
version "7.23.2"
3794+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
3795+
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
38073796
dependencies:
38083797
array-includes "^3.1.3"
38093798
array.prototype.flatmap "^1.2.4"
@@ -4342,7 +4331,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
43424331
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
43434332
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
43444333

4345-
get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
4334+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
43464335
version "1.1.1"
43474336
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
43484337
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -4922,7 +4911,7 @@ is-ci@^3.0.0:
49224911
dependencies:
49234912
ci-info "^3.1.1"
49244913

4925-
is-core-module@^2.1.0, is-core-module@^2.2.0:
4914+
is-core-module@^2.2.0:
49264915
version "2.2.0"
49274916
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
49284917
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
@@ -6524,16 +6513,7 @@ object.assign@^4.1.2:
65246513
has-symbols "^1.0.1"
65256514
object-keys "^1.1.1"
65266515

6527-
object.entries@^1.1.2:
6528-
version "1.1.2"
6529-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
6530-
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
6531-
dependencies:
6532-
define-properties "^1.1.3"
6533-
es-abstract "^1.17.5"
6534-
has "^1.0.3"
6535-
6536-
object.entries@^1.1.3:
6516+
object.entries@^1.1.2, object.entries@^1.1.3:
65376517
version "1.1.3"
65386518
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
65396519
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
@@ -6560,17 +6540,7 @@ object.pick@^1.3.0:
65606540
dependencies:
65616541
isobject "^3.0.1"
65626542

6563-
object.values@^1.1.1:
6564-
version "1.1.1"
6565-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
6566-
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
6567-
dependencies:
6568-
define-properties "^1.1.3"
6569-
es-abstract "^1.17.0-next.1"
6570-
function-bind "^1.1.1"
6571-
has "^1.0.3"
6572-
6573-
object.values@^1.1.3:
6543+
object.values@^1.1.1, object.values@^1.1.3:
65746544
version "1.1.3"
65756545
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
65766546
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
@@ -7426,15 +7396,7 @@ resolve-url@^0.2.1:
74267396
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
74277397
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
74287398

7429-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1:
7430-
version "1.19.0"
7431-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
7432-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
7433-
dependencies:
7434-
is-core-module "^2.1.0"
7435-
path-parse "^1.0.6"
7436-
7437-
resolve@^1.14.2:
7399+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1:
74387400
version "1.20.0"
74397401
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
74407402
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)