Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #179

Open
nuest opened this issue Oct 6, 2020 · 2 comments
Open

Update dependencies #179

nuest opened this issue Oct 6, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nuest
Copy link
Member

nuest commented Oct 6, 2020

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 nuest added the bug Something isn't working label Oct 6, 2020
@nuest
Copy link
Member Author

nuest commented Oct 6, 2020

Fix deprecation warnings for ui:

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.

njakuschona added a commit that referenced this issue Dec 28, 2020
nuest added a commit that referenced this issue Jan 8, 2021
@nuest nuest closed this as completed Jan 8, 2021
@njakuschona njakuschona reopened this Mar 8, 2021
@njakuschona
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants