From fffed1081cd4f6479f3d60f7c11085640f418acc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 05:28:14 +0000 Subject: [PATCH] Bump typescript from 3.4.5 to 3.6.3 in /Web/ClientApp Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.5 to 3.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.4.5...v3.6.3) 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..4acb2c4 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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", + "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", "dev": true }, "ua-parser-js": {