Skip to content

Commit

Permalink
chore(deps-dev): update tape requirement in /packages/logger
Browse files Browse the repository at this point in the history
Updates the requirements on [tape](https://github.com/ljharb/tape) to permit the latest version.
- [Changelog](https://github.com/ljharb/tape/blob/master/CHANGELOG.md)
- [Commits](tape-testing/tape@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: tape
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent f29ea5f commit 05e3260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^5.7.2"
"tape": "^5.7.3"
},
"files": [
"src/**/*.js",
Expand Down

0 comments on commit 05e3260

Please sign in to comment.