Skip to content

Commit 7140907

Browse files
authored
Fix CVE-2025-66478 (#288)
1 parent 70ca6aa commit 7140907

File tree

2 files changed

+53
-68
lines changed

2 files changed

+53
-68
lines changed

package-lock.json

Lines changed: 47 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@libsql/client": "^0.15.1",
2525
"clsx": "^2.1.1",
2626
"drizzle-orm": "^0.44.0",
27-
"next": "15.3.3",
27+
"next": "15.3.6",
2828
"next-auth": "^5.0.0-beta.25",
29-
"react": "^19.0.0",
30-
"react-dom": "^19.0.0",
29+
"react": "^19.0.1",
30+
"react-dom": "^19.0.1",
3131
"react-hot-toast": "^2.4.1",
3232
"sharp": "^0.34.0",
3333
"tailwind-merge": "^3.0.0"
@@ -36,12 +36,12 @@
3636
"@eslint/js": "^9.28.0",
3737
"@tailwindcss/postcss": "^4.1.8",
3838
"@types/node": "^22",
39-
"@types/react": "^19.0.0",
40-
"@types/react-dom": "^19.0.0",
39+
"@types/react": "^19.0.1",
40+
"@types/react-dom": "^19.0.1",
4141
"@typescript-eslint/parser": "^8.33.1",
4242
"drizzle-kit": "^0.31.1",
4343
"eslint": "^9.22.0",
44-
"eslint-config-next": "^15.3.3",
44+
"eslint-config-next": "^15.3.6",
4545
"eslint-plugin-better-tailwindcss": "^3.1.0",
4646
"jiti": "^2.4.2",
4747
"npm-run-all2": "^8.0.0",

0 commit comments

Comments
 (0)