diff --git a/package-lock.json b/package-lock.json index 3a9f22c..44d1d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gh-pages": "^6.2.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", - "typescript": "^5.2.2", + "typescript": "^6.0.2", "vite": "^5.1.4" } }, @@ -4652,9 +4652,10 @@ } }, "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": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index d3a9072..2847b58 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gh-pages": "^6.2.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", - "typescript": "^5.2.2", + "typescript": "^6.0.2", "vite": "^5.1.4" } } \ No newline at end of file