Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#365)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
hizumiaoba and snyk-bot authored Dec 21, 2024
1 parent b063c7f commit f010d0d
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 75 deletions.
178 changes: 104 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"eslint": "9.11.1",
"eslint": "9.15.0",
"eslint-config-next": "14.2.13",
"next": "14.2.13",
"react": "18.3.1",
Expand Down

0 comments on commit f010d0d

Please sign in to comment.