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",