Skip to content

Commit e1de8ca

Browse files
chore(deps): update dependency eslint-config-airbnb to v19
1 parent 70baf23 commit e1de8ca

File tree

2 files changed

+193
-29
lines changed

2 files changed

+193
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"enzyme-adapter-react-16": "1.15.6",
5959
"enzyme-to-json": "3.6.2",
6060
"eslint": "6.8.0",
61-
"eslint-config-airbnb": "17.1.1",
61+
"eslint-config-airbnb": "19.0.4",
6262
"eslint-config-prettier": "7.2.0",
6363
"eslint-plugin-import": "2.25.2",
6464
"eslint-plugin-jsx-a11y": "6.4.1",

yarn.lock

Lines changed: 192 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,10 +3220,10 @@ configstore@^3.0.0:
32203220
write-file-atomic "^2.0.0"
32213221
xdg-basedir "^3.0.0"
32223222

3223-
confusing-browser-globals@^1.0.5:
3224-
version "1.0.7"
3225-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7.tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b"
3226-
integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ==
3223+
confusing-browser-globals@^1.0.10:
3224+
version "1.0.11"
3225+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
3226+
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
32273227

32283228
console-browserify@^1.1.0:
32293229
version "1.1.0"
@@ -3696,6 +3696,14 @@ define-properties@^1.1.3:
36963696
dependencies:
36973697
object-keys "^1.0.12"
36983698

3699+
define-properties@^1.1.4:
3700+
version "1.1.4"
3701+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
3702+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
3703+
dependencies:
3704+
has-property-descriptors "^1.0.0"
3705+
object-keys "^1.1.1"
3706+
36993707
define-property@^0.2.5:
37003708
version "0.2.5"
37013709
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -4344,6 +4352,36 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
43444352
string.prototype.trimstart "^1.0.4"
43454353
unbox-primitive "^1.0.1"
43464354

4355+
es-abstract@^1.20.4:
4356+
version "1.20.4"
4357+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
4358+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
4359+
dependencies:
4360+
call-bind "^1.0.2"
4361+
es-to-primitive "^1.2.1"
4362+
function-bind "^1.1.1"
4363+
function.prototype.name "^1.1.5"
4364+
get-intrinsic "^1.1.3"
4365+
get-symbol-description "^1.0.0"
4366+
has "^1.0.3"
4367+
has-property-descriptors "^1.0.0"
4368+
has-symbols "^1.0.3"
4369+
internal-slot "^1.0.3"
4370+
is-callable "^1.2.7"
4371+
is-negative-zero "^2.0.2"
4372+
is-regex "^1.1.4"
4373+
is-shared-array-buffer "^1.0.2"
4374+
is-string "^1.0.7"
4375+
is-weakref "^1.0.2"
4376+
object-inspect "^1.12.2"
4377+
object-keys "^1.1.1"
4378+
object.assign "^4.1.4"
4379+
regexp.prototype.flags "^1.4.3"
4380+
safe-regex-test "^1.0.0"
4381+
string.prototype.trimend "^1.0.5"
4382+
string.prototype.trimstart "^1.0.5"
4383+
unbox-primitive "^1.0.2"
4384+
43474385
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
43484386
version "1.10.0"
43494387
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -4482,23 +4520,24 @@ escope@^3.6.0:
44824520
esrecurse "^4.1.0"
44834521
estraverse "^4.1.1"
44844522

4485-
eslint-config-airbnb-base@^13.2.0:
4486-
version "13.2.0"
4487-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
4488-
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
4523+
eslint-config-airbnb-base@^15.0.0:
4524+
version "15.0.0"
4525+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
4526+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
44894527
dependencies:
4490-
confusing-browser-globals "^1.0.5"
4491-
object.assign "^4.1.0"
4492-
object.entries "^1.1.0"
4528+
confusing-browser-globals "^1.0.10"
4529+
object.assign "^4.1.2"
4530+
object.entries "^1.1.5"
4531+
semver "^6.3.0"
44934532

4494-
eslint-config-airbnb@17.1.1:
4495-
version "17.1.1"
4496-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626"
4497-
integrity sha512-xCu//8a/aWqagKljt+1/qAM62BYZeNq04HmdevG5yUGWpja0I/xhqd6GdLRch5oetEGFiJAnvtGuTEAese53Qg==
4533+
eslint-config-airbnb@19.0.4:
4534+
version "19.0.4"
4535+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
4536+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
44984537
dependencies:
4499-
eslint-config-airbnb-base "^13.2.0"
4500-
object.assign "^4.1.0"
4501-
object.entries "^1.1.0"
4538+
eslint-config-airbnb-base "^15.0.0"
4539+
object.assign "^4.1.2"
4540+
object.entries "^1.1.5"
45024541

45034542
45044543
version "7.2.0"
@@ -5355,6 +5394,16 @@ function.prototype.name@^1.1.3:
53555394
es-abstract "^1.18.0-next.1"
53565395
functions-have-names "^1.2.1"
53575396

5397+
function.prototype.name@^1.1.5:
5398+
version "1.1.5"
5399+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
5400+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
5401+
dependencies:
5402+
call-bind "^1.0.2"
5403+
define-properties "^1.1.3"
5404+
es-abstract "^1.19.0"
5405+
functions-have-names "^1.2.2"
5406+
53585407
functional-red-black-tree@^1.0.1:
53595408
version "1.0.1"
53605409
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -5370,6 +5419,11 @@ functions-have-names@^1.2.1:
53705419
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
53715420
integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==
53725421

5422+
functions-have-names@^1.2.2:
5423+
version "1.2.3"
5424+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
5425+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
5426+
53735427
fuse.js@^3.0.1, fuse.js@^3.2.0:
53745428
version "3.2.1"
53755429
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.2.1.tgz#6320cb94ce56ec9755c89ade775bcdbb0358d425"
@@ -5417,6 +5471,15 @@ get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
54175471
has "^1.0.3"
54185472
has-symbols "^1.0.1"
54195473

5474+
get-intrinsic@^1.1.3:
5475+
version "1.1.3"
5476+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
5477+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
5478+
dependencies:
5479+
function-bind "^1.1.1"
5480+
has "^1.0.3"
5481+
has-symbols "^1.0.3"
5482+
54205483
get-stream@^3.0.0:
54215484
version "3.0.0"
54225485
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
@@ -5692,6 +5755,11 @@ has-bigints@^1.0.0, has-bigints@^1.0.1:
56925755
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
56935756
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
56945757

5758+
has-bigints@^1.0.2:
5759+
version "1.0.2"
5760+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
5761+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
5762+
56955763
has-color@~0.1.0:
56965764
version "0.1.7"
56975765
resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f"
@@ -5717,6 +5785,13 @@ has-flag@^4.0.0:
57175785
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
57185786
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
57195787

5788+
has-property-descriptors@^1.0.0:
5789+
version "1.0.0"
5790+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
5791+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
5792+
dependencies:
5793+
get-intrinsic "^1.1.1"
5794+
57205795
has-symbols@^1.0.0:
57215796
version "1.0.0"
57225797
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -5732,6 +5807,11 @@ has-symbols@^1.0.2:
57325807
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
57335808
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
57345809

5810+
has-symbols@^1.0.3:
5811+
version "1.0.3"
5812+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
5813+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
5814+
57355815
has-tostringtag@^1.0.0:
57365816
version "1.0.0"
57375817
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -6413,6 +6493,11 @@ is-callable@^1.2.4:
64136493
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
64146494
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
64156495

6496+
is-callable@^1.2.7:
6497+
version "1.2.7"
6498+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
6499+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
6500+
64166501
is-ci@^1.0.10:
64176502
version "1.0.10"
64186503
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -6607,6 +6692,11 @@ is-negative-zero@^2.0.1:
66076692
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
66086693
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
66096694

6695+
is-negative-zero@^2.0.2:
6696+
version "2.0.2"
6697+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
6698+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
6699+
66106700
is-npm@^1.0.0:
66116701
version "1.0.0"
66126702
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -6756,6 +6846,13 @@ is-shared-array-buffer@^1.0.1:
67566846
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
67576847
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
67586848

6849+
is-shared-array-buffer@^1.0.2:
6850+
version "1.0.2"
6851+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
6852+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
6853+
dependencies:
6854+
call-bind "^1.0.2"
6855+
67596856
is-ssh@^1.3.0:
67606857
version "1.3.0"
67616858
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.0.tgz#ebea1169a2614da392a63740366c3ce049d8dff6"
@@ -6833,6 +6930,13 @@ is-weakref@^1.0.1:
68336930
dependencies:
68346931
call-bind "^1.0.0"
68356932

6933+
is-weakref@^1.0.2:
6934+
version "1.0.2"
6935+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
6936+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
6937+
dependencies:
6938+
call-bind "^1.0.2"
6939+
68366940
is-windows@^1.0.1, is-windows@^1.0.2:
68376941
version "1.0.2"
68386942
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -8667,6 +8771,11 @@ object-inspect@^1.11.0:
86678771
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
86688772
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
86698773

8774+
object-inspect@^1.12.2:
8775+
version "1.12.2"
8776+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
8777+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
8778+
86708779
object-inspect@^1.7.0:
86718780
version "1.7.0"
86728781
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -8747,6 +8856,16 @@ object.assign@^4.1.2:
87478856
has-symbols "^1.0.1"
87488857
object-keys "^1.1.1"
87498858

8859+
object.assign@^4.1.4:
8860+
version "4.1.4"
8861+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
8862+
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
8863+
dependencies:
8864+
call-bind "^1.0.2"
8865+
define-properties "^1.1.4"
8866+
has-symbols "^1.0.3"
8867+
object-keys "^1.1.1"
8868+
87508869
object.entries@^1.0.4:
87518870
version "1.0.4"
87528871
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
@@ -8757,16 +8876,6 @@ object.entries@^1.0.4:
87578876
function-bind "^1.1.0"
87588877
has "^1.0.1"
87598878

8760-
object.entries@^1.1.0:
8761-
version "1.1.0"
8762-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
8763-
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
8764-
dependencies:
8765-
define-properties "^1.1.3"
8766-
es-abstract "^1.12.0"
8767-
function-bind "^1.1.1"
8768-
has "^1.0.3"
8769-
87708879
object.entries@^1.1.1:
87718880
version "1.1.1"
87728881
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -8795,6 +8904,15 @@ object.entries@^1.1.4:
87958904
define-properties "^1.1.3"
87968905
es-abstract "^1.18.2"
87978906

8907+
object.entries@^1.1.5:
8908+
version "1.1.6"
8909+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
8910+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
8911+
dependencies:
8912+
call-bind "^1.0.2"
8913+
define-properties "^1.1.4"
8914+
es-abstract "^1.20.4"
8915+
87988916
object.fromentries@^1.0.0:
87998917
version "1.0.0"
88008918
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-1.0.0.tgz#e90ec27445ec6e37f48be9af9077d9aa8bef0d40"
@@ -10421,6 +10539,15 @@ regexp.prototype.flags@^1.3.1:
1042110539
call-bind "^1.0.2"
1042210540
define-properties "^1.1.3"
1042310541

10542+
regexp.prototype.flags@^1.4.3:
10543+
version "1.4.3"
10544+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
10545+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
10546+
dependencies:
10547+
call-bind "^1.0.2"
10548+
define-properties "^1.1.3"
10549+
functions-have-names "^1.2.2"
10550+
1042410551
regexpp@^2.0.1:
1042510552
version "2.0.1"
1042610553
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -10914,6 +11041,15 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1091411041
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
1091511042
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
1091611043

11044+
safe-regex-test@^1.0.0:
11045+
version "1.0.0"
11046+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
11047+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
11048+
dependencies:
11049+
call-bind "^1.0.2"
11050+
get-intrinsic "^1.1.3"
11051+
is-regex "^1.1.4"
11052+
1091711053
safe-regex@^1.1.0:
1091811054
version "1.1.0"
1091911055
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
@@ -11598,6 +11734,15 @@ string.prototype.trimend@^1.0.4:
1159811734
call-bind "^1.0.2"
1159911735
define-properties "^1.1.3"
1160011736

11737+
string.prototype.trimend@^1.0.5:
11738+
version "1.0.6"
11739+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
11740+
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
11741+
dependencies:
11742+
call-bind "^1.0.2"
11743+
define-properties "^1.1.4"
11744+
es-abstract "^1.20.4"
11745+
1160111746
string.prototype.trimleft@^2.1.0:
1160211747
version "2.1.0"
1160311748
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -11654,6 +11799,15 @@ string.prototype.trimstart@^1.0.4:
1165411799
call-bind "^1.0.2"
1165511800
define-properties "^1.1.3"
1165611801

11802+
string.prototype.trimstart@^1.0.5:
11803+
version "1.0.6"
11804+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
11805+
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
11806+
dependencies:
11807+
call-bind "^1.0.2"
11808+
define-properties "^1.1.4"
11809+
es-abstract "^1.20.4"
11810+
1165711811
string_decoder@^1.0.0, string_decoder@~1.1.1:
1165811812
version "1.1.1"
1165911813
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -12208,6 +12362,16 @@ unbox-primitive@^1.0.1:
1220812362
has-symbols "^1.0.2"
1220912363
which-boxed-primitive "^1.0.2"
1221012364

12365+
unbox-primitive@^1.0.2:
12366+
version "1.0.2"
12367+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
12368+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
12369+
dependencies:
12370+
call-bind "^1.0.2"
12371+
has-bigints "^1.0.2"
12372+
has-symbols "^1.0.3"
12373+
which-boxed-primitive "^1.0.2"
12374+
1221112375
underscore@~1.4.4:
1221212376
version "1.4.4"
1221312377
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.4.4.tgz#61a6a32010622afa07963bf325203cf12239d604"

0 commit comments

Comments
 (0)