Webpack on nextjs always throws depency warnings
## The problem
Everything is latest version, these warnings are very annoying warn - ./node_modules/cloudinary/lib-es5/utils/index.js Critical dependency: the request of a dependency is an...
## The fix
Upgrade the Cloudinary npm package to the release that replaced proxy-agent with the native https.Agent. Multiple Next.js users confirmed the dependency warnings disappeared after the upgrade.