From 52a0636bf04eac37b7c03fbcb6d1acce049802d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:31:27 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v4.3.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..2b341eb0 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.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", + "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", "dev": true }, "typescript-language-server": { diff --git a/package.json b/package.json index c016c3e5..09f2804a 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.3.3", "typescript-language-server": "^0.4.0", "vscode-css-languageserver-bin": "^1.4.0", "vscode-html-languageserver-bin": "^1.4.0",