From 5a5f9aed0d120b71e51d2da676877325a0cbfc38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 12:19:47 +0300 Subject: [PATCH] Bump typescript from 3.9.3 to 3.9.5 (#1733) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 6525c878..6998370e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18033,9 +18033,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz", - "integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==" + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", + "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index f333d720..f02c89f2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-scripts": "3.4.1", "roughjs": "4.3.1", "socket.io-client": "2.3.0", - "typescript": "3.9.3" + "typescript": "3.9.5" }, "devDependencies": { "@types/lodash.throttle": "4.1.6",