diff --git a/package-lock.json b/package-lock.json index c44004d..f874518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25706,9 +25706,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", "dev": true }, "unbzip2-stream": { diff --git a/package.json b/package.json index 4d86f4f..3efa292 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,6 @@ "jest": "^26.4.2", "prettier": "2.0.5", "react-test-renderer": "^16.13.1", - "typescript": "^3.9.7" + "typescript": "^4.0.3" } }