Skip to content

Commit

Permalink
chore(deps): update dependency tape to v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2022
1 parent 9810ee5 commit b668ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"prettier": "2.5.1",
"tap-junit": "5.0.1",
"tape": "5.5.1"
"tape": "5.5.2"
}
}
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ [email protected]:
argparse "^1.0.7"
esprima "^4.0.0"

minimatch@=3.0.4, minimatch@^3.0.4:
minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
Expand Down Expand Up @@ -788,10 +788,10 @@ tap-yaml@^1.0.0:
dependencies:
yaml "^1.5.0"

[email protected].1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.5.1.tgz#e61519a400bf778c9dc2e3b2fa699dc14ce14ae5"
integrity sha512-cO+URxa9CWe2mfgeccQRfKcDyNJ2EqoL+bpHLonEvMKilzkNz16IJ1WDMoI665/7RJvCofBk+pG5/wUbcKAMDQ==
[email protected].2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.5.2.tgz#3750c415e6ddfbcd425945f02f1a907d2ea8171f"
integrity sha512-N9Ss672dFE3QlppiXGh2ieux8Ophau/HSAQguW5cXQworKxV0QvnZCYI35W1OYySTJk0OC9OPuS+0xNO6lhiTQ==
dependencies:
array.prototype.every "^1.1.3"
call-bind "^1.0.2"
Expand All @@ -805,7 +805,6 @@ [email protected]:
has-dynamic-import "^2.0.1"
inherits "^2.0.4"
is-regex "^1.1.4"
minimatch "=3.0.4"
minimist "^1.2.5"
object-inspect "^1.12.0"
object-is "^1.1.5"
Expand Down

0 comments on commit b668ead

Please sign in to comment.