Skip to content

Commit 26a8381

Browse files
Bump eslint-plugin-react from 7.20.6 to 7.22.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.6 to 7.22.0. - [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.20.6...v7.22.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85bc607 commit 26a8381

File tree

2 files changed

+171
-17
lines changed

2 files changed

+171
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"classnames": "^2.2.6",
5050
"eslint": "^7.22.0",
5151
"eslint-plugin-import": "^2.22.1",
52-
"eslint-plugin-react": "^7.15.1",
52+
"eslint-plugin-react": "^7.22.0",
5353
"gh-pages": "^3.1.0",
5454
"is_js": "^0.9.0",
5555
"prettier": "^2.0.5",

yarn.lock

Lines changed: 170 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,13 +2550,15 @@ array-flatten@^3.0.0:
25502550
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-3.0.0.tgz#6428ca2ee52c7b823192ec600fa3ed2f157cd541"
25512551
integrity sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==
25522552

2553-
array-includes@^3.1.1:
2554-
version "3.1.1"
2555-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
2556-
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
2553+
array-includes@^3.1.1, array-includes@^3.1.2:
2554+
version "3.1.3"
2555+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
2556+
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
25572557
dependencies:
2558+
call-bind "^1.0.2"
25582559
define-properties "^1.1.3"
2559-
es-abstract "^1.17.0"
2560+
es-abstract "^1.18.0-next.2"
2561+
get-intrinsic "^1.1.1"
25602562
is-string "^1.0.5"
25612563

25622564
array-iterate@^1.0.0:
@@ -3501,6 +3503,14 @@ cacheable-request@^7.0.1:
35013503
normalize-url "^4.1.0"
35023504
responselike "^2.0.0"
35033505

3506+
call-bind@^1.0.0, call-bind@^1.0.2:
3507+
version "1.0.2"
3508+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
3509+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
3510+
dependencies:
3511+
function-bind "^1.1.1"
3512+
get-intrinsic "^1.0.2"
3513+
35043514
caller-callsite@^2.0.0:
35053515
version "2.0.0"
35063516
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -5370,6 +5380,28 @@ es-abstract@^1.18.0-next.0:
53705380
string.prototype.trimend "^1.0.1"
53715381
string.prototype.trimstart "^1.0.1"
53725382

5383+
es-abstract@^1.18.0-next.2:
5384+
version "1.18.0"
5385+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
5386+
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
5387+
dependencies:
5388+
call-bind "^1.0.2"
5389+
es-to-primitive "^1.2.1"
5390+
function-bind "^1.1.1"
5391+
get-intrinsic "^1.1.1"
5392+
has "^1.0.3"
5393+
has-symbols "^1.0.2"
5394+
is-callable "^1.2.3"
5395+
is-negative-zero "^2.0.1"
5396+
is-regex "^1.1.2"
5397+
is-string "^1.0.5"
5398+
object-inspect "^1.9.0"
5399+
object-keys "^1.1.1"
5400+
object.assign "^4.1.2"
5401+
string.prototype.trimend "^1.0.4"
5402+
string.prototype.trimstart "^1.0.4"
5403+
unbox-primitive "^1.0.0"
5404+
53735405
es-to-primitive@^1.2.1:
53745406
version "1.2.1"
53755407
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5499,21 +5531,21 @@ eslint-plugin-react-hooks@^1.7.0:
54995531
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
55005532
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
55015533

5502-
eslint-plugin-react@^7.15.1, eslint-plugin-react@^7.20.6:
5503-
version "7.20.6"
5504-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60"
5505-
integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==
5534+
eslint-plugin-react@^7.20.6, eslint-plugin-react@^7.22.0:
5535+
version "7.22.0"
5536+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
5537+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
55065538
dependencies:
55075539
array-includes "^3.1.1"
55085540
array.prototype.flatmap "^1.2.3"
55095541
doctrine "^2.1.0"
55105542
has "^1.0.3"
5511-
jsx-ast-utils "^2.4.1"
5543+
jsx-ast-utils "^2.4.1 || ^3.0.0"
55125544
object.entries "^1.1.2"
55135545
object.fromentries "^2.0.2"
55145546
object.values "^1.1.1"
55155547
prop-types "^15.7.2"
5516-
resolve "^1.17.0"
5548+
resolve "^1.18.1"
55175549
string.prototype.matchall "^4.0.2"
55185550

55195551
eslint-scope@^4.0.3:
@@ -7103,6 +7135,15 @@ get-caller-file@^2.0.1:
71037135
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
71047136
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
71057137

7138+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
7139+
version "1.1.1"
7140+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
7141+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
7142+
dependencies:
7143+
function-bind "^1.1.1"
7144+
has "^1.0.3"
7145+
has-symbols "^1.0.1"
7146+
71067147
get-nonce@^1.0.0:
71077148
version "1.0.1"
71087149
resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
@@ -7545,6 +7586,11 @@ has-ansi@^2.0.0:
75457586
dependencies:
75467587
ansi-regex "^2.0.0"
75477588

7589+
has-bigints@^1.0.0:
7590+
version "1.0.1"
7591+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
7592+
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
7593+
75487594
has-binary2@~1.0.2:
75497595
version "1.0.3"
75507596
resolved "https://registry.yarnpkg.com/has-binary2/-/has-binary2-1.0.3.tgz#7776ac627f3ea77250cfc332dab7ddf5e4f5d11d"
@@ -7572,6 +7618,11 @@ has-symbol-support-x@^1.4.1:
75727618
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
75737619
integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==
75747620

7621+
has-symbols@^1.0.0, has-symbols@^1.0.2:
7622+
version "1.0.2"
7623+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
7624+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
7625+
75757626
has-symbols@^1.0.1:
75767627
version "1.0.1"
75777628
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -8420,6 +8471,11 @@ is-arrayish@^0.3.1:
84208471
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
84218472
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
84228473

8474+
is-bigint@^1.0.1:
8475+
version "1.0.1"
8476+
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.1.tgz#6923051dfcbc764278540b9ce0e6b3213aa5ebc2"
8477+
integrity sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==
8478+
84238479
is-binary-path@^1.0.0:
84248480
version "1.0.1"
84258481
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
@@ -8434,6 +8490,13 @@ is-binary-path@^2.1.0, is-binary-path@~2.1.0:
84348490
dependencies:
84358491
binary-extensions "^2.0.0"
84368492

8493+
is-boolean-object@^1.1.0:
8494+
version "1.1.0"
8495+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0"
8496+
integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==
8497+
dependencies:
8498+
call-bind "^1.0.0"
8499+
84378500
is-buffer@^1.1.4, is-buffer@^1.1.5:
84388501
version "1.1.6"
84398502
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -8456,6 +8519,11 @@ is-callable@^1.1.4, is-callable@^1.2.0:
84568519
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d"
84578520
integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg==
84588521

8522+
is-callable@^1.2.3:
8523+
version "1.2.3"
8524+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
8525+
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
8526+
84598527
is-ci@^2.0.0:
84608528
version "2.0.0"
84618529
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -8475,6 +8543,13 @@ is-color-stop@^1.0.0:
84758543
rgb-regex "^1.0.1"
84768544
rgba-regex "^1.0.0"
84778545

8546+
is-core-module@^2.2.0:
8547+
version "2.2.0"
8548+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
8549+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
8550+
dependencies:
8551+
has "^1.0.3"
8552+
84788553
is-data-descriptor@^0.1.4:
84798554
version "0.1.4"
84808555
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8632,11 +8707,21 @@ is-negative-zero@^2.0.0:
86328707
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
86338708
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
86348709

8710+
is-negative-zero@^2.0.1:
8711+
version "2.0.1"
8712+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
8713+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
8714+
86358715
is-npm@^4.0.0:
86368716
version "4.0.0"
86378717
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
86388718
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
86398719

8720+
is-number-object@^1.0.4:
8721+
version "1.0.4"
8722+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
8723+
integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
8724+
86408725
is-number@^3.0.0:
86418726
version "3.0.0"
86428727
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -8712,6 +8797,14 @@ is-regex@^1.0.4, is-regex@^1.1.0, is-regex@^1.1.1:
87128797
dependencies:
87138798
has-symbols "^1.0.1"
87148799

8800+
is-regex@^1.1.2:
8801+
version "1.1.2"
8802+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
8803+
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
8804+
dependencies:
8805+
call-bind "^1.0.2"
8806+
has-symbols "^1.0.1"
8807+
87158808
is-relative-url@^3.0.0:
87168809
version "3.0.0"
87178810
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3"
@@ -8770,7 +8863,7 @@ is-svg@^3.0.0:
87708863
dependencies:
87718864
html-comment-regex "^1.1.0"
87728865

8773-
is-symbol@^1.0.2:
8866+
is-symbol@^1.0.2, is-symbol@^1.0.3:
87748867
version "1.0.3"
87758868
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
87768869
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
@@ -9078,6 +9171,14 @@ jsx-ast-utils@^2.4.1:
90789171
array-includes "^3.1.1"
90799172
object.assign "^4.1.0"
90809173

9174+
"jsx-ast-utils@^2.4.1 || ^3.0.0":
9175+
version "3.2.0"
9176+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
9177+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
9178+
dependencies:
9179+
array-includes "^3.1.2"
9180+
object.assign "^4.1.2"
9181+
90819182
junk@^3.1.0:
90829183
version "3.1.0"
90839184
resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1"
@@ -10402,6 +10503,11 @@ object-inspect@^1.7.0, object-inspect@^1.8.0:
1040210503
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
1040310504
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
1040410505

10506+
object-inspect@^1.9.0:
10507+
version "1.9.0"
10508+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
10509+
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
10510+
1040510511
object-is@^1.0.1:
1040610512
version "1.1.2"
1040710513
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6"
@@ -10437,6 +10543,16 @@ object.assign@^4.1.0:
1043710543
has-symbols "^1.0.1"
1043810544
object-keys "^1.1.1"
1043910545

10546+
object.assign@^4.1.2:
10547+
version "4.1.2"
10548+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
10549+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
10550+
dependencies:
10551+
call-bind "^1.0.0"
10552+
define-properties "^1.1.3"
10553+
has-symbols "^1.0.1"
10554+
object-keys "^1.1.1"
10555+
1044010556
object.entries@^1.1.2:
1044110557
version "1.1.2"
1044210558
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
@@ -12659,11 +12775,12 @@ resolve-url@^0.2.1:
1265912775
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1266012776
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1266112777

12662-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1:
12663-
version "1.17.0"
12664-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
12665-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
12778+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1:
12779+
version "1.20.0"
12780+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
12781+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
1266612782
dependencies:
12783+
is-core-module "^2.2.0"
1266712784
path-parse "^1.0.6"
1266812785

1266912786
responselike@1.0.2, responselike@^1.0.2:
@@ -13749,6 +13866,14 @@ string.prototype.trimend@^1.0.1:
1374913866
define-properties "^1.1.3"
1375013867
es-abstract "^1.17.5"
1375113868

13869+
string.prototype.trimend@^1.0.4:
13870+
version "1.0.4"
13871+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
13872+
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
13873+
dependencies:
13874+
call-bind "^1.0.2"
13875+
define-properties "^1.1.3"
13876+
1375213877
string.prototype.trimstart@^1.0.1:
1375313878
version "1.0.1"
1375413879
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
@@ -13757,6 +13882,14 @@ string.prototype.trimstart@^1.0.1:
1375713882
define-properties "^1.1.3"
1375813883
es-abstract "^1.17.5"
1375913884

13885+
string.prototype.trimstart@^1.0.4:
13886+
version "1.0.4"
13887+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
13888+
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
13889+
dependencies:
13890+
call-bind "^1.0.2"
13891+
define-properties "^1.1.3"
13892+
1376013893
string_decoder@^1.0.0, string_decoder@^1.1.1:
1376113894
version "1.3.0"
1376213895
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -14487,6 +14620,16 @@ typedarray@^0.0.6:
1448714620
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1448814621
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1448914622

14623+
unbox-primitive@^1.0.0:
14624+
version "1.0.0"
14625+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.0.tgz#eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f"
14626+
integrity sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==
14627+
dependencies:
14628+
function-bind "^1.1.1"
14629+
has-bigints "^1.0.0"
14630+
has-symbols "^1.0.0"
14631+
which-boxed-primitive "^1.0.1"
14632+
1449014633
unbzip2-stream@^1.0.9:
1449114634
version "1.4.3"
1449214635
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
@@ -15241,6 +15384,17 @@ whatwg-fetch@2.0.4:
1524115384
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
1524215385
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
1524315386

15387+
which-boxed-primitive@^1.0.1:
15388+
version "1.0.2"
15389+
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
15390+
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
15391+
dependencies:
15392+
is-bigint "^1.0.1"
15393+
is-boolean-object "^1.1.0"
15394+
is-number-object "^1.0.4"
15395+
is-string "^1.0.5"
15396+
is-symbol "^1.0.3"
15397+
1524415398
which-module@^2.0.0:
1524515399
version "2.0.0"
1524615400
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)