Skip to content

Commit c4cff5d

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#179)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent b3f312a commit c4cff5d

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "19.2.8",
1616
"@types/react-dom": "19.2.3",
1717
"@vercel/analytics": "^1.6.1",
18-
"axios": "^1.13.2",
18+
"axios": "^1.13.5",
1919
"eslint": "9.39.2",
2020
"eslint-config-next": "16.1.1",
2121
"next": "16.1.6",

0 commit comments

Comments
 (0)