Skip to content

Commit

Permalink
Update dependency tape to v5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent 16fca8e commit f4adf08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"rollup": "3.26.2",
"tape": "5.6.4",
"tape": "5.6.5",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"typescript": "5.1.6"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
dependencies:
ms "2.1.2"

deep-equal@^2.2.1:
deep-equal@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.2.tgz#9b2635da569a13ba8e1cc159c2f744071b115daa"
integrity sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==
Expand Down Expand Up @@ -1552,14 +1552,14 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

[email protected].4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.6.4.tgz#c6a7dc0585495e166518cbc07c4d8ccdc1d8ee2a"
integrity sha512-D5NkwItdBMAmgmij4qbHGOmxBF9Xo4l3iRDme7KIxZE/K+D0k4ZJLdaGPbQvBF7QVUeFUzEo11j8CZxkrydINA==
[email protected].5:
version "5.6.5"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.6.5.tgz#a4dd5c6fb035fcee5b89a069cf8e98c6cbf40959"
integrity sha512-r6XcLeO3h5rOFpkYWifAjlhSSSXbFSSBF86lhb6J0KAQbY91H1MzOeIWG6TH0iWS52ypwr6fenJgCGQGtL8CxA==
dependencies:
array.prototype.every "^1.1.4"
call-bind "^1.0.2"
deep-equal "^2.2.1"
deep-equal "^2.2.2"
defined "^1.0.1"
dotignore "^0.1.2"
for-each "^0.3.3"
Expand Down

0 comments on commit f4adf08

Please sign in to comment.