Skip to content

Commit d2a50bc

Browse files
authored
Merge pull request #92 from OpenZeppelin/fix-vulnerabilities-react
fix: security upgrades to react & next
2 parents 1ea7ab8 + 4b8bc43 commit d2a50bc

File tree

2 files changed

+458
-453
lines changed

2 files changed

+458
-453
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@fumadocs/mdx-remote": "^1.4.0",
2222
"@netlify/plugin-nextjs": "^5.13.3",
23-
"@next/third-parties": "^15.5.4",
23+
"@next/third-parties": "^15.5.7",
2424
"@orama/orama": "^3.1.13",
2525
"@radix-ui/react-collapsible": "^1.1.12",
2626
"@radix-ui/react-popover": "^1.1.15",
@@ -40,11 +40,11 @@
4040
"lucide-react": "^0.540.0",
4141
"mermaid": "^11.11.0",
4242
"micromatch": "^4.0.8",
43-
"next": "^15.5.3",
43+
"next": "^15.5.7",
4444
"next-themes": "^0.4.6",
4545
"next-validate-link": "^1.6.3",
46-
"react": "^19.1.1",
47-
"react-dom": "^19.1.1",
46+
"react": "^19.2.1",
47+
"react-dom": "^19.2.1",
4848
"rehype-katex": "^7.0.1",
4949
"remark": "^15.0.1",
5050
"remark-gfm": "^4.0.1",
@@ -61,8 +61,8 @@
6161
"@types/mdx": "^2.0.13",
6262
"@types/micromatch": "^4.0.9",
6363
"@types/node": "24.1.0",
64-
"@types/react": "^19.1.12",
65-
"@types/react-dom": "^19.1.9",
64+
"@types/react": "^19.2.1",
65+
"@types/react-dom": "^19.2.1",
6666
"postcss": "^8.5.6",
6767
"tailwindcss": "^4.1.13",
6868
"tsx": "^4.20.5",

0 commit comments

Comments
 (0)