diff --git a/EmbarkIt/package-lock.json b/EmbarkIt/package-lock.json index 8824b3b..5915ca1 100644 --- a/EmbarkIt/package-lock.json +++ b/EmbarkIt/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "typescript": "^5.2.2", + "typescript": "^5.7.2", "vite": "^5.0.13" } }, @@ -3585,9 +3585,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/EmbarkIt/package.json b/EmbarkIt/package.json index b91fcee..5796a82 100644 --- a/EmbarkIt/package.json +++ b/EmbarkIt/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "typescript": "^5.2.2", + "typescript": "^5.7.2", "vite": "^5.0.13" } }