diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 8e2d5593e..98410f82d 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -35,7 +35,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.3", "prettier": "^3.3.3", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vite": "^5.4.10", "vitest": "^2.1.4" } @@ -3808,9 +3808,9 @@ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/code/frontend/package.json b/code/frontend/package.json index e2bdf900c..64e39baac 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -37,7 +37,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.3", "prettier": "^3.3.3", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vite": "^5.4.10", "vitest": "^2.1.4" }