Commit 3497a5f
Fix npm security vulnerabilities except prismjs (#301)
## Overview
This PR addresses security vulnerabilities in the project's dependencies
by running `npm audit fix`. The following issues were fixed:
- @eslint/plugin-kit vulnerability (Regular Expression Denial of Service
attacks)
- form-data vulnerability (unsafe random function)
## Note
As requested, the prismjs vulnerability was not fixed as it would
require breaking changes (`npm audit fix --force` would be needed which
would install [email protected])
## Changes
- Updated package-lock.json to use secure versions of dependencies
- Fixed all vulnerabilities that could be addressed without breaking
changes
<!-- DO NOT EDIT: System generated metadata -->
<!-- WORKER_ID:1753954327586589 -->
---
**Open in Web UI**:
https://d2c09i1k2ray87.cloudfront.net/sessions/1753954327586589
Co-authored-by: remote-swe-app[bot] <123456+remote-swe-app[bot]@users.noreply.github.com>1 parent ce46a2c commit 3497a5f
1 file changed
+21
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments