Skip to content

Commit b57de74

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#150)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 Co-authored-by: snyk-bot <[email protected]>
1 parent 9cad67a commit b57de74

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@types/react": "19.0.10",
1616
"@types/react-dom": "19.0.4",
1717
"@vercel/analytics": "^1.5.0",
18-
"axios": "^1.8.2",
18+
"axios": "^1.8.3",
1919
"eslint": "9.21.0",
2020
"eslint-config-next": "15.2.0",
21-
"next": "15.2.0",
21+
"next": "15.2.3",
2222
"react": "19.0.0",
2323
"react-dom": "19.0.0",
2424
"react-icons": "^5.5.0",

0 commit comments

Comments
 (0)