Skip to content

Commit 0c5e0f7

Browse files
authored
chore: bump react for CVE-2025-55182 (#304)
1 parent 35c7848 commit 0c5e0f7

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

examples/hello/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@zetachain/wallet": "1.0.13",
1515
"clsx": "^2.1.1",
1616
"ethers": "^6.13.2",
17-
"react": "^19.1.0",
18-
"react-dom": "^19.1.0",
17+
"react": "^19.1.2",
18+
"react-dom": "^19.1.2",
1919
"react-use": "^17.6.0",
2020
"viem": "^2.31.7"
2121
},

examples/hello/frontend/yarn.lock

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9080,13 +9080,20 @@ react-devtools-core@^5.0.0:
90809080
shell-quote "^1.6.1"
90819081
ws "^7"
90829082

9083-
react-dom@^19.1.0, react-dom@^19.1.1:
9083+
react-dom@^19.1.1:
90849084
version "19.1.1"
90859085
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
90869086
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
90879087
dependencies:
90889088
scheduler "^0.26.0"
90899089

9090+
react-dom@^19.1.2:
9091+
version "19.2.1"
9092+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
9093+
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
9094+
dependencies:
9095+
scheduler "^0.27.0"
9096+
90909097
react-fast-compare@^2.0.1:
90919098
version "2.0.4"
90929099
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
@@ -9232,11 +9239,16 @@ react-use@^17.6.0:
92329239
ts-easing "^0.2.0"
92339240
tslib "^2.1.0"
92349241

9235-
react@^19.1.0, react@^19.1.1:
9242+
react@^19.1.1:
92369243
version "19.1.1"
92379244
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
92389245
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
92399246

9247+
react@^19.1.2:
9248+
version "19.2.1"
9249+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
9250+
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
9251+
92409252
readable-stream@^2.3.3, readable-stream@~2.3.6:
92419253
version "2.3.8"
92429254
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
@@ -9545,6 +9557,11 @@ scheduler@^0.26.0:
95459557
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
95469558
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
95479559

9560+
scheduler@^0.27.0:
9561+
version "0.27.0"
9562+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
9563+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
9564+
95489565
screenfull@^5.1.0:
95499566
version "5.2.0"
95509567
resolved "https://registry.yarnpkg.com/screenfull/-/screenfull-5.2.0.tgz#6533d524d30621fc1283b9692146f3f13a93d1ba"

0 commit comments

Comments
 (0)