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

upgrade vulnerable dependency versions #1023

Merged
merged 2 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. upgrade vulnerable dependency versions

    The following dependencies were listed as vulnerable by npm audit:
    - @sveltejs/kit: v1.30.3->v1.30.4 due to (low):
      - undici: v5.26.5->v5.28.3 (low)
    - vite: v4.5.1 -> v4.5.2 (**high**)
    
    This patch fixes the following vulnerabilities:
    - undici: GHSA-3787-6prv-h9w3 (proxy-authorization header...)
    - vite: GHSA-c24v-8rfc-w8vw (server.fs.deny bypass...)
    
    Except for svelte-check (fails due to lack of environment), all checks
    pass per `npm run all`. Site loads correctly on `npm run dev`.
    
    Signed-off-by: Amy Parker <amy@amyip.net>
    amyipdev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b8521c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38435b1 View commit details
    Browse the repository at this point in the history