From 1c1c4eb0d15b0acf47dd2b999b432c12f4a05123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 09:02:44 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.0.3 in /server Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.3) Signed-off-by: dependabot[bot] --- server/package-lock.json | 6 +++--- server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 27a7c636e..bef3a0fb9 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -5194,9 +5194,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==" }, "union-value": { "version": "1.0.1", diff --git a/server/package.json b/server/package.json index a45b39b3e..7af7e5116 100644 --- a/server/package.json +++ b/server/package.json @@ -35,7 +35,7 @@ "redis": "^3.0.2", "ts-loader": "^8.0.4", "ts-node": "^9.0.0", - "typescript": "^3.9.7", + "typescript": "^4.0.3", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-node-externals": "^2.5.2",