Skip to content

Commit 36046f0

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#160)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 Co-authored-by: snyk-bot <[email protected]>
1 parent 02089e8 commit 36046f0

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

package-lock.json

Lines changed: 40 additions & 40 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
@@ -18,7 +18,7 @@
1818
"axios": "^1.11.0",
1919
"eslint": "9.32.0",
2020
"eslint-config-next": "15.4.5",
21-
"next": "15.4.5",
21+
"next": "15.4.7",
2222
"react": "19.1.1",
2323
"react-dom": "19.1.1",
2424
"react-icons": "^5.5.0",

0 commit comments

Comments
 (0)