diff --git a/package-lock.json b/package-lock.json index 6daa280..6887357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "prettier": "^3.3.2", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "typescript-eslint": "^7.14.1" } }, @@ -5226,9 +5226,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 1e6926d..01011d2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@types/node": "^20.14.8", "@types/jest": "^29.5.12", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "ts-node": "^10.9.2", "typescript-eslint":"^7.14.1", "@typescript-eslint/eslint-plugin": "^7.7.1",