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
Building PFE generates the following security warning in the build output (during the npm ci step.)
superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
The new API client, in the monorepo, is built on top of Superagent 8 too, so this warning affects all Zooniverse frontend projects (including Lab, Classrooms, Translations etc.)
Building PFE generates the following security warning in the build output (during the
npm ci
step.)Superagent probably needs to be upgraded in the API client, rather than directly in PFE. See zooniverse/panoptes-javascript-client#243.
The text was updated successfully, but these errors were encountered: