Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 9a8f75b

Browse files
authored
Update tape: 5.2.0 → 5.2.1 (patch) (#277)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 1533c1e commit 9a8f75b

File tree

2 files changed

+63
-14
lines changed

2 files changed

+63
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "^2.2.1",
3939
"rimraf": "^3.0.2",
4040
"supertest": "^6.1.3",
41-
"tape": "^5.2.0",
41+
"tape": "^5.2.1",
4242
"typescript": "^4.2.2"
4343
},
4444
"dependencies": {}

yarn.lock

Lines changed: 62 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ es-abstract@^1.17.4, es-abstract@^1.17.5:
626626
string.prototype.trimend "^1.0.1"
627627
string.prototype.trimstart "^1.0.1"
628628

629-
es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
629+
es-abstract@^1.18.0-next.0:
630630
version "1.18.0-next.1"
631631
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
632632
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
@@ -644,6 +644,26 @@ es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
644644
string.prototype.trimend "^1.0.1"
645645
string.prototype.trimstart "^1.0.1"
646646

647+
es-abstract@^1.18.0-next.2:
648+
version "1.18.0-next.2"
649+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.2.tgz#088101a55f0541f595e7e057199e27ddc8f3a5c2"
650+
integrity sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==
651+
dependencies:
652+
call-bind "^1.0.2"
653+
es-to-primitive "^1.2.1"
654+
function-bind "^1.1.1"
655+
get-intrinsic "^1.0.2"
656+
has "^1.0.3"
657+
has-symbols "^1.0.1"
658+
is-callable "^1.2.2"
659+
is-negative-zero "^2.0.1"
660+
is-regex "^1.1.1"
661+
object-inspect "^1.9.0"
662+
object-keys "^1.1.1"
663+
object.assign "^4.1.2"
664+
string.prototype.trimend "^1.0.3"
665+
string.prototype.trimstart "^1.0.3"
666+
647667
es-get-iterator@^1.1.1:
648668
version "1.1.1"
649669
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.1.tgz#b93ddd867af16d5118e00881396533c1c6647ad9"
@@ -1206,6 +1226,11 @@ is-negative-zero@^2.0.0:
12061226
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
12071227
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
12081228

1229+
is-negative-zero@^2.0.1:
1230+
version "2.0.1"
1231+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
1232+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
1233+
12091234
is-number-object@^1.0.3:
12101235
version "1.0.4"
12111236
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
@@ -1443,6 +1468,14 @@ object-is@^1.1.4:
14431468
call-bind "^1.0.0"
14441469
define-properties "^1.1.3"
14451470

1471+
object-is@^1.1.5:
1472+
version "1.1.5"
1473+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
1474+
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
1475+
dependencies:
1476+
call-bind "^1.0.2"
1477+
define-properties "^1.1.3"
1478+
14461479
object-keys@^1.0.11, object-keys@^1.1.1:
14471480
version "1.1.1"
14481481
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -1770,14 +1803,14 @@ string-width@^4.2.0:
17701803
is-fullwidth-code-point "^3.0.0"
17711804
strip-ansi "^6.0.0"
17721805

1773-
string.prototype.trim@^1.2.3:
1774-
version "1.2.3"
1775-
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz#d23a22fde01c1e6571a7fadcb9be11decd8061a7"
1776-
integrity sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==
1806+
string.prototype.trim@^1.2.4:
1807+
version "1.2.4"
1808+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.4.tgz#6014689baf5efaf106ad031a5fa45157666ed1bd"
1809+
integrity sha512-hWCk/iqf7lp0/AgTF7/ddO1IWtSNPASjlzCicV5irAVdE1grjsneK26YG6xACMBEdCvO8fUST0UzDMh/2Qy+9Q==
17771810
dependencies:
1778-
call-bind "^1.0.0"
1811+
call-bind "^1.0.2"
17791812
define-properties "^1.1.3"
1780-
es-abstract "^1.18.0-next.1"
1813+
es-abstract "^1.18.0-next.2"
17811814

17821815
string.prototype.trimend@^1.0.1:
17831816
version "1.0.1"
@@ -1787,6 +1820,14 @@ string.prototype.trimend@^1.0.1:
17871820
define-properties "^1.1.3"
17881821
es-abstract "^1.17.5"
17891822

1823+
string.prototype.trimend@^1.0.3:
1824+
version "1.0.4"
1825+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
1826+
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
1827+
dependencies:
1828+
call-bind "^1.0.2"
1829+
define-properties "^1.1.3"
1830+
17901831
string.prototype.trimleft@^2.1.1:
17911832
version "2.1.1"
17921833
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
@@ -1811,6 +1852,14 @@ string.prototype.trimstart@^1.0.1:
18111852
define-properties "^1.1.3"
18121853
es-abstract "^1.17.5"
18131854

1855+
string.prototype.trimstart@^1.0.3:
1856+
version "1.0.4"
1857+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
1858+
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
1859+
dependencies:
1860+
call-bind "^1.0.2"
1861+
define-properties "^1.1.3"
1862+
18141863
string_decoder@^1.1.1:
18151864
version "1.3.0"
18161865
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -1879,10 +1928,10 @@ table@^6.0.4:
18791928
slice-ansi "^4.0.0"
18801929
string-width "^4.2.0"
18811930

1882-
tape@^5.2.0:
1883-
version "5.2.0"
1884-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.2.0.tgz#6e73979c161de1f6da5350f346403bb30120df9b"
1885-
integrity sha512-J7stlwNrBEpHlZvbvPEAFvMmqIy79kMYvXiyekl5w6O7C2HF63bFKi8su70mdUtZZvNMm7EbIzLyI+fk6U9Ntg==
1931+
tape@^5.2.1:
1932+
version "5.2.1"
1933+
resolved "https://registry.yarnpkg.com/tape/-/tape-5.2.1.tgz#4dde2c2189ba4f8228adfbcb5cb7037601fea593"
1934+
integrity sha512-pjrC4M7OUCndgKNJ9AEy/WCfOd8Voux6pD/WlzRi0855ZZa66nPFlisCtPixA5Phh/V/tu6v8Q1cNRND9AcYMA==
18861935
dependencies:
18871936
call-bind "^1.0.2"
18881937
deep-equal "^2.0.5"
@@ -1895,11 +1944,11 @@ tape@^5.2.0:
18951944
is-regex "^1.1.2"
18961945
minimist "^1.2.5"
18971946
object-inspect "^1.9.0"
1898-
object-is "^1.1.4"
1947+
object-is "^1.1.5"
18991948
object.assign "^4.1.2"
19001949
resolve "^2.0.0-next.3"
19011950
resumer "^0.0.0"
1902-
string.prototype.trim "^1.2.3"
1951+
string.prototype.trim "^1.2.4"
19031952
through "^2.3.8"
19041953

19051954
text-table@^0.2.0:

0 commit comments

Comments
 (0)