Skip to content

Commit ad56f30

Browse files
committed
chore: update react and next to mitigate RSC CVE
1 parent d7307be commit ad56f30

File tree

8 files changed

+138
-145
lines changed

8 files changed

+138
-145
lines changed

react-next15-ts/package-lock.json

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

react-next15-ts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"cypress:run": "cypress run --component"
1111
},
1212
"dependencies": {
13-
"next": "^15.5.7",
14-
"react": "^19.2.1",
15-
"react-dom": "^19.2.1"
13+
"next": "^15.5.9",
14+
"react": "^19.2.3",
15+
"react-dom": "^19.2.3"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.19.25",
19-
"@types/react": "^18.3.27",
20-
"@types/react-dom": "^18.3.7",
19+
"@types/react": "^19.2.7",
20+
"@types/react-dom": "^19.2.3",
2121
"cypress": "^15.7.1",
2222
"eslint": "^8.57.1",
2323
"eslint-config-next": "15.2.3",

react-next16-ts/package-lock.json

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

react-next16-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"cypress:run": "cypress run --component"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.7",
14-
"react": "^19.2.1",
15-
"react-dom": "^19.2.1"
13+
"next": "^16.0.10",
14+
"react": "^19.2.3",
15+
"react-dom": "^19.2.3"
1616
},
1717
"devDependencies": {
1818
"@tailwindcss/postcss": "^4.1.17",

0 commit comments

Comments
 (0)