diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 14f8238..afe2cc7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14814,9 +14814,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", - "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==" + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/frontend/package.json b/frontend/package.json index 79eae5d..63707a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "redux": "^4.0.5", "redux-thunk": "^2.3.0", "strip-json-comments": "^3.0.1", - "typescript": "3.6.4" + "typescript": "3.9.10" }, "scripts": { "start": "react-scripts start",