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",