Skip to content

Commit 3d9c0fb

Browse files
committed
fix: examples/nextjs-starter/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15105315
1 parent c74e221 commit 3d9c0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nextjs-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@uniformdev/context-next": "20.46.0",
2222
"@uniformdev/context-react": "20.46.0",
2323
"@uniformdev/project-map": "20.46.0",
24-
"next": "^15.5.9",
24+
"next": "^16.1.5",
2525
"react": "^19.2.3",
2626
"react-dom": "^19.2.3"
2727
},

0 commit comments

Comments
 (0)