diff --git a/website/package-lock.json b/website/package-lock.json index 2ad227f5..72a9b01d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.29.0", "astro": "^4.16.3", "sharp": "^0.33.5", - "typescript": "^5.6.2" + "typescript": "^5.7.2" } }, "node_modules/@ampproject/remapping": { @@ -6312,9 +6312,9 @@ "integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==" }, "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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/website/package.json b/website/package.json index 7ee33ede..b7967cb7 100644 --- a/website/package.json +++ b/website/package.json @@ -14,6 +14,6 @@ "astro": "^4.16.3", "sharp": "^0.33.5", "@astrojs/check": "^0.9.3", - "typescript": "^5.6.2" + "typescript": "^5.7.2" } } \ No newline at end of file