From 7a7e8a9598720b9e02d6535ff26c937c1a9bf9af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Jun 2021 18:40:35 +0000 Subject: [PATCH] fix: upgrade typescript from 4.2.4 to 4.3.2 Snyk has created this PR to upgrade typescript from 4.2.4 to 4.3.2. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/baby636/project/aff67ece-a7b9-4127-95ab-0685824a31d0?utm_source=github&utm_medium=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 674816218b..a1f63f162b 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.1" }, "devDependencies": { - "typescript": "4.2.x" + "typescript": "4.3.2" }, "scripts": { "test": "tsc --noEmit"