diff --git a/package-lock.json b/package-lock.json index e33cbdb..cc8b126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", "jsdom": "^25.0.0", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "typescript-eslint": "^8.4.0", "vite": "^5.4.3", "vite-plugin-dts": "^4.1.1", @@ -6346,9 +6346,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 0a462e2..455814f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", "jsdom": "^25.0.0", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "typescript-eslint": "^8.4.0", "vite": "^5.4.3", "vite-plugin-dts": "^4.1.1",