diff --git a/package-lock.json b/package-lock.json index ef3183e..1b8a366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13009,9 +13009,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", - "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "uncontrollable": { "version": "7.1.1", diff --git a/package.json b/package.json index 587768f..f647710 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "16.13.1", "react-router-dom": "5.2.0", "react-scripts": "3.4.1", - "typescript": "4.0.3" + "typescript": "4.9.5" }, "scripts": { "start": "react-scripts start",