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

Commit 7bffe1b

Browse files
authored
Update tape: 5.1.0 → 5.1.1 (patch) (#244)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent dc0ddb4 commit 7bffe1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.0.1",
41-
"tape": "^5.1.0",
41+
"tape": "^5.1.1",
4242
"typescript": "^4.1.3"
4343
},
4444
"dependencies": {}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,16 +1855,16 @@ table@^6.0.4:
18551855
slice-ansi "^4.0.0"
18561856
string-width "^4.2.0"
18571857

1858-
tape@^5.1.0:
1859-
version "5.1.0"
1860-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.1.0.tgz#3ae5f8ac5f39dc7d74c70d1d680faa2d4720726b"
1861-
integrity sha512-3+/QreLoHRe2QhjkIQ6vSjwTRnC3iMQSg943K9EP3rHhY6MWlLxNw/0h46B6DYz5/SSI4GmU1Dr5HNDAlFLhtQ==
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==
18621862
dependencies:
1863+
call-bind "^1.0.0"
18631864
deep-equal "^2.0.5"
18641865
defined "^1.0.0"
18651866
dotignore "^0.1.2"
18661867
for-each "^0.3.3"
1867-
function-bind "^1.1.1"
18681868
glob "^7.1.6"
18691869
has "^1.0.3"
18701870
inherits "^2.0.4"

0 commit comments

Comments
 (0)