diff --git a/package-lock.json b/package-lock.json index 8e1073ef..1cf3eeca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18327,9 +18327,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==" }, "unherit": { "version": "1.1.3", diff --git a/package.json b/package.json index 1b6b155a..bf951610 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-three-fiber": "4.2.4", "tailwindcss": "1.4.6", "three": "0.116.1", - "typescript": "3.8.3", + "typescript": "4.3.4", "zustand": "2.2.3" } }