diff --git a/package-lock.json b/package-lock.json index c264bfb..17d8797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "prettier": "^3.1.0", "prettier-eslint": "^16.1.2", "ts-jest": "^29.1.1", - "typescript": "^5.4.4" + "typescript": "^5.5.3" }, "engines": { "node": ">=20" @@ -8539,9 +8539,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.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2926ccc..66d94c7 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,6 @@ "prettier": "^3.1.0", "prettier-eslint": "^16.1.2", "ts-jest": "^29.1.1", - "typescript": "^5.4.4" + "typescript": "^5.5.3" } }