diff --git a/package-lock.json b/package-lock.json index d8e88517..cd665a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "lint-staged": "^15.4.3", "prettier": "^3.5.2", "release-please": "^16.18.0", - "typescript": "^5.7.3" + "typescript": "^5.8.2" }, "engines": { "node": "20.x || 22.x" @@ -13261,10 +13261,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" @@ -13287,9 +13288,9 @@ } }, "node_modules/undici": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.3.0.tgz", - "integrity": "sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.4.0.tgz", + "integrity": "sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw==", "dev": true, "license": "MIT", "engines": { @@ -13757,7 +13758,7 @@ "express": "^4.21.2", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.3.0" + "undici": "^7.4.0" }, "engines": { "node": "20.x || 22.x" diff --git a/package.json b/package.json index c3830e41..4fd7fc11 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint-staged": "^15.4.3", "prettier": "^3.5.2", "release-please": "^16.18.0", - "typescript": "^5.7.3" + "typescript": "^5.8.2" }, "engines": { "node": "20.x || 22.x" diff --git a/packages/fetch-error-handler/package.json b/packages/fetch-error-handler/package.json index 9bef880b..dfecd072 100644 --- a/packages/fetch-error-handler/package.json +++ b/packages/fetch-error-handler/package.json @@ -23,6 +23,6 @@ "express": "^4.21.2", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.3.0" + "undici": "^7.4.0" } }