Skip to content

Commit c6fcef8

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#164)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 Co-authored-by: snyk-bot <[email protected]>
1 parent 37d6ef7 commit c6fcef8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 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.1.9",
1616
"@types/react-dom": "19.1.7",
1717
"@vercel/analytics": "^1.5.0",
18-
"axios": "^1.11.0",
18+
"axios": "^1.12.0",
1919
"eslint": "9.32.0",
2020
"eslint-config-next": "15.4.5",
2121
"next": "15.4.7",

0 commit comments

Comments
 (0)