Skip to content

Commit 9be9f20

Browse files
Remediate vulnerabilities in package.json
1 parent f8f0c70 commit 9be9f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"axios": "^1.8.4",
12+
"axios": "1.12.0",
1313
"js-yaml": "^4.1.0",
14-
"next": "15.2.2",
14+
"next": "15.4.7",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

0 commit comments

Comments
 (0)