Skip to content

Commit

Permalink
Update dependency @types/tape to v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 1f7bc93 commit c01a7a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.17.10",
"@types/tape": "5.6.5",
"@types/tape": "5.7.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,14 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==

"@types/tape@5.6.5":
version "5.6.5"
resolved "https://registry.yarnpkg.com/@types/tape/-/tape-5.6.5.tgz#61b23416b1517ece0eb46420a9f2787379fa42f9"
integrity sha512-/Eer3ugx8wLoJ4FFD2QzAO2RjuAys60WzvnVhOREHg+EGazbae9N095pLPGhDRErBkngl8YjZ1hApQ79UHraaQ==
"@types/tape@5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@types/tape/-/tape-5.7.0.tgz#c7d8143fa5810d29f5bd8db8b3fa89535f9725f0"
integrity sha512-P6R12Ycyfft/M1PSOBaJtDdiFq5TxDST+DTMRKXm78gHFR8VideyKQ7mgvffxylJQAKtt3Mywa2Bmj8ZdpMLEg==
dependencies:
"@ljharb/through" "*"
"@types/node" "*"
mock-property "*"

"@typescript-eslint/[email protected]":
version "6.21.0"
Expand Down Expand Up @@ -1736,7 +1737,7 @@ minimist@^1.2.8:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

mock-property@^1.1.0:
mock-property@*, mock-property@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mock-property/-/mock-property-1.1.0.tgz#b38b9961476d2e54cde2033b62847b9546b3670d"
integrity sha512-1/JjbLoGwv87xVsutkX0XJc0M0W4kb40cZl/K41xtTViBOD9JuFPKfyMNTrLJ/ivYAd0aPqu/vduamXO0emTFQ==
Expand Down

0 comments on commit c01a7a4

Please sign in to comment.