Skip to content

Commit 4d158ae

Browse files
committed
fix: examples/react-nextjs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315
1 parent a89fadf commit 4d158ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/react-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@evolu/react-web": "latest",
1616
"@tabler/icons-react": "^3.35.0",
1717
"clsx": "^2.1.1",
18-
"next": "^16.0.0",
18+
"next": "^16.1.5",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0"
2121
},

0 commit comments

Comments
 (0)