Skip to content

Commit 37dd861

Browse files
committed
update react version (CVE-2025-66478)
1 parent ab7e20f commit 37dd861

File tree

2 files changed

+859
-826
lines changed

2 files changed

+859
-826
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@auth/mongodb-adapter": "^3.11.1",
3232
"@hookform/resolvers": "^5.2.2",
33-
"@next/third-parties": "^15.5.6",
33+
"@next/third-parties": "^15.5.7",
3434
"@radix-ui/react-aspect-ratio": "^1.1.8",
3535
"@radix-ui/react-avatar": "^1.1.11",
3636
"@radix-ui/react-dialog": "^1.1.15",
@@ -53,43 +53,43 @@
5353
"embla-carousel-autoplay": "^8.6.0",
5454
"embla-carousel-fade": "^8.6.0",
5555
"embla-carousel-react": "^8.6.0",
56-
"jsonwebtoken": "^9.0.2",
56+
"jsonwebtoken": "^9.0.3",
5757
"lucide-react": "^0.527.0",
5858
"mongodb": "^6.21.0",
59-
"next": "16.0.2-canary.24",
59+
"next": "16.1.0-canary.15",
6060
"next-auth": "5.0.0-beta.28",
6161
"next-themes": "^0.4.6",
6262
"nuqs": "^2.8.0",
63-
"react": "^19.2.0",
64-
"react-dom": "^19.2.0",
65-
"react-hook-form": "^7.66.1",
63+
"react": "^19.2.1",
64+
"react-dom": "^19.2.1",
65+
"react-hook-form": "^7.68.0",
6666
"react-icons": "^5.5.0",
6767
"react-spinners": "^0.17.0",
68-
"recharts": "^3.4.1",
68+
"recharts": "^3.5.1",
6969
"satori": "^0.16.2",
7070
"sonner": "^2.0.7",
7171
"tailwind-merge": "^3.4.0",
7272
"tailwindcss-animate": "^1.0.7",
7373
"usehooks-ts": "^3.1.1",
7474
"vaul": "^1.1.2",
75-
"zod": "^4.1.12"
75+
"zod": "^4.1.13"
7676
},
7777
"devDependencies": {
78-
"@biomejs/biome": "^2.3.6",
78+
"@biomejs/biome": "^2.3.8",
7979
"@graphql-codegen/cli": "^5.0.7",
8080
"@graphql-codegen/typed-document-node": "^5.1.2",
8181
"@svgr/cli": "^8.1.0",
8282
"@tailwindcss/postcss": "^4.1.17",
8383
"@types/jsonwebtoken": "^9.0.10",
8484
"@types/node": "^24.10.1",
85-
"@types/react": "^19.2.6",
85+
"@types/react": "^19.2.7",
8686
"@types/react-dom": "^19.2.3",
8787
"@types/xml2js": "^0.4.14",
8888
"dotenv-cli": "^9.0.0",
8989
"graphql": "^16.12.0",
9090
"postcss": "^8.5.6",
9191
"tailwindcss": "^4.1.17",
92-
"tsx": "^4.20.6",
92+
"tsx": "^4.21.0",
9393
"typescript": "^5.9.3",
9494
"xml2js": "^0.6.2"
9595
},

0 commit comments

Comments
 (0)