diff --git a/package-lock.json b/package-lock.json index d7a28bb..f6006bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "pretty-quick": "4.1.1", "rimraf": "6.0.1", "ts-jest": "29.2.6", - "typescript": "5.5.4" + "typescript": "5.8.2" }, "engines": { "node": ">=18.0.0" @@ -4691,9 +4691,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.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index fef7cb1..f691775 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "pretty-quick": "4.1.1", "rimraf": "6.0.1", "ts-jest": "29.2.6", - "typescript": "5.5.4" + "typescript": "5.8.2" } }