Skip to content

Commit cc17917

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709
1 parent 033aef2 commit cc17917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format": "prettier '**/*' --write --ignore-unknown"
1313
},
1414
"dependencies": {
15-
"next": "latest",
15+
"next": "14.2.25",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},

0 commit comments

Comments
 (0)