From 5fc0737f1bddd096dc3e8084299e17ae033fdc3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 21:53:53 +0000 Subject: [PATCH] Bump typescript from 3.7.3 to 3.7.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.3 to 3.7.4. - [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 63d56b9..cd43156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16459,9 +16459,9 @@ "dev": true }, "typescript": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.3.tgz", - "integrity": "sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", + "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==", "dev": true }, "typescript-compare": { diff --git a/package.json b/package.json index 28c2bcb..130513b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "^1.19.1", "react-scripts": "^3.3.0", "redux-saga-test-plan": "^4.0.0-rc.3", - "typescript": "^3.7.3" + "typescript": "^3.7.4" }, "dependencies": { "@coreui/coreui": "^2.1.16",