diff --git a/package-lock.json b/package-lock.json index 0c63049e..36c0d57f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@commitlint/cli": "^17.6.7", "@commitlint/config-conventional": "^17.6.7", "@types/eslint": "^8.4.1", - "@types/tape": "^4.13.2", + "@types/tape": "^5.0.0", "commitlint-config-standard": "github:standard/commitlint-config-standard", "eslint": "^8.13.0", "eslint-plugin-import": "^2.25.4", @@ -1662,9 +1662,9 @@ "dev": true }, "node_modules/@types/tape": { - "version": "4.13.4", - "resolved": "https://registry.npmjs.org/@types/tape/-/tape-4.13.4.tgz", - "integrity": "sha512-0Mw8/FAMheD2MvyaFYDaAix7X5GfNjl/XI+zvqJdzC6N05BmHKz6Hwn+r7+8PEXDEKrC3V/irC9z7mrl5a130g==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@types/tape/-/tape-5.6.0.tgz", + "integrity": "sha512-yt27qxGg45IVJ0i2PdbYopND9d4eaXwne/jpi0saYb7PHYu8ZYaQB+cADjj+YZkZZjCM4rnhMPYFGd6+M8sWKg==", "dev": true, "dependencies": { "@types/node": "*", diff --git a/package.json b/package.json index b0015e58..3ba3bc4c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@commitlint/cli": "^17.6.7", "@commitlint/config-conventional": "^17.6.7", "@types/eslint": "^8.4.1", - "@types/tape": "^4.13.2", + "@types/tape": "^5.0.0", "commitlint-config-standard": "github:standard/commitlint-config-standard", "eslint": "^8.13.0", "eslint-plugin-import": "^2.25.4",