From 2410a8f2ee116f2bd6e284a8ac3e558c31aaff43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 20:48:17 +0000 Subject: [PATCH] Bump typescript from 3.5.3 to 3.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 c3e90d0..b1dce64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18268,9 +18268,9 @@ "dev": true }, "typescript": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", - "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz", + "integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 0c1eab4..63f5434 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "ts-node": "^8.3.0", "tsconfig-paths": "^3.8.0", "tsconfig-paths-jest": "0.0.1", - "typescript": "^3.5.3", + "typescript": "^3.8.2", "vinyl": "^2.2.0", "webpack": "^4.39.2", "webpack-stream": "^5.2.1"