diff --git a/package-lock.json b/package-lock.json index aea6dc0..5682b0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-tailwindcss": "^3.13.0", "postcss": "^8.4.18", "tailwindcss": "^3.2.4", - "typescript": "^4.9.5" + "typescript": "^5.2.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -18812,15 +18812,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/uglify-js": { diff --git a/package.json b/package.json index a5fb6c8..be467cc 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "eslint-plugin-tailwindcss": "^3.13.0", "postcss": "^8.4.18", "tailwindcss": "^3.2.4", - "typescript": "^4.9.5" + "typescript": "^5.2.2" } }