Skip to content

Commit 668bf23

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

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.32",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},

0 commit comments

Comments
 (0)