diff --git a/package-lock.json b/package-lock.json index 78ff4fb..5bc2a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.5", "tailwindcss": "^3.2.7", - "typescript": "^5.0.2" + "typescript": "^5.1.3" } }, "node_modules/@adobe/css-tools": { @@ -7708,15 +7708,15 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 8ca10c8..0c090c9 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.5", "tailwindcss": "^3.2.7", - "typescript": "^5.0.2" + "typescript": "^5.1.3" } }