Skip to content

Commit d7307be

Browse files
authored
chore: update react 19 to latest to avoid CVE-2025-5518 (#62)
* chore: update react 19 to latest to avoid CVE-2025-5518 even though the independent projects do NOT use react server components. Better to avoid installing the dependency * run npm audit to address vulnerabilities in react based projects
1 parent 945ea50 commit d7307be

File tree

4 files changed

+191
-228
lines changed

4 files changed

+191
-228
lines changed

react-vite-ts/package-lock.json

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

react-vite-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"msw": "^2.10.5",
13-
"react": "^19.1.1",
14-
"react-dom": "^19.1.1"
13+
"react": "^19.2.1",
14+
"react-dom": "^19.2.1"
1515
},
1616
"devDependencies": {
1717
"@tailwindcss/postcss": "^4.1.11",

0 commit comments

Comments
 (0)