Environment
SaaS (https://sentry.io/)
Steps to Reproduce
When starting a Next Js dev server I get the warning
(node:62150) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
you can see the problem here https://github.com/Pmacdon15/util._extent also if I just use a regular next config there is no issue
Expected Result
I would like to not get this warning every time I start a server please.
Actual Result
I get the warning
(node:62150) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Product Area
Processing
Link
https://landscapefriend.sentry.io/organizations/landscapefriend/
DSN
No response
Version
"@sentry/nextjs": "^10",