Skip to content

Commit 6283658

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.33.2
1 parent 29b94af commit 6283658

File tree

2 files changed

+93
-7
lines changed

2 files changed

+93
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"peerDependencies": {
3131
"eslint-plugin-jsx-a11y": "^6.7.1",
32-
"eslint-plugin-react": "^7.33.1",
32+
"eslint-plugin-react": "^7.33.2",
3333
"eslint-plugin-react-hooks": "^4.6.0",
3434
"eslint-plugin-redux-saga": "^1.3.2"
3535
},
@@ -50,7 +50,7 @@
5050
"eslint-plugin-jsx-a11y": "^6.7.1",
5151
"eslint-plugin-n": "^16.0.1",
5252
"eslint-plugin-promise": "^6.1.1",
53-
"eslint-plugin-react": "^7.33.1",
53+
"eslint-plugin-react": "^7.33.2",
5454
"eslint-plugin-react-hooks": "^4.6.0",
5555
"eslint-plugin-redux-saga": "^1.3.2",
5656
"husky": "^8.0.3",

yarn.lock

Lines changed: 91 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,6 +2101,13 @@ ast-types-flow@^0.0.7:
21012101
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
21022102
integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==
21032103

2104+
asynciterator.prototype@^1.0.0:
2105+
version "1.0.0"
2106+
resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62"
2107+
integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==
2108+
dependencies:
2109+
has-symbols "^1.0.3"
2110+
21042111
at-least-node@^1.0.0:
21052112
version "1.0.0"
21062113
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
@@ -3171,7 +3178,7 @@ es-abstract@^1.20.4:
31713178
string.prototype.trimstart "^1.0.5"
31723179
unbox-primitive "^1.0.2"
31733180

3174-
es-abstract@^1.21.2:
3181+
es-abstract@^1.21.2, es-abstract@^1.21.3:
31753182
version "1.22.1"
31763183
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
31773184
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -3230,6 +3237,22 @@ es-get-iterator@^1.1.2:
32303237
is-string "^1.0.5"
32313238
isarray "^2.0.5"
32323239

3240+
es-iterator-helpers@^1.0.12:
3241+
version "1.0.12"
3242+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.12.tgz#272f7270f270f4d63dd8aa718228ffa901fd086e"
3243+
integrity sha512-T6Ldv67RYULYtZ1k1omngDTVQSTVNX/ZSjDiwlw0PMokhy8kq2LFElleaEjpvlSaXh9ugJ4zrBgbQ7L+Bjdm3Q==
3244+
dependencies:
3245+
asynciterator.prototype "^1.0.0"
3246+
es-abstract "^1.21.3"
3247+
es-set-tostringtag "^2.0.1"
3248+
function-bind "^1.1.1"
3249+
globalthis "^1.0.3"
3250+
has-proto "^1.0.1"
3251+
has-symbols "^1.0.3"
3252+
internal-slot "^1.0.5"
3253+
iterator.prototype "^1.1.0"
3254+
safe-array-concat "^1.0.0"
3255+
32333256
es-set-tostringtag@^2.0.1:
32343257
version "2.0.1"
32353258
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -3444,15 +3467,16 @@ eslint-plugin-react-hooks@^4.6.0:
34443467
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
34453468
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
34463469

3447-
eslint-plugin-react@^7.33.1:
3448-
version "7.33.1"
3449-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
3450-
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
3470+
eslint-plugin-react@^7.33.2:
3471+
version "7.33.2"
3472+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
3473+
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
34513474
dependencies:
34523475
array-includes "^3.1.6"
34533476
array.prototype.flatmap "^1.3.1"
34543477
array.prototype.tosorted "^1.1.1"
34553478
doctrine "^2.1.0"
3479+
es-iterator-helpers "^1.0.12"
34563480
estraverse "^5.3.0"
34573481
jsx-ast-utils "^2.4.1 || ^3.0.0"
34583482
minimatch "^3.1.2"
@@ -4611,6 +4635,13 @@ is-arrayish@^0.2.1:
46114635
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
46124636
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
46134637

4638+
is-async-function@^2.0.0:
4639+
version "2.0.0"
4640+
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
4641+
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
4642+
dependencies:
4643+
has-tostringtag "^1.0.0"
4644+
46144645
is-bigint@^1.0.1:
46154646
version "1.0.4"
46164647
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -4681,6 +4712,13 @@ is-extglob@^2.1.1:
46814712
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
46824713
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
46834714

4715+
is-finalizationregistry@^1.0.2:
4716+
version "1.0.2"
4717+
resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
4718+
integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
4719+
dependencies:
4720+
call-bind "^1.0.2"
4721+
46844722
is-fullwidth-code-point@^3.0.0:
46854723
version "3.0.0"
46864724
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -4696,6 +4734,13 @@ is-generator-fn@^2.0.0:
46964734
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
46974735
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
46984736

4737+
is-generator-function@^1.0.10:
4738+
version "1.0.10"
4739+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
4740+
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
4741+
dependencies:
4742+
has-tostringtag "^1.0.0"
4743+
46994744
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
47004745
version "4.0.3"
47014746
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -4942,6 +4987,17 @@ istanbul-reports@^3.1.3:
49424987
html-escaper "^2.0.0"
49434988
istanbul-lib-report "^3.0.0"
49444989

4990+
iterator.prototype@^1.1.0:
4991+
version "1.1.0"
4992+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.0.tgz#690c88b043d821f783843aaf725d7ac3b62e3b46"
4993+
integrity sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==
4994+
dependencies:
4995+
define-properties "^1.1.4"
4996+
get-intrinsic "^1.1.3"
4997+
has-symbols "^1.0.3"
4998+
has-tostringtag "^1.0.0"
4999+
reflect.getprototypeof "^1.0.3"
5000+
49455001
java-properties@^1.0.2:
49465002
version "1.0.2"
49475003
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -7279,6 +7335,18 @@ redux@^4.0.4:
72797335
dependencies:
72807336
"@babel/runtime" "^7.9.2"
72817337

7338+
reflect.getprototypeof@^1.0.3:
7339+
version "1.0.3"
7340+
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz#2738fd896fcc3477ffbd4190b40c2458026b6928"
7341+
integrity sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==
7342+
dependencies:
7343+
call-bind "^1.0.2"
7344+
define-properties "^1.1.4"
7345+
es-abstract "^1.20.4"
7346+
get-intrinsic "^1.1.1"
7347+
globalthis "^1.0.3"
7348+
which-builtin-type "^1.1.3"
7349+
72827350
regenerator-runtime@^0.13.11:
72837351
version "0.13.11"
72847352
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
@@ -8548,6 +8616,24 @@ which-boxed-primitive@^1.0.2:
85488616
is-string "^1.0.5"
85498617
is-symbol "^1.0.3"
85508618

8619+
which-builtin-type@^1.1.3:
8620+
version "1.1.3"
8621+
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
8622+
integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
8623+
dependencies:
8624+
function.prototype.name "^1.1.5"
8625+
has-tostringtag "^1.0.0"
8626+
is-async-function "^2.0.0"
8627+
is-date-object "^1.0.5"
8628+
is-finalizationregistry "^1.0.2"
8629+
is-generator-function "^1.0.10"
8630+
is-regex "^1.1.4"
8631+
is-weakref "^1.0.2"
8632+
isarray "^2.0.5"
8633+
which-boxed-primitive "^1.0.2"
8634+
which-collection "^1.0.1"
8635+
which-typed-array "^1.1.9"
8636+
85518637
which-collection@^1.0.1:
85528638
version "1.0.1"
85538639
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"

0 commit comments

Comments
 (0)