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

Commit 9452e22

Browse files
authored
Update tape: 5.1.1 → 5.2.0 (minor) (#271)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent a0a8c87 commit 9452e22

File tree

2 files changed

+39
-14
lines changed

2 files changed

+39
-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.1.1",
41+
"tape": "^5.2.0",
4242
"typescript": "^4.1.5"
4343
},
4444
"dependencies": {}

yarn.lock

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,14 @@ call-bind@^1.0.0:
369369
function-bind "^1.1.1"
370370
get-intrinsic "^1.0.0"
371371

372+
call-bind@^1.0.2:
373+
version "1.0.2"
374+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
375+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
376+
dependencies:
377+
function-bind "^1.1.1"
378+
get-intrinsic "^1.0.2"
379+
372380
callsites@^3.0.0:
373381
version "3.1.0"
374382
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -975,6 +983,15 @@ get-intrinsic@^1.0.0, get-intrinsic@^1.0.1:
975983
has "^1.0.3"
976984
has-symbols "^1.0.1"
977985

986+
get-intrinsic@^1.0.2:
987+
version "1.1.1"
988+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
989+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
990+
dependencies:
991+
function-bind "^1.1.1"
992+
has "^1.0.3"
993+
has-symbols "^1.0.1"
994+
978995
glob-parent@^5.0.0, glob-parent@^5.1.0:
979996
version "5.1.1"
980997
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
@@ -1146,7 +1163,7 @@ is-callable@^1.2.2:
11461163
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
11471164
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
11481165

1149-
is-core-module@^2.1.0:
1166+
is-core-module@^2.2.0:
11501167
version "2.2.0"
11511168
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
11521169
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
@@ -1214,6 +1231,14 @@ is-regex@^1.1.1:
12141231
dependencies:
12151232
has-symbols "^1.0.1"
12161233

1234+
is-regex@^1.1.2:
1235+
version "1.1.2"
1236+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
1237+
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
1238+
dependencies:
1239+
call-bind "^1.0.2"
1240+
has-symbols "^1.0.1"
1241+
12171242
is-set@^2.0.1:
12181243
version "2.0.1"
12191244
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.1.tgz#d1604afdab1724986d30091575f54945da7e5f43"
@@ -1607,12 +1632,12 @@ resolve-from@^4.0.0:
16071632
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
16081633
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
16091634

1610-
resolve@^1.19.0:
1611-
version "1.19.0"
1612-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
1613-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
1635+
resolve@^2.0.0-next.3:
1636+
version "2.0.0-next.3"
1637+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
1638+
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
16141639
dependencies:
1615-
is-core-module "^2.1.0"
1640+
is-core-module "^2.2.0"
16161641
path-parse "^1.0.6"
16171642

16181643
resumer@^0.0.0:
@@ -1855,25 +1880,25 @@ table@^6.0.4:
18551880
slice-ansi "^4.0.0"
18561881
string-width "^4.2.0"
18571882

1858-
tape@^5.1.1:
1859-
version "5.1.1"
1860-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.1.1.tgz#51e6fc7af0c15cf39faa6aac3d0a1d2ca6fd4744"
1861-
integrity sha512-ujhT+ZJPqSGY9Le02mIGBnyWo7Ks05FEGS9PnlqECr3sM3KyV4CSCXAvSBJKMN+t+aZYLKEFUEo0l4wFJMhppQ==
1883+
tape@^5.2.0:
1884+
version "5.2.0"
1885+
resolved "https://registry.yarnpkg.com/tape/-/tape-5.2.0.tgz#6e73979c161de1f6da5350f346403bb30120df9b"
1886+
integrity sha512-J7stlwNrBEpHlZvbvPEAFvMmqIy79kMYvXiyekl5w6O7C2HF63bFKi8su70mdUtZZvNMm7EbIzLyI+fk6U9Ntg==
18621887
dependencies:
1863-
call-bind "^1.0.0"
1888+
call-bind "^1.0.2"
18641889
deep-equal "^2.0.5"
18651890
defined "^1.0.0"
18661891
dotignore "^0.1.2"
18671892
for-each "^0.3.3"
18681893
glob "^7.1.6"
18691894
has "^1.0.3"
18701895
inherits "^2.0.4"
1871-
is-regex "^1.1.1"
1896+
is-regex "^1.1.2"
18721897
minimist "^1.2.5"
18731898
object-inspect "^1.9.0"
18741899
object-is "^1.1.4"
18751900
object.assign "^4.1.2"
1876-
resolve "^1.19.0"
1901+
resolve "^2.0.0-next.3"
18771902
resumer "^0.0.0"
18781903
string.prototype.trim "^1.2.3"
18791904
through "^2.3.8"

0 commit comments

Comments
 (0)