Skip to content

Commit ed4e809

Browse files
authored
Update all Yarn dependencies (2023-08-23) (PR #127)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent da6b04b commit ed4e809

2 files changed

Lines changed: 96 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-import": "~2.28.0",
7676
"eslint-plugin-jest": "^27.2.3",
7777
"eslint-plugin-jest-dom": "^5.0.2",
78-
"eslint-plugin-react": "~7.33.0",
78+
"eslint-plugin-react": "~7.33.2",
7979
"eslint-plugin-testing-library": "^5.11.1",
8080
"history": "~5.3.0",
8181
"html-webpack-plugin": "~5.5.3",

yarn.lock

Lines changed: 95 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,13 @@ assert-plus@1.0.0, assert-plus@^1.0.0:
22112211
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
22122212
integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
22132213

2214+
asynciterator.prototype@^1.0.0:
2215+
version "1.0.0"
2216+
resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62"
2217+
integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==
2218+
dependencies:
2219+
has-symbols "^1.0.3"
2220+
22142221
asynckit@^0.4.0:
22152222
version "0.4.0"
22162223
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -3100,7 +3107,7 @@ error-ex@^1.3.1:
31003107
dependencies:
31013108
is-arrayish "^0.2.1"
31023109

3103-
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2:
3110+
es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2, es-abstract@^1.21.3:
31043111
version "1.22.1"
31053112
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
31063113
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
@@ -3160,6 +3167,26 @@ es-get-iterator@^1.1.3:
31603167
isarray "^2.0.5"
31613168
stop-iteration-iterator "^1.0.0"
31623169

3170+
es-iterator-helpers@^1.0.12:
3171+
version "1.0.13"
3172+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz#72101046ffc19baf9996adc70e6177a26e6e8084"
3173+
integrity sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==
3174+
dependencies:
3175+
asynciterator.prototype "^1.0.0"
3176+
call-bind "^1.0.2"
3177+
define-properties "^1.2.0"
3178+
es-abstract "^1.21.3"
3179+
es-set-tostringtag "^2.0.1"
3180+
function-bind "^1.1.1"
3181+
get-intrinsic "^1.2.1"
3182+
globalthis "^1.0.3"
3183+
has-property-descriptors "^1.0.0"
3184+
has-proto "^1.0.1"
3185+
has-symbols "^1.0.3"
3186+
internal-slot "^1.0.5"
3187+
iterator.prototype "^1.1.0"
3188+
safe-array-concat "^1.0.0"
3189+
31633190
es-module-lexer@^1.2.1:
31643191
version "1.2.1"
31653192
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.1.tgz#ba303831f63e6a394983fde2f97ad77b22324527"
@@ -3306,15 +3333,16 @@ eslint-plugin-jest@^27.2.3:
33063333
dependencies:
33073334
"@typescript-eslint/utils" "^5.10.0"
33083335

3309-
eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.33.0:
3310-
version "7.33.0"
3311-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
3312-
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
3336+
eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.33.2:
3337+
version "7.33.2"
3338+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
3339+
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
33133340
dependencies:
33143341
array-includes "^3.1.6"
33153342
array.prototype.flatmap "^1.3.1"
33163343
array.prototype.tosorted "^1.1.1"
33173344
doctrine "^2.1.0"
3345+
es-iterator-helpers "^1.0.12"
33183346
estraverse "^5.3.0"
33193347
jsx-ast-utils "^2.4.1 || ^3.0.0"
33203348
minimatch "^3.1.2"
@@ -4239,6 +4267,13 @@ is-arrayish@^0.2.1:
42394267
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
42404268
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
42414269

4270+
is-async-function@^2.0.0:
4271+
version "2.0.0"
4272+
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
4273+
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
4274+
dependencies:
4275+
has-tostringtag "^1.0.0"
4276+
42424277
is-bigint@^1.0.1:
42434278
version "1.0.4"
42444279
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -4290,6 +4325,13 @@ is-extglob@^2.1.1:
42904325
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
42914326
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
42924327

4328+
is-finalizationregistry@^1.0.2:
4329+
version "1.0.2"
4330+
resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
4331+
integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
4332+
dependencies:
4333+
call-bind "^1.0.2"
4334+
42934335
is-fullwidth-code-point@^3.0.0:
42944336
version "3.0.0"
42954337
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -4300,6 +4342,13 @@ is-generator-fn@^2.0.0:
43004342
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
43014343
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
43024344

4345+
is-generator-function@^1.0.10:
4346+
version "1.0.10"
4347+
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
4348+
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
4349+
dependencies:
4350+
has-tostringtag "^1.0.0"
4351+
43034352
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
43044353
version "4.0.3"
43054354
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
@@ -4496,6 +4545,17 @@ istanbul-reports@^3.1.3:
44964545
html-escaper "^2.0.0"
44974546
istanbul-lib-report "^3.0.0"
44984547

4548+
iterator.prototype@^1.1.0:
4549+
version "1.1.0"
4550+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.0.tgz#690c88b043d821f783843aaf725d7ac3b62e3b46"
4551+
integrity sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==
4552+
dependencies:
4553+
define-properties "^1.1.4"
4554+
get-intrinsic "^1.1.3"
4555+
has-symbols "^1.0.3"
4556+
has-tostringtag "^1.0.0"
4557+
reflect.getprototypeof "^1.0.3"
4558+
44994559
jackspeak@^2.0.3:
45004560
version "2.1.0"
45014561
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.1.0.tgz#69831fe5346532888f279102f39fc4452ebbe6c2"
@@ -5987,6 +6047,18 @@ redent@^3.0.0:
59876047
indent-string "^4.0.0"
59886048
strip-indent "^3.0.0"
59896049

6050+
reflect.getprototypeof@^1.0.3:
6051+
version "1.0.3"
6052+
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz#2738fd896fcc3477ffbd4190b40c2458026b6928"
6053+
integrity sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==
6054+
dependencies:
6055+
call-bind "^1.0.2"
6056+
define-properties "^1.1.4"
6057+
es-abstract "^1.20.4"
6058+
get-intrinsic "^1.1.1"
6059+
globalthis "^1.0.3"
6060+
which-builtin-type "^1.1.3"
6061+
59906062
regenerate-unicode-properties@^10.1.0:
59916063
version "10.1.0"
59926064
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
@@ -7138,6 +7210,24 @@ which-boxed-primitive@^1.0.2:
71387210
is-string "^1.0.5"
71397211
is-symbol "^1.0.3"
71407212

7213+
which-builtin-type@^1.1.3:
7214+
version "1.1.3"
7215+
resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
7216+
integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
7217+
dependencies:
7218+
function.prototype.name "^1.1.5"
7219+
has-tostringtag "^1.0.0"
7220+
is-async-function "^2.0.0"
7221+
is-date-object "^1.0.5"
7222+
is-finalizationregistry "^1.0.2"
7223+
is-generator-function "^1.0.10"
7224+
is-regex "^1.1.4"
7225+
is-weakref "^1.0.2"
7226+
isarray "^2.0.5"
7227+
which-boxed-primitive "^1.0.2"
7228+
which-collection "^1.0.1"
7229+
which-typed-array "^1.1.9"
7230+
71417231
which-collection@^1.0.1:
71427232
version "1.0.1"
71437233
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"

0 commit comments

Comments
 (0)