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 #10

Closed
kir12 opened this issue Sep 5, 2023 · 2 comments
Closed

update dependencies #10

kir12 opened this issue Sep 5, 2023 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@kir12
Copy link
Owner

kir12 commented Sep 5, 2023

several dependencies are squawking security issues due to being too old.

  • update dependencies by order of importance to project, and test individually to ensure no regressions
@kir12 kir12 added the dependencies Pull requests that update a dependency file label Sep 5, 2023
@kir12
Copy link
Owner Author

kir12 commented Sep 6, 2023

workflow:

  1. run npm outdated
  2. run npm update --save {PACKAGE}
  3. run npm run start to check functionality
    current status: fontawesome updated with no issues, attempting to update bootstrap caused new bug where filter no results window is stuck at the top of the screen

@kir12 kir12 changed the title update dependencies update dependencies RESUME HERE Sep 6, 2023
@kir12 kir12 changed the title update dependencies RESUME HERE update dependencies Sep 6, 2023
@kir12 kir12 pinned this issue Sep 6, 2023
@kir12
Copy link
Owner Author

kir12 commented Feb 24, 2024

react-script related issues were uncovered as being false positives see here, closing as npm audit --production didn't yield anything else

@kir12 kir12 closed this as completed Feb 24, 2024
@kir12 kir12 unpinned this issue Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant