From 571839098b3e2a082b7106d312a518a43d5cc72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:11:15 -0600 Subject: [PATCH] Bump @types/tape from 5.6.4 to 5.6.5 (#280) Bumps [@types/tape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tape) from 5.6.4 to 5.6.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tape) --- updated-dependencies: - dependency-name: "@types/tape" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++-------------- package.json | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76551e0..c0c6084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@parcel/config-webextension": "^2.11.0", "@sindresorhus/tsconfig": "^6.0.0", "@types/chrome": "^0.0.279", - "@types/tape": "^5.6.4", + "@types/tape": "^5.6.5", "@types/webextension-polyfill": "^0.12.1", "buffer": "^6.0.3", "eslint": "^8.57.0", @@ -13727,21 +13727,13 @@ "dev": true }, "node_modules/@types/tape": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/@types/tape/-/tape-5.6.4.tgz", - "integrity": "sha512-EmL4fJpZyByNCkupLLcJhneqcnT+rQUG5fWKNCsZyBK1x7nUuDTwwEerc4biEMZgvSK2+FXr775aLeXhKXK4Yw==", - "dev": true, - "dependencies": { - "@types/node": "*", - "@types/through": "*" - } - }, - "node_modules/@types/through": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz", - "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/@types/tape/-/tape-5.6.5.tgz", + "integrity": "sha512-/Eer3ugx8wLoJ4FFD2QzAO2RjuAys60WzvnVhOREHg+EGazbae9N095pLPGhDRErBkngl8YjZ1hApQ79UHraaQ==", "dev": true, + "license": "MIT", "dependencies": { + "@ljharb/through": "*", "@types/node": "*" } }, diff --git a/package.json b/package.json index d0b710e..fd68aee 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@parcel/config-webextension": "^2.11.0", "@sindresorhus/tsconfig": "^6.0.0", "@types/chrome": "^0.0.279", - "@types/tape": "^5.6.4", + "@types/tape": "^5.6.5", "@types/webextension-polyfill": "^0.12.1", "buffer": "^6.0.3", "eslint": "^8.57.0",