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
I just ran npm audit fix and not all problems could be resolved:
fixed 3497 of 3599 vulnerabilities in 2561 scanned packages
101 vulnerabilities required manual review and could not be updated
1 package update for 1 vulnerability involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
The text was updated successfully, but these errors were encountered:
daniel@nuest ~/git/o2r/o2r-UI/ui/bindings [master]$ npm install
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
Fix deprecation warnings for bindings:
daniel@nuest ~/git/o2r/o2r-UI/ui/bindings [master]$ npm install
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
It was not possible to update specific packages:
react-leaflet version 3 in combination with react-leaflet-draw: alex3165/react-leaflet-draw#87
Formik version 2 since switched to function jaredpalmer/formik#1603
socket.io-client: Server must have the same version as client
I just ran
npm audit fix
and not all problems could be resolved:The text was updated successfully, but these errors were encountered: