Skip to content

Commit c01a7a4

Browse files
Update dependency @types/tape to v5.7.0
1 parent 1f7bc93 commit c01a7a4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-commonjs": "25.0.8",
4646
"@rollup/plugin-typescript": "11.1.6",
4747
"@types/node": "20.17.10",
48-
"@types/tape": "5.6.5",
48+
"@types/tape": "5.7.0",
4949
"@typescript-eslint/eslint-plugin": "6.21.0",
5050
"@typescript-eslint/parser": "6.21.0",
5151
"eslint": "8.57.1",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,14 @@
309309
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
310310
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
311311

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

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

1739-
mock-property@^1.1.0:
1740+
mock-property@*, mock-property@^1.1.0:
17401741
version "1.1.0"
17411742
resolved "https://registry.yarnpkg.com/mock-property/-/mock-property-1.1.0.tgz#b38b9961476d2e54cde2033b62847b9546b3670d"
17421743
integrity sha512-1/JjbLoGwv87xVsutkX0XJc0M0W4kb40cZl/K41xtTViBOD9JuFPKfyMNTrLJ/ivYAd0aPqu/vduamXO0emTFQ==

0 commit comments

Comments
 (0)