chore: patch vulnerable dependencies
Magent CI/CD / verify (push) Successful in 1m56s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-17 15:22:26 +12:00
parent aed1bf9256
commit a6d1c73837
3 changed files with 189 additions and 188 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
"lint": "biome lint ."
},
"dependencies": {
"next": "16.2.12",
"next": "16.3.5",
"react": "19.2.4",
"react-dom": "19.2.4"
},
@@ -22,7 +22,7 @@
},
"overrides": {
"nanoid": "3.3.18",
"postcss": "8.5.25",
"sharp": "0.35.3"
"postcss": "8.5.28",
"sharp": "0.35.4"
}
}