diff --git a/client/package.json b/client/package.json index 196ff83..d683c32 100644 --- a/client/package.json +++ b/client/package.json @@ -13,6 +13,6 @@ "devDependencies": { "copyfiles": "^2.4.1", "eslint": "^9.0.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } } diff --git a/package-lock.json b/package-lock.json index dc7708a..fee8a0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "copyfiles": "^2.4.1", "eslint": "^9.0.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2284,9 +2284,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -2470,7 +2470,7 @@ "@types/express": "^4.17.21", "@types/ws": "^8.5.10", "express": "^4.19.2", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "ws": "^8.16.0" } } diff --git a/server/package.json b/server/package.json index 2e7cc16..af9e0b9 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,7 @@ "@types/express": "^4.17.21", "@types/ws": "^8.5.10", "express": "^4.19.2", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "ws": "^8.16.0" } }