You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing punycode deprecation warnings coming from @c8y/clientcross-fetch dependency. Currently there is no fix available for @c8y/client addressing the issue.
(node:7279) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
at node:punycode:3:9
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10)
at loadBuiltinModule (node:internal/modules/helpers:114:7)
at Function._load (node:internal/modules/cjs/loader:1100:17)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
at Module.require (node:internal/modules/cjs/loader:1340:12)
at require (node:internal/modules/helpers:141:16)
at Object.<anonymous> (/Users/twi/Projects/cumulocity-cypress/node_modules/whatwg-url/lib/url-state-machine.js:2:18)
The text was updated successfully, but these errors were encountered:
Seeing punycode deprecation warnings coming from
@c8y/client
cross-fetch
dependency. Currently there is no fix available for@c8y/client
addressing the issue.The text was updated successfully, but these errors were encountered: