diff --git a/package-lock.json b/package-lock.json index 91bc5e1..dcf9858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "npm-package-json-lint": "^8.0.0", "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^3.3.3", - "typescript": "^5.5.4" + "typescript": "^5.6.2" }, "engines": { "node": ">=18.18.0", @@ -6987,9 +6987,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index e04247d..05e7129 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "npm-package-json-lint": "^8.0.0", "npm-package-json-lint-config-tc": "^8.0.1", "prettier": "^3.3.3", - "typescript": "^5.5.4" + "typescript": "^5.6.2" }, "dependencies": { "eslint-config-prettier": "^9.1.0"