From d0cb02cf4c0e64852cd528f09aa3c21069a570f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 02:32:48 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 4.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v4.0.3) Signed-off-by: dependabot-preview[bot] --- 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 8ee10a16..93c2a808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10955,9 +10955,9 @@ } }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", "dev": true }, "typescript-language-server": { diff --git a/package.json b/package.json index c016c3e5..c33251cb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "remark-preset-lint-recommended": "*", "stylelint": "^13.6.1", "stylelint-config-prettier": "^8.0.2", - "typescript": "^3.9.5", + "typescript": "^4.0.3", "typescript-language-server": "^0.4.0", "vscode-css-languageserver-bin": "^1.4.0", "vscode-html-languageserver-bin": "^1.4.0",