fix(deps): Resolve vulnerabilities by updating dependencies #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This pull request resolves two reported vulnerabilities (1 low, 1 high) according to
npm audit
by updating specific package dependencies in the project. Ensuring up-to-date and secure dependencies improves the overall security and stability of the application.Changes Made
@eslint/plugin-kit
from version0.2.2
to0.2.4
to address a low severity vulnerability.cross-spawn
from version7.0.3
to7.0.6
to address a high severity vulnerability.@eslint/js
, from the ESLint module to reduce dependency bloat.NPM Audit Report
Impact
Summary
This pull request eliminates the reported vulnerabilities in the project by updating the affected dependencies to their latest secure versions. This enhances the application's security posture and ensures its dependency graph is clean.