### Confirm this is a Typescript library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Typescript library ### Describe the bug Deprecated dependency: node-domexception@1.0.0 via formdata-node The Cloudflare TypeScript SDK is currently using a deprecated dependency `node-domexception@1.0.0` through the `formdata-node` package, which causes deprecation warnings during package installation. ### To Reproduce @opennextjs/cloudflare@1.6.1 ↓ cloudflare@4.5.0 ↓ formdata-node@4.4.1 ↓ node-domexception@1.0.0 (DOMException polyfill) <img width="573" height="103" alt="Image" src="https://github.com/user-attachments/assets/0fa02bfc-2c08-4d46-8b1f-fc10a20c4966" /> "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", "abort-controller": "^3.0.0", "agentkeepalive": "^4.2.1", "form-data-encoder": "1.7.2", "formdata-node": "^4.3.2", "node-fetch": "^2.6.7" }, https://github.com/octet-stream/form-data/issues/84 ### Code snippets ```Typescript ``` ### OS macOS ### Runtime version Typescript 5.8.3 ### Library version 4.5