From 4d2f7082cacfe6f48853447bae3a12cd51b02ab4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 05:54:35 +0000 Subject: [PATCH] Bump typescript from 3.4.5 to 3.6.4 in /Web/ClientApp Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.5 to 3.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.4.5...v3.6.4) Signed-off-by: dependabot-preview[bot] --- Web/ClientApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/ClientApp/package-lock.json b/Web/ClientApp/package-lock.json index 07c3a3e..5dc51ba 100644 --- a/Web/ClientApp/package-lock.json +++ b/Web/ClientApp/package-lock.json @@ -17068,9 +17068,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", + "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==", "dev": true }, "ua-parser-js": {