diff --git a/package-lock.json b/package-lock.json index 871e3d5..8192a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/mustache": "^4.2.2", "@types/node": "^18.14.0", "tailwindcss": "^3.2.6", - "typescript": "^4.9.5" + "typescript": "^5.1.3" } }, "node_modules/@nodelib/fs.scandir": { @@ -995,16 +995,16 @@ } }, "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.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/util-deprecate": { diff --git a/package.json b/package.json index af009bc..0d2c0d3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/mustache": "^4.2.2", "@types/node": "^18.14.0", "tailwindcss": "^3.2.6", - "typescript": "^4.9.5" + "typescript": "^5.1.3" }, "dependencies": { "socket.io": "^4.6.0"