diff --git a/package-lock.json b/package-lock.json index f7103161d4..357f47f559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "semantic-release": "^24.0.0", "titleize": "^4.0.0", "ts-expect": "^1.3.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">= 18" @@ -10298,9 +10298,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 c09a7e1f52..df7316af0c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "semantic-release": "^24.0.0", "titleize": "^4.0.0", "ts-expect": "^1.3.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "scripts": { "test": "npm run build && npm run test:specs && npm run test:unit",