Skip to content

Commit

Permalink
Update dependency @types/tape to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2023
1 parent ad4c28a commit 5dabd1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/imagemin-webp": "7.0.0",
"@types/node": "18.16.13",
"@types/sharp": "0.31.1",
"@types/tape": "4.13.4",
"@types/tape": "5.6.0",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@
dependencies:
"@types/node" "*"

"@types/tape@4.13.4":
version "4.13.4"
resolved "https://registry.yarnpkg.com/@types/tape/-/tape-4.13.4.tgz#2fe220e9040c1721e5b1af6cd71e9e018d07cafb"
integrity sha512-0Mw8/FAMheD2MvyaFYDaAix7X5GfNjl/XI+zvqJdzC6N05BmHKz6Hwn+r7+8PEXDEKrC3V/irC9z7mrl5a130g==
"@types/tape@5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@types/tape/-/tape-5.6.0.tgz#d8bc031c3cac16a3df9d7865843db78af1e1c56e"
integrity sha512-yt27qxGg45IVJ0i2PdbYopND9d4eaXwne/jpi0saYb7PHYu8ZYaQB+cADjj+YZkZZjCM4rnhMPYFGd6+M8sWKg==
dependencies:
"@types/node" "*"
"@types/through" "*"
Expand Down

0 comments on commit 5dabd1e

Please sign in to comment.