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
Installing graphqurl using pnpm causes two warnings:
WARN deprecated cli-ux@4.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
WARN deprecated subscriptions-transport-ws@0.9.18: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
Maybe it's worth to migrate from cli-ux to oclif/core and from subscriptions-transport-ws to graphql-ws to avoid potential security issues in unmaintained software...
The text was updated successfully, but these errors were encountered:
Installing graphqurl using
pnpm
causes two warnings:Maybe it's worth to migrate from cli-ux to oclif/core and from subscriptions-transport-ws to graphql-ws to avoid potential security issues in unmaintained software...
The text was updated successfully, but these errors were encountered: