diff --git a/package-lock.json b/package-lock.json index 3b5e2e1599..9950a36b3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,6 @@ "isomorphic-ws": "^5.0.0", "js-yaml": "^4.1.0", "jsonpath-plus": "^10.2.0", - "openid-client": "^6.1.3", "request": "^2.88.0", "rfc4648": "^1.3.0", "socks-proxy-agent": "^8.0.4", @@ -49,7 +48,7 @@ "tslint": "^6.1.3", "tsx": "^4.19.1", "typedoc": "^0.27.1", - "typescript": "~5.7.2" + "typescript": "~5.8.2" }, "optionalDependencies": { "openid-client": "^6.1.3" @@ -4925,10 +4924,11 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8667,9 +8667,9 @@ } }, "typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "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 }, "uc.micro": { diff --git a/package.json b/package.json index 2ae6b48f0a..dc99021f5a 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "tslint": "^6.1.3", "tsx": "^4.19.1", "typedoc": "^0.27.1", - "typescript": "~5.7.2" + "typescript": "~5.8.2" }, "optionalDependencies": { "openid-client": "^6.1.3"