diff --git a/package-lock.json b/package-lock.json index dbbaba1..979bec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/benchmark": "2.1.5", "@types/node": "22.10.1", "@types/react-test-renderer": "18.3.0", - "@types/tape": "5.6.4", + "@types/tape": "5.6.5", "benchmark": "2.1.4", "eslint": "9.13.0", "eslint-plugin-react": "7.37.2", @@ -425,23 +425,13 @@ } }, "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, - "license": "MIT", - "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 b3e78f7..a0f572f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/benchmark": "2.1.5", "@types/node": "22.10.1", "@types/react-test-renderer": "18.3.0", - "@types/tape": "5.6.4", + "@types/tape": "5.6.5", "benchmark": "2.1.4", "eslint": "9.13.0", "eslint-plugin-react": "7.37.2",