diff --git a/package-lock.json b/package-lock.json index e345dcb..d85fd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "tailwindcss": "3.4.13", "tailwindcss-animate": "^1.0.7", "typeify": "^0.1.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "uuid": "^10.0.0" }, "devDependencies": { @@ -14890,9 +14890,9 @@ "integrity": "sha512-FdRIx8lQ7clo1L19NtZ1ldvK6pxX5+JTuj3uIm1um3NTuXunJWEIf2XjEm1oqsYratjNHlCrzT/TraGwLBZjjA==" }, "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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index c98e45b..5d41fad 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "tailwindcss": "3.4.13", "tailwindcss-animate": "^1.0.7", "typeify": "^0.1.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "uuid": "^10.0.0" }, "devDependencies": {