diff --git a/package-lock.json b/package-lock.json index 97e61a5c..c8908320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "rollup": "^4.38.0", "ts-jest": "^29.3.0", "typedoc": "^0.28.1", - "typescript": "^5.6.3" + "typescript": "^5.8.2" } }, "node_modules/@ampproject/remapping": { @@ -6321,9 +6321,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "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 f76a74bf..83f5cf73 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "rollup": "^4.38.0", "ts-jest": "^29.3.0", "typedoc": "^0.28.1", - "typescript": "^5.6.3" + "typescript": "^5.8.2" }, "publishConfig": { "access": "public",