From a988e4b6361c8edb2a43e5a95b40468a908587dd Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:08:15 +0000 Subject: [PATCH] Update dependency @types/tape to v5.6.5 --- package-lock.json | 36 +++++++++--------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a38687..0f0934a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mathigon/fermat": "1.1.23" }, "devDependencies": { - "@types/tape": "5.6.4", + "@types/tape": "5.6.5", "@typescript-eslint/eslint-plugin": "8.14.0", "@typescript-eslint/parser": "8.14.0", "esbuild": "0.24.0", @@ -673,21 +673,12 @@ "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.30", - "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz", - "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/@types/tape/-/tape-5.6.5.tgz", + "integrity": "sha512-/Eer3ugx8wLoJ4FFD2QzAO2RjuAys60WzvnVhOREHg+EGazbae9N095pLPGhDRErBkngl8YjZ1hApQ79UHraaQ==", "dev": true, "dependencies": { + "@ljharb/through": "*", "@types/node": "*" } }, @@ -4133,21 +4124,12 @@ "dev": true }, "@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, - "requires": { - "@types/node": "*", - "@types/through": "*" - } - }, - "@types/through": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz", - "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/@types/tape/-/tape-5.6.5.tgz", + "integrity": "sha512-/Eer3ugx8wLoJ4FFD2QzAO2RjuAys60WzvnVhOREHg+EGazbae9N095pLPGhDRErBkngl8YjZ1hApQ79UHraaQ==", "dev": true, "requires": { + "@ljharb/through": "*", "@types/node": "*" } }, diff --git a/package.json b/package.json index 0f9d3f2..287bf07 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@mathigon/fermat": "1.1.23" }, "devDependencies": { - "@types/tape": "5.6.4", + "@types/tape": "5.6.5", "@typescript-eslint/eslint-plugin": "8.14.0", "@typescript-eslint/parser": "8.14.0", "esbuild": "0.24.0",