o2r-project / o2r-UI

User interface for creating and examining Executable Research Compendia (ERC)
https://o2r.uni-muenster.de/
Apache License 2.0
3 stars 5 forks source link

Update dependencies #179

Open nuest opened 4 years ago

nuest commented 4 years ago

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)
nuest commented 4 years ago

Fix deprecation warnings for ui:

daniel@nuest ~/git/o2r/o2r-UI/ui/bindings [master]$ npm install
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated circular-json@0.3.3: 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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
njakuschona commented 3 years ago

It was not possible to update specific packages: react-leaflet version 3 in combination with react-leaflet-draw: https://github.com/alex3165/react-leaflet-draw/issues/87 Formik version 2 since switched to function https://github.com/formium/formik/issues/1603 socket.io-client: Server must have the same version as client