From f16cd8cd00b2b7c4d37cb508b019fde5e2dc802b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 15:01:01 +0800 Subject: [PATCH] build(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#90) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] Signed-off-by: Xiang Dai Co-authored-by: Xiang Dai Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 704219133f..7a9a904343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2309,9 +2309,9 @@ "dev": true }, "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index cddf13a5dc..db20d7eafa 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-simple-import-sort": "^5.0.2", "prettier": "^2.1.1", - "typescript": "^4.0.2" + "typescript": "^4.0.3" } }