From 023bb8f15011b63877891143b0d8f3e0bef69e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 15:31:56 +0800 Subject: [PATCH] chore: bump typescript from 3.9.7 to 4.0.2 in /web3.js (#11925) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 12 +++++++++--- web3.js/package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index c9912b8720..4caa7e5de6 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -10212,6 +10212,12 @@ "requires": { "has-flag": "^3.0.0" } + }, + "typescript": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "dev": true } } }, @@ -22855,9 +22861,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", + "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==", "dev": true }, "typescript-compiler": { diff --git a/web3.js/package.json b/web3.js/package.json index 62204d2125..8b8c1d21ae 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -136,7 +136,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-terser": "^7.0.0", "semantic-release": "^17.0.2", - "typescript": "^3.8.3", + "typescript": "^4.0.2", "watch": "^1.0.2" } }