diff --git a/package-lock.json b/package-lock.json index 999357b..8890d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "lint-staged": "^15.2.5", "rollup": "^4.18.0", "semantic-release": "^22.0.12", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "engines": { "node": ">=18.0.0" @@ -14045,9 +14045,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 8346e89..61e293c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lint-staged": "^15.2.5", "rollup": "^4.18.0", "semantic-release": "^22.0.12", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "lint-staged": { ".js": "npm run lint:fix",