Skip to content

Commit d10eb77

Browse files
ieedancursoragent
andauthored
Update react and nextjs for security (#721)
Co-authored-by: aidanbleser35 <aidanbleser35@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 27d05dd commit d10eb77

File tree

3 files changed

+375
-497
lines changed

3 files changed

+375
-497
lines changed

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"fumadocs-ui": "16.0.7",
3030
"gsap": "^3.13.0",
3131
"lucide-react": "^0.552.0",
32-
"next": "16.0.1",
32+
"next": "16.0.7",
3333
"next-themes": "^0.4.6",
3434
"ogl": "^1.0.11",
35-
"react": "^19.2.0",
36-
"react-dom": "^19.2.0",
35+
"react": "19.2.1",
36+
"react-dom": "19.2.1",
3737
"sonner": "^2.0.7",
3838
"tailwind-merge": "^3.3.1"
3939
},

examples/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"registry:dev": "jsrepo build --watch"
1111
},
1212
"dependencies": {
13-
"next": "16.0.3",
14-
"react": "19.2.0",
15-
"react-dom": "19.2.0"
13+
"next": "16.0.7",
14+
"react": "19.2.1",
15+
"react-dom": "19.2.1"
1616
},
1717
"devDependencies": {
1818
"concurrently": "catalog:",

0 commit comments

Comments
 (0)