diff --git a/package-lock.json b/package-lock.json index fe39f69..920b781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "postcss-import": "^15.0.0", "rollup-plugin-visualizer": "^5.8.1", "tailwindcss": "^3.1.8", - "typescript": "^4.8.3", + "typescript": "^5.2.2", "vite": "^4.0.3", "vitepress": "^1.0.0-alpha.29", "vitest": "^0.32.2", @@ -5120,15 +5120,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ufo": { diff --git a/package.json b/package.json index 65c8b7e..26fa82d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "postcss-import": "^15.0.0", "rollup-plugin-visualizer": "^5.8.1", "tailwindcss": "^3.1.8", - "typescript": "^4.8.3", + "typescript": "^5.2.2", "vite": "^4.0.3", "vitepress": "^1.0.0-alpha.29", "vitest": "^0.32.2",