diff --git a/package-lock.json b/package-lock.json index 75e72161..80b23aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8521,9 +8521,9 @@ } }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index 78392953..8d571519 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "js-yaml": "^3.13.1", "prettier": "^1.19.1", "ts-jest": "^24.2.0", - "typescript": "^3.6.4" + "typescript": "^3.9.7" } }