Skip to content

Commit de73765

Browse files
committed
Update dependency tape to v4.13.0
1 parent e76932d commit de73765

File tree

2 files changed

+134
-46
lines changed

2 files changed

+134
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"eslint": "6.7.2",
3131
"nyc": "^14.1.1",
32-
"tape": "4.11.0"
32+
"tape": "4.13.0"
3333
},
3434
"dependencies": {}
3535
}

yarn.lock

Lines changed: 133 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,17 @@ decamelize@^1.2.0:
324324
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
325325
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
326326

327-
deep-equal@~1.0.1:
328-
version "1.0.1"
329-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
330-
integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
327+
deep-equal@~1.1.1:
328+
version "1.1.1"
329+
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
330+
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
331+
dependencies:
332+
is-arguments "^1.0.4"
333+
is-date-object "^1.0.1"
334+
is-regex "^1.0.4"
335+
object-is "^1.0.1"
336+
object-keys "^1.1.1"
337+
regexp.prototype.flags "^1.2.0"
331338

332339
deep-is@~0.1.3:
333340
version "0.1.3"
@@ -341,7 +348,7 @@ default-require-extensions@^2.0.0:
341348
dependencies:
342349
strip-bom "^3.0.0"
343350

344-
define-properties@^1.1.2:
351+
define-properties@^1.1.2, define-properties@^1.1.3:
345352
version "1.1.3"
346353
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
347354
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@@ -360,6 +367,13 @@ doctrine@^3.0.0:
360367
dependencies:
361368
esutils "^2.0.2"
362369

370+
dotignore@~0.1.2:
371+
version "0.1.2"
372+
resolved "https://registry.yarnpkg.com/dotignore/-/dotignore-0.1.2.tgz#f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905"
373+
integrity sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==
374+
dependencies:
375+
minimatch "^3.0.4"
376+
363377
emoji-regex@^7.0.1:
364378
version "7.0.3"
365379
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -377,21 +391,27 @@ error-ex@^1.3.1:
377391
dependencies:
378392
is-arrayish "^0.2.1"
379393

380-
es-abstract@^1.5.0:
381-
version "1.12.0"
382-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
383-
integrity sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==
394+
es-abstract@^1.17.0-next.1:
395+
version "1.17.0"
396+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
397+
integrity sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==
384398
dependencies:
385-
es-to-primitive "^1.1.1"
399+
es-to-primitive "^1.2.1"
386400
function-bind "^1.1.1"
387-
has "^1.0.1"
388-
is-callable "^1.1.3"
389-
is-regex "^1.0.4"
390-
391-
es-to-primitive@^1.1.1:
392-
version "1.2.0"
393-
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
394-
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
401+
has "^1.0.3"
402+
has-symbols "^1.0.1"
403+
is-callable "^1.1.5"
404+
is-regex "^1.0.5"
405+
object-inspect "^1.7.0"
406+
object-keys "^1.1.1"
407+
object.assign "^4.1.0"
408+
string.prototype.trimleft "^2.1.1"
409+
string.prototype.trimright "^2.1.1"
410+
411+
es-to-primitive@^1.2.1:
412+
version "1.2.1"
413+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
414+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
395415
dependencies:
396416
is-callable "^1.1.4"
397417
is-date-object "^1.0.1"
@@ -596,7 +616,7 @@ fs.realpath@^1.0.0:
596616
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
597617
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
598618

599-
function-bind@^1.0.2, function-bind@^1.1.1, function-bind@~1.1.1:
619+
function-bind@^1.1.1, function-bind@~1.1.1:
600620
version "1.1.1"
601621
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
602622
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
@@ -618,7 +638,7 @@ glob-parent@^5.0.0:
618638
dependencies:
619639
is-glob "^4.0.1"
620640

621-
glob@^7.1.3, glob@~7.1.4:
641+
glob@^7.1.3, glob@~7.1.6:
622642
version "7.1.6"
623643
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
624644
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -668,7 +688,12 @@ has-symbols@^1.0.0:
668688
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
669689
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
670690

671-
has@^1.0.1, has@~1.0.3:
691+
has-symbols@^1.0.1:
692+
version "1.0.1"
693+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
694+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
695+
696+
has@^1.0.1, has@^1.0.3, has@~1.0.3:
672697
version "1.0.3"
673698
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
674699
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -749,6 +774,11 @@ inquirer@^7.0.0:
749774
strip-ansi "^5.1.0"
750775
through "^2.3.6"
751776

777+
is-arguments@^1.0.4:
778+
version "1.0.4"
779+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"
780+
integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==
781+
752782
is-arrayish@^0.2.1:
753783
version "0.2.1"
754784
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
@@ -759,6 +789,11 @@ is-callable@^1.1.3, is-callable@^1.1.4:
759789
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
760790
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
761791

792+
is-callable@^1.1.5:
793+
version "1.1.5"
794+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
795+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
796+
762797
is-date-object@^1.0.1:
763798
version "1.0.1"
764799
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -798,6 +833,13 @@ is-regex@^1.0.4:
798833
dependencies:
799834
has "^1.0.1"
800835

836+
is-regex@^1.0.5, is-regex@~1.0.5:
837+
version "1.0.5"
838+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
839+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
840+
dependencies:
841+
has "^1.0.3"
842+
801843
is-stream@^1.0.1:
802844
version "1.1.0"
803845
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -1064,16 +1106,36 @@ nyc@^14.1.1:
10641106
yargs "^13.2.2"
10651107
yargs-parser "^13.0.0"
10661108

1067-
object-inspect@~1.6.0:
1068-
version "1.6.0"
1069-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
1070-
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
1109+
object-inspect@^1.7.0, object-inspect@~1.7.0:
1110+
version "1.7.0"
1111+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
1112+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
1113+
1114+
object-is@^1.0.1:
1115+
version "1.0.2"
1116+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4"
1117+
integrity sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==
1118+
1119+
object-keys@^1.0.11, object-keys@^1.1.1:
1120+
version "1.1.1"
1121+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
1122+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
10711123

10721124
object-keys@^1.0.12:
10731125
version "1.0.12"
10741126
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
10751127
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
10761128

1129+
object.assign@^4.1.0:
1130+
version "4.1.0"
1131+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
1132+
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
1133+
dependencies:
1134+
define-properties "^1.1.2"
1135+
function-bind "^1.1.1"
1136+
has-symbols "^1.0.0"
1137+
object-keys "^1.0.11"
1138+
10771139
once@^1.3.0:
10781140
version "1.4.0"
10791141
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -1243,6 +1305,14 @@ read-pkg@^3.0.0:
12431305
normalize-package-data "^2.3.2"
12441306
path-type "^3.0.0"
12451307

1308+
regexp.prototype.flags@^1.2.0:
1309+
version "1.3.0"
1310+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
1311+
integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
1312+
dependencies:
1313+
define-properties "^1.1.3"
1314+
es-abstract "^1.17.0-next.1"
1315+
12461316
regexpp@^2.0.1:
12471317
version "2.0.1"
12481318
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -1277,10 +1347,10 @@ resolve@^1.10.0:
12771347
dependencies:
12781348
path-parse "^1.0.6"
12791349

1280-
resolve@~1.11.1:
1281-
version "1.11.1"
1282-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
1283-
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
1350+
resolve@~1.14.2:
1351+
version "1.14.2"
1352+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
1353+
integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
12841354
dependencies:
12851355
path-parse "^1.0.6"
12861356

@@ -1459,14 +1529,30 @@ string-width@^4.1.0:
14591529
is-fullwidth-code-point "^3.0.0"
14601530
strip-ansi "^6.0.0"
14611531

1462-
string.prototype.trim@~1.1.2:
1463-
version "1.1.2"
1464-
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
1465-
integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
1532+
string.prototype.trim@~1.2.1:
1533+
version "1.2.1"
1534+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz#141233dff32c82bfad80684d7e5f0869ee0fb782"
1535+
integrity sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw==
14661536
dependencies:
1467-
define-properties "^1.1.2"
1468-
es-abstract "^1.5.0"
1469-
function-bind "^1.0.2"
1537+
define-properties "^1.1.3"
1538+
es-abstract "^1.17.0-next.1"
1539+
function-bind "^1.1.1"
1540+
1541+
string.prototype.trimleft@^2.1.1:
1542+
version "2.1.1"
1543+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
1544+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
1545+
dependencies:
1546+
define-properties "^1.1.3"
1547+
function-bind "^1.1.1"
1548+
1549+
string.prototype.trimright@^2.1.1:
1550+
version "2.1.1"
1551+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
1552+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
1553+
dependencies:
1554+
define-properties "^1.1.3"
1555+
function-bind "^1.1.1"
14701556

14711557
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
14721558
version "5.2.0"
@@ -1516,23 +1602,25 @@ table@^5.2.3:
15161602
slice-ansi "^2.1.0"
15171603
string-width "^3.0.0"
15181604

1519-
tape@4.11.0:
1520-
version "4.11.0"
1521-
resolved "https://registry.yarnpkg.com/tape/-/tape-4.11.0.tgz#63d41accd95e45a23a874473051c57fdbc58edc1"
1522-
integrity sha512-yixvDMX7q7JIs/omJSzSZrqulOV51EC9dK8dM0TzImTIkHWfe2/kFyL5v+d9C+SrCMaICk59ujsqFAVidDqDaA==
1605+
tape@4.13.0:
1606+
version "4.13.0"
1607+
resolved "https://registry.yarnpkg.com/tape/-/tape-4.13.0.tgz#e2f581ff5f12a7cbd787e9f83c76c2851782fce2"
1608+
integrity sha512-J/hvA+GJnuWJ0Sj8Z0dmu3JgMNU+MmusvkCT7+SN4/2TklW18FNCp/UuHIEhPZwHfy4sXfKYgC7kypKg4umbOw==
15231609
dependencies:
1524-
deep-equal "~1.0.1"
1610+
deep-equal "~1.1.1"
15251611
defined "~1.0.0"
1612+
dotignore "~0.1.2"
15261613
for-each "~0.3.3"
15271614
function-bind "~1.1.1"
1528-
glob "~7.1.4"
1615+
glob "~7.1.6"
15291616
has "~1.0.3"
15301617
inherits "~2.0.4"
1618+
is-regex "~1.0.5"
15311619
minimist "~1.2.0"
1532-
object-inspect "~1.6.0"
1533-
resolve "~1.11.1"
1620+
object-inspect "~1.7.0"
1621+
resolve "~1.14.2"
15341622
resumer "~0.0.0"
1535-
string.prototype.trim "~1.1.2"
1623+
string.prototype.trim "~1.2.1"
15361624
through "~2.3.8"
15371625

15381626
test-exclude@^5.2.3:

0 commit comments

Comments
 (0)