diff --git a/package-lock.json b/package-lock.json index c264bfb..f9b7420 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.6.2" }, "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.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2926ccc..4dd194d 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.6.2" } }