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

fix: Security issues reported by NPM audit #436

Merged
merged 1 commit into from
Jan 27, 2025
Merged

fix: Security issues reported by NPM audit #436

merged 1 commit into from
Jan 27, 2025

Conversation

allansson
Copy link
Collaborator

@allansson allansson commented Jan 27, 2025

Description

This PR fixes 2 high and 1 medium security issues as reported by npm audit. These only affected the development environment, but keeping them around might obscure more important issues in the future.

How to Test

  1. npm i.
  2. Try to start the app.

There should be no audit warnings and the app should start like usual.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (npm run lint) and all checks pass.
  • I have run tests locally (npm test) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Screenshots (if appropriate):

Related PR(s)/Issue(s)

@allansson allansson marked this pull request as ready for review January 27, 2025 13:28
@allansson allansson requested a review from a team as a code owner January 27, 2025 13:28
Copy link
Member

@Llandy3d Llandy3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@allansson allansson merged commit 5b1fc2c into main Jan 27, 2025
7 checks passed
@allansson allansson deleted the fix/npm-audit branch January 27, 2025 13:50
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

Successfully merging this pull request may close these issues.

3 participants