From a9c34f9aa7b6eadbac1a45dd44080c4270f837af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Oct 2022 16:10:14 +0000 Subject: [PATCH] fix: upgrade typescript from 4.2.4 to 4.8.4 Snyk has created this PR to upgrade typescript from 4.2.4 to 4.8.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/25ac05ba-3edb-4b8f-918e-b138ac827637?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/types-use-ipfs-from-typed-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/types-use-ipfs-from-typed-js/package.json b/examples/types-use-ipfs-from-typed-js/package.json index 824905c83a..5f6f1a2a68 100644 --- a/examples/types-use-ipfs-from-typed-js/package.json +++ b/examples/types-use-ipfs-from-typed-js/package.json @@ -5,7 +5,7 @@ "ipfs": "^0.55.3" }, "devDependencies": { - "typescript": "4.2.x" + "typescript": "4.8.4" }, "scripts": { "test": "tsc --noEmit"