diff --git a/package-lock.json b/package-lock.json index d1caf5c..9489428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "remark-rehype": "^11.1.1", "shiki": "^1.24.0", "sitemap": "^8.0.0", - "typescript": "5.6.2", + "typescript": "5.7.2", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vue-tsc": "^2.0.6", @@ -11999,11 +11999,10 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmmirror.com/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==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 1bebdfd..8fe4d07 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "remark-rehype": "^11.1.1", "shiki": "^1.24.0", "sitemap": "^8.0.0", - "typescript": "5.6.2", + "typescript": "5.7.2", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vue-tsc": "^2.0.6",