Skip to content

Commit 2325470

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent 5577a79 commit 2325470

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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.0.8",
1616
"@types/react-dom": "19.0.3",
1717
"@vercel/analytics": "^1.4.0",
18-
"axios": "^1.7.7",
18+
"axios": "^1.8.2",
1919
"eslint": "9.20.0",
2020
"eslint-config-next": "15.1.6",
2121
"next": "15.1.6",

0 commit comments

Comments
 (0)