Skip to content

Commit a44e0bc

Browse files
authored
Merge pull request #145 from yuxxeun/laravel-12.x
Update React and React DOM to patched versions in response to CVE-2025-55182
2 parents c140e20 + 0ddd8fa commit a44e0bc

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@heroicons/react": "^2.2.0",
3232
"@types/node": "^22.15.34",
3333
"motion": "^12.19.2",
34-
"react": "^19.1.0",
34+
"react": "^19.1.2",
3535
"react-aria-components": "^1.10.1",
36-
"react-dom": "^19.1.0",
36+
"react-dom": "^19.1.2",
3737
"sonner": "^2.0.5",
3838
"tailwindcss-react-aria-components": "^2.0.0",
3939
"tw-animate-css": "^1.3.4",

0 commit comments

Comments
 (0)