diff --git a/package-lock.json b/package-lock.json index c352b27..bf6c457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prettier": "^3.3.3", "tslint": "^6.1.3", "tsx": "^4.19.1", - "typescript": "^5.5.3" + "typescript": "^5.6.2" } }, "node_modules/@babel/code-frame": { @@ -7373,10 +7373,11 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 5d46ce9..f9f8319 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prettier": "^3.3.3", "tslint": "^6.1.3", "tsx": "^4.19.1", - "typescript": "^5.5.3" + "typescript": "^5.6.2" }, "dependencies": { "@commander-js/extra-typings": "^12.1.0",