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 for frontend and cdk #139

Open
Mjtlittle opened this issue Nov 10, 2023 · 0 comments
Open

Update dependencies for frontend and cdk #139

Mjtlittle opened this issue Nov 10, 2023 · 0 comments

Comments

@Mjtlittle
Copy link
Collaborator

Just update python and node packages

Below is the list of packages that dependabot wanted to update. Don't think there is much risk to leaving these stale as all infra is aws services and the site is client side. But its always nice to have fresh versions.

  • /cdk
    • cryptography from 39.0.1 to 41.0.3
    • certifi from 2022.12.7 to 2023.7.22
    • requests from 2.27.1 to 2.31.0
    • werkzeug from 2.0.3 to 2.2.3
  • /site/visitor-console (I think you can just run npm update --save)
    • vite from 2.9.13 to 2.9.16
    • both of these were opened as changes to package.lock which includes the exact version of all dependencies including those of all child dependencies. I would just update all direct dependencies (package.json) and hope these get updated, and/or ignore them.
      • word-wrap from 1.2.3 to 1.2.4
      • semver from 6.3.0 to 6.3.1

I disabled dependabot for the time being, as it likes to spam prs over time. This issue is just so I can close all these prs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant