Skip to content

Commit

Permalink
Bump tape and @types/tape
Browse files Browse the repository at this point in the history
Bumps [tape](https://github.com/ljharb/tape) and [@types/tape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tape). These dependencies needed to be updated together.

Updates `tape` from 5.7.0 to 5.7.2
- [Changelog](https://github.com/ljharb/tape/blob/master/CHANGELOG.md)
- [Commits](tape-testing/tape@v5.7.0...v5.7.2)

Updates `@types/tape` from 5.6.1 to 5.6.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tape)

---
updated-dependencies:
- dependency-name: tape
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/tape"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 85deb60 commit 7a65055
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 39 deletions.
98 changes: 61 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@parcel/config-webextension": "^2.6.2",
"@sindresorhus/tsconfig": "^4.0.0",
"@types/chrome": "^0.0.245",
"@types/tape": "^5.6.1",
"@types/tape": "^5.6.3",
"@types/webextension-polyfill": "^0.10.5",
"buffer": "^6.0.3",
"eslint": "^8.52.0",
Expand All @@ -45,7 +45,7 @@
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"tape": "^5.7.0",
"tape": "^5.7.2",
"typescript": "^5.2.2",
"webext-content-scripts": "^2.5.5",
"webextension-polyfill": "^0.10.0"
Expand Down

0 comments on commit 7a65055

Please sign in to comment.