From 3b5db6bf81e036f367ac91cac3efe657ceab3681 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 11 Dec 2025 22:13:24 +0100 Subject: [PATCH] Bump Next and React to fix vulnerabilities --- .changeset/salty-beers-float.md | 13 ++ packages/open-next/package.json | 2 +- pnpm-lock.yaml | 216 ++++++++++++++++---------------- pnpm-workspace.yaml | 10 +- 4 files changed, 128 insertions(+), 113 deletions(-) create mode 100644 .changeset/salty-beers-float.md diff --git a/.changeset/salty-beers-float.md b/.changeset/salty-beers-float.md new file mode 100644 index 000000000..e9a0f30f1 --- /dev/null +++ b/.changeset/salty-beers-float.md @@ -0,0 +1,13 @@ +--- +"@opennextjs/aws": patch +--- + +Bump Next and React to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183) + +Note that Next 13 has been removed from the allowed peer Dependency range, +because it is vulnerable under specific conditions. + +If possible we will check the conditions at build time and relax the peer dependency. + +See +See diff --git a/packages/open-next/package.json b/packages/open-next/package.json index 2cb9a6ceb..7e78f6cf1 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -64,7 +64,7 @@ "typescript": "catalog:" }, "peerDependencies": { - "next": "< 14.2 || ^14.2 || 14.3.0-canary.0 - 14.3.0-canary.76 || ~15.0.5 || ~15.1.9 || ~15.2.6 || ~15.3.6 || ~15.4.8 || ~15.5.7 || ^16.0.7" + "next": "^14.2.34 || ~15.0.6 || ~15.1.10 || ~15.2.7 || ~15.3.7 || ~15.4.9 || ~15.5.8 || ^16.0.9" }, "bugs": { "url": "https://github.com/opennextjs/opennextjs-aws/issues" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 738f21bb7..bc2afd8e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,11 +10,11 @@ catalogs: specifier: 20.17.6 version: 20.17.6 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.2 + version: 19.0.2 '@types/react-dom': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.2 + version: 19.0.2 autoprefixer: specifier: 10.4.15 version: 10.4.15 @@ -22,17 +22,17 @@ catalogs: specifier: 0.25.4 version: 0.25.4 next: - specifier: 16.0.7 - version: 16.0.7 + specifier: 16.0.9 + version: 16.0.9 postcss: specifier: 8.4.27 version: 8.4.27 react: - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.2 + version: 19.0.2 react-dom: - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.2 + version: 19.0.2 tailwindcss: specifier: 3.3.3 version: 3.3.3 @@ -73,13 +73,13 @@ importers: version: 2.1.1 next: specifier: 'catalog:' - version: 16.0.7(react-dom@19.0.1(react@19.0.1))(react@19.0.1) + version: 16.0.9(react-dom@19.0.2(react@19.0.2))(react@19.0.2) react: specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 react-dom: specifier: 'catalog:' - version: 19.0.1(react@19.0.1) + version: 19.0.2(react@19.0.2) devDependencies: '@types/express-http-proxy': specifier: 1.6.7 @@ -89,10 +89,10 @@ importers: version: 20.17.6 '@types/react': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 '@types/react-dom': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2(@types/react@19.0.2) autoprefixer: specifier: 'catalog:' version: 10.4.15(postcss@8.4.27) @@ -116,13 +116,13 @@ importers: version: link:../shared next: specifier: 'catalog:' - version: 16.0.7(react-dom@19.0.1(react@19.0.1))(react@19.0.1) + version: 16.0.9(react-dom@19.0.2(react@19.0.2))(react@19.0.2) react: specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 react-dom: specifier: 'catalog:' - version: 19.0.1(react@19.0.1) + version: 19.0.2(react@19.0.2) devDependencies: '@opennextjs/aws': specifier: workspace:* @@ -132,10 +132,10 @@ importers: version: 20.17.6 '@types/react': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 '@types/react-dom': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2(@types/react@19.0.2) autoprefixer: specifier: 'catalog:' version: 10.4.15(postcss@8.4.27) @@ -153,13 +153,13 @@ importers: dependencies: next: specifier: 15.4.0-canary.14 - version: 15.4.0-canary.14(@playwright/test@1.49.1)(react-dom@19.0.1(react@19.0.1))(react@19.0.1) + version: 15.4.0-canary.14(@playwright/test@1.49.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) react: specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 react-dom: specifier: 'catalog:' - version: 19.0.1(react@19.0.1) + version: 19.0.2(react@19.0.2) devDependencies: '@opennextjs/aws': specifier: workspace:* @@ -169,10 +169,10 @@ importers: version: 20.17.6 '@types/react': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 '@types/react-dom': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2(@types/react@19.0.2) typescript: specifier: 'catalog:' version: 5.9.3 @@ -184,23 +184,23 @@ importers: version: link:../shared next: specifier: 'catalog:' - version: 16.0.7(react-dom@19.0.1(react@19.0.1))(react@19.0.1) + version: 16.0.9(react-dom@19.0.2(react@19.0.2))(react@19.0.2) react: specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 react-dom: specifier: 'catalog:' - version: 19.0.1(react@19.0.1) + version: 19.0.2(react@19.0.2) devDependencies: '@types/node': specifier: 'catalog:' version: 20.17.6 '@types/react': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 '@types/react-dom': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2(@types/react@19.0.2) autoprefixer: specifier: 'catalog:' version: 10.4.15(postcss@8.4.27) @@ -218,17 +218,17 @@ importers: dependencies: react: specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 react-dom: specifier: 'catalog:' - version: 19.0.1(react@19.0.1) + version: 19.0.2(react@19.0.2) devDependencies: '@types/react': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2 '@types/react-dom': specifier: 'catalog:' - version: 19.0.1 + version: 19.0.2(@types/react@19.0.2) examples/sst: devDependencies: @@ -240,7 +240,7 @@ importers: version: 10.3.0 sst: specifier: ^2.43.6 - version: 2.44.0(@aws-sdk/client-sso-oidc@3.678.0(@aws-sdk/client-sts@3.678.0(aws-crt@1.23.0))(aws-crt@1.23.0))(@types/react@19.0.1)(aws-crt@1.23.0) + version: 2.44.0(@aws-sdk/client-sso-oidc@3.678.0(@aws-sdk/client-sts@3.678.0(aws-crt@1.23.0))(aws-crt@1.23.0))(@types/react@19.0.2)(aws-crt@1.23.0) packages/open-next: dependencies: @@ -287,8 +287,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 next: - specifier: < 14.2 || ^14.2 || 14.3.0-canary.0 - 14.3.0-canary.76 || ~15.0.5 || ~15.1.9 || ~15.2.6 || ~15.3.6 || ~15.4.8 || ~15.5.7 || ^16.0.7 - version: 16.0.7(react-dom@19.0.1(react@19.0.1))(react@19.0.1) + specifier: ^14.2.34 || ~15.0.6 || ~15.1.10 || ~15.2.7 || ~15.3.7 || ~15.4.9 || ~15.5.8 || ^16.0.9 + version: 16.0.9(react-dom@19.0.2(react@19.0.2))(react@19.0.2) path-to-regexp: specifier: ^6.3.0 version: 6.3.0 @@ -1993,8 +1993,8 @@ packages: '@next/env@15.4.0-canary.14': resolution: {integrity: sha512-ynXM3n0AEcB1mwoOLgar27s/WoFyX0C8kpbfpc6bylq2rfS+q+KNla1WAVX3QdHyV82KyrqdMQAFOIyTZg4K9A==} - '@next/env@16.0.7': - resolution: {integrity: sha512-gpaNgUh5nftFKRkRQGnVi5dpcYSKGcZZkQffZ172OrG/XkrnS7UBTQ648YY+8ME92cC4IojpI2LqTC8sTDhAaw==} + '@next/env@16.0.9': + resolution: {integrity: sha512-6284pl8c8n9PQidN63qjPVEu1uXXKjnmbmaLebOzIfTrSXdGiAPsIMRi4pk/+v/ezqweE1/B8bFqiAAfC6lMXg==} '@next/swc-darwin-arm64@15.4.0-canary.14': resolution: {integrity: sha512-p62YaNcigaJlZ6IIubZPT+S4N0CXXkjqdIbC2Otr6LLxWsvdkHRgWaPLHauCxWw0zS7jczKY1w4ZfyX9l26sIQ==} @@ -2002,8 +2002,8 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@16.0.7': - resolution: {integrity: sha512-LlDtCYOEj/rfSnEn/Idi+j1QKHxY9BJFmxx7108A6D8K0SB+bNgfYQATPk/4LqOl4C0Wo3LACg2ie6s7xqMpJg==} + '@next/swc-darwin-arm64@16.0.9': + resolution: {integrity: sha512-j06fWg/gPqiWjK+sEpCDsh5gX+Bdy9gnPYjFqMBvBEOIcCFy1/ecF6pY6XAce7WyCJAbBPVb+6GvpmUZKNq0oQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -2014,8 +2014,8 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@16.0.7': - resolution: {integrity: sha512-rtZ7BhnVvO1ICf3QzfW9H3aPz7GhBrnSIMZyr4Qy6boXF0b5E3QLs+cvJmg3PsTCG2M1PBoC+DANUi4wCOKXpA==} + '@next/swc-darwin-x64@16.0.9': + resolution: {integrity: sha512-FRYYz5GSKUkfvDSjd5hgHME2LgYjfOLBmhRVltbs3oRNQQf9n5UTQMmIu/u5vpkjJFV4L2tqo8duGqDxdQOFwg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -2026,8 +2026,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@16.0.7': - resolution: {integrity: sha512-mloD5WcPIeIeeZqAIP5c2kdaTa6StwP4/2EGy1mUw8HiexSHGK/jcM7lFuS3u3i2zn+xH9+wXJs6njO7VrAqww==} + '@next/swc-linux-arm64-gnu@16.0.9': + resolution: {integrity: sha512-EI2klFVL8tOyEIX5J1gXXpm1YuChmDy4R+tHoNjkCHUmBJqXioYErX/O2go4pEhjxkAxHp2i8y5aJcRz2m5NqQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2038,8 +2038,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@16.0.7': - resolution: {integrity: sha512-+ksWNrZrthisXuo9gd1XnjHRowCbMtl/YgMpbRvFeDEqEBd523YHPWpBuDjomod88U8Xliw5DHhekBC3EOOd9g==} + '@next/swc-linux-arm64-musl@16.0.9': + resolution: {integrity: sha512-vq/5HeGvowhDPMrpp/KP4GjPVhIXnwNeDPF5D6XK6ta96UIt+C0HwJwuHYlwmn0SWyNANqx1Mp6qSVDXwbFKsw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2050,8 +2050,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@16.0.7': - resolution: {integrity: sha512-4WtJU5cRDxpEE44Ana2Xro1284hnyVpBb62lIpU5k85D8xXxatT+rXxBgPkc7C1XwkZMWpK5rXLXTh9PFipWsA==} + '@next/swc-linux-x64-gnu@16.0.9': + resolution: {integrity: sha512-GlUdJwy2leA/HnyRYxJ1ZJLCJH+BxZfqV4E0iYLrJipDKxWejWpPtZUdccPmCfIEY9gNBO7bPfbG6IIgkt0qXg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2062,8 +2062,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@16.0.7': - resolution: {integrity: sha512-HYlhqIP6kBPXalW2dbMTSuB4+8fe+j9juyxwfMwCe9kQPPeiyFn7NMjNfoFOfJ2eXkeQsoUGXg+O2SE3m4Qg2w==} + '@next/swc-linux-x64-musl@16.0.9': + resolution: {integrity: sha512-UCtOVx4N8AHF434VPwg4L0KkFLAd7pgJShzlX/hhv9+FDrT7/xCuVdlBsCXH7l9yCA/wHl3OqhMbIkgUluriWA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2074,8 +2074,8 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@16.0.7': - resolution: {integrity: sha512-EviG+43iOoBRZg9deGauXExjRphhuYmIOJ12b9sAPy0eQ6iwcPxfED2asb/s2/yiLYOdm37kPaiZu8uXSYPs0Q==} + '@next/swc-win32-arm64-msvc@16.0.9': + resolution: {integrity: sha512-tQjtDGtv63mV3n/cZ4TH8BgUvKTSFlrF06yT5DyRmgQuj5WEjBUDy0W3myIW5kTRYMPrLn42H3VfCNwBH6YYiA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -2086,8 +2086,8 @@ packages: cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@16.0.7': - resolution: {integrity: sha512-gniPjy55zp5Eg0896qSrf3yB1dw4F/3s8VK1ephdsZZ129j2n6e1WqCbE2YgcKhW9hPB9TVZENugquWJD5x0ug==} + '@next/swc-win32-x64-msvc@16.0.9': + resolution: {integrity: sha512-y9AGACHTBwnWFLq5B5Fiv3FEbXBusdPb60pgoerB04CV/pwjY1xQNdoTNxAv7eUhU2k1CKnkN4XWVuiK07uOqA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2798,11 +2798,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.0.1': - resolution: {integrity: sha512-hljHij7MpWPKF6u5vojuyfV0YA4YURsQG7KT6SzV0Zs2BXAtgdTxG6A229Ub/xiWV4w/7JL8fi6aAyjshH4meA==} + '@types/react-dom@19.0.2': + resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + peerDependencies: + '@types/react': ^19.0.0 - '@types/react@19.0.1': - resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==} + '@types/react@19.0.2': + resolution: {integrity: sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==} '@types/readable-stream@4.0.16': resolution: {integrity: sha512-Fvp+8OcU8PyV90KTk5tR/rI8OjD3MP5NUow5rjOsZo+9zxf4p4soJtK9j4V6yeG30TH6rZxqRaP4JLa8lNNTNQ==} @@ -4605,8 +4607,8 @@ packages: sass: optional: true - next@16.0.7: - resolution: {integrity: sha512-3mBRJyPxT4LOxAJI6IsXeFtKfiJUbjCLgvXO02fV8Wy/lIhPvP94Fe7dGhUgHXcQy4sSuYwQNcOLhIfOm0rL0A==} + next@16.0.9: + resolution: {integrity: sha512-Xk5x/wEk6ADIAtQECLo1uyE5OagbQCiZ+gW4XEv24FjQ3O2PdSkvgsn22aaseSXC7xg84oONvQjFbSTX5YsMhQ==} engines: {node: '>=20.9.0'} hasBin: true peerDependencies: @@ -4997,10 +4999,10 @@ packages: resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} engines: {node: '>= 0.8'} - react-dom@19.0.1: - resolution: {integrity: sha512-3TJg51HSbJiLVYCS6vWwWsyqoS36aGEOCmtLLHxROlSZZ5Bk10xpxHFbrCu4DdqgR85DDc9Vucxqhai3g2xjtA==} + react-dom@19.0.2: + resolution: {integrity: sha512-6N4UcB4mLYRdX3W+z9fIz+2yijW3r7laRQCV+zg8PFCZsy2iVaEQgWy3eLH0NBeQmVyi1PeLzFqXfucqeYghjw==} peerDependencies: - react: ^19.0.1 + react: ^19.0.2 react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} @@ -5015,8 +5017,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.0.1: - resolution: {integrity: sha512-nVRaZCuEyvu69sWrkdwjP6QY57C+lY+uMNNMyWUFJb9Z/JlaBOQus7mSMfGYsblv7R691u6SSJA/dX9IRnyyLQ==} + react@19.0.2: + resolution: {integrity: sha512-xgvB+eJxFIW0HcFmURjOOLhGmbhYVHATKeS+aQd7HeRJI3nYuutqG4eJfBi+I2rFob7E72M3tXJGjv+5XUHLEQ==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -8550,54 +8552,54 @@ snapshots: '@next/env@15.4.0-canary.14': {} - '@next/env@16.0.7': {} + '@next/env@16.0.9': {} '@next/swc-darwin-arm64@15.4.0-canary.14': optional: true - '@next/swc-darwin-arm64@16.0.7': + '@next/swc-darwin-arm64@16.0.9': optional: true '@next/swc-darwin-x64@15.4.0-canary.14': optional: true - '@next/swc-darwin-x64@16.0.7': + '@next/swc-darwin-x64@16.0.9': optional: true '@next/swc-linux-arm64-gnu@15.4.0-canary.14': optional: true - '@next/swc-linux-arm64-gnu@16.0.7': + '@next/swc-linux-arm64-gnu@16.0.9': optional: true '@next/swc-linux-arm64-musl@15.4.0-canary.14': optional: true - '@next/swc-linux-arm64-musl@16.0.7': + '@next/swc-linux-arm64-musl@16.0.9': optional: true '@next/swc-linux-x64-gnu@15.4.0-canary.14': optional: true - '@next/swc-linux-x64-gnu@16.0.7': + '@next/swc-linux-x64-gnu@16.0.9': optional: true '@next/swc-linux-x64-musl@15.4.0-canary.14': optional: true - '@next/swc-linux-x64-musl@16.0.7': + '@next/swc-linux-x64-musl@16.0.9': optional: true '@next/swc-win32-arm64-msvc@15.4.0-canary.14': optional: true - '@next/swc-win32-arm64-msvc@16.0.7': + '@next/swc-win32-arm64-msvc@16.0.9': optional: true '@next/swc-win32-x64-msvc@15.4.0-canary.14': optional: true - '@next/swc-win32-x64-msvc@16.0.7': + '@next/swc-win32-x64-msvc@16.0.9': optional: true '@node-minify/core@8.0.6': @@ -9554,11 +9556,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.0.1': + '@types/react-dom@19.0.2(@types/react@19.0.2)': dependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.2 - '@types/react@19.0.1': + '@types/react@19.0.2': dependencies: csstype: 3.1.3 @@ -11027,13 +11029,13 @@ snapshots: inherits@2.0.4: {} - ink-spinner@5.0.0(ink@4.4.1(@types/react@19.0.1)(react@18.3.1))(react@18.3.1): + ink-spinner@5.0.0(ink@4.4.1(@types/react@19.0.2)(react@18.3.1))(react@18.3.1): dependencies: cli-spinners: 2.9.2 - ink: 4.4.1(@types/react@19.0.1)(react@18.3.1) + ink: 4.4.1(@types/react@19.0.2)(react@18.3.1) react: 18.3.1 - ink@4.4.1(@types/react@19.0.1)(react@18.3.1): + ink@4.4.1(@types/react@19.0.2)(react@18.3.1): dependencies: '@alcalzone/ansi-tokenize': 0.1.3 ansi-escapes: 6.2.1 @@ -11062,7 +11064,7 @@ snapshots: ws: 8.18.0 yoga-wasm-web: 0.3.3 optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -11561,16 +11563,16 @@ snapshots: negotiator@1.0.0: {} - next@15.4.0-canary.14(@playwright/test@1.49.1)(react-dom@19.0.1(react@19.0.1))(react@19.0.1): + next@15.4.0-canary.14(@playwright/test@1.49.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2): dependencies: '@next/env': 15.4.0-canary.14 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001669 postcss: 8.4.31 - react: 19.0.1 - react-dom: 19.0.1(react@19.0.1) - styled-jsx: 5.1.6(react@19.0.1) + react: 19.0.2 + react-dom: 19.0.2(react@19.0.2) + styled-jsx: 5.1.6(react@19.0.2) optionalDependencies: '@next/swc-darwin-arm64': 15.4.0-canary.14 '@next/swc-darwin-x64': 15.4.0-canary.14 @@ -11586,24 +11588,24 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@16.0.7(react-dom@19.0.1(react@19.0.1))(react@19.0.1): + next@16.0.9(react-dom@19.0.2(react@19.0.2))(react@19.0.2): dependencies: - '@next/env': 16.0.7 + '@next/env': 16.0.9 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001669 postcss: 8.4.31 - react: 19.0.1 - react-dom: 19.0.1(react@19.0.1) - styled-jsx: 5.1.6(react@19.0.1) + react: 19.0.2 + react-dom: 19.0.2(react@19.0.2) + styled-jsx: 5.1.6(react@19.0.2) optionalDependencies: - '@next/swc-darwin-arm64': 16.0.7 - '@next/swc-darwin-x64': 16.0.7 - '@next/swc-linux-arm64-gnu': 16.0.7 - '@next/swc-linux-arm64-musl': 16.0.7 - '@next/swc-linux-x64-gnu': 16.0.7 - '@next/swc-linux-x64-musl': 16.0.7 - '@next/swc-win32-arm64-msvc': 16.0.7 - '@next/swc-win32-x64-msvc': 16.0.7 + '@next/swc-darwin-arm64': 16.0.9 + '@next/swc-darwin-x64': 16.0.9 + '@next/swc-linux-arm64-gnu': 16.0.9 + '@next/swc-linux-arm64-musl': 16.0.9 + '@next/swc-linux-x64-gnu': 16.0.9 + '@next/swc-linux-x64-musl': 16.0.9 + '@next/swc-win32-arm64-msvc': 16.0.9 + '@next/swc-win32-x64-msvc': 16.0.9 sharp: 0.34.4 transitivePeerDependencies: - '@babel/core' @@ -11936,9 +11938,9 @@ snapshots: iconv-lite: 0.6.3 unpipe: 1.0.0 - react-dom@19.0.1(react@19.0.1): + react-dom@19.0.2(react@19.0.2): dependencies: - react: 19.0.1 + react: 19.0.2 scheduler: 0.25.0 react-is@18.3.1: {} @@ -11953,7 +11955,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@19.0.1: {} + react@19.0.2: {} read-cache@1.0.0: dependencies: @@ -12363,7 +12365,7 @@ snapshots: optionalDependencies: fsevents: 2.3.2 - sst@2.44.0(@aws-sdk/client-sso-oidc@3.678.0(@aws-sdk/client-sts@3.678.0(aws-crt@1.23.0))(aws-crt@1.23.0))(@types/react@19.0.1)(aws-crt@1.23.0): + sst@2.44.0(@aws-sdk/client-sso-oidc@3.678.0(@aws-sdk/client-sts@3.678.0(aws-crt@1.23.0))(aws-crt@1.23.0))(@types/react@19.0.2)(aws-crt@1.23.0): dependencies: '@aws-cdk/aws-lambda-python-alpha': 2.161.1-alpha.0(aws-cdk-lib@2.161.1(constructs@10.3.0))(constructs@10.3.0) '@aws-cdk/cloud-assembly-schema': 38.0.1 @@ -12415,8 +12417,8 @@ snapshots: graphql: 16.9.0 graphql-yoga: 3.9.1(graphql@16.9.0) immer: 9.0.21 - ink: 4.4.1(@types/react@19.0.1)(react@18.3.1) - ink-spinner: 5.0.0(ink@4.4.1(@types/react@19.0.1)(react@18.3.1))(react@18.3.1) + ink: 4.4.1(@types/react@19.0.2)(react@18.3.1) + ink-spinner: 5.0.0(ink@4.4.1(@types/react@19.0.2)(react@18.3.1))(react@18.3.1) kysely: 0.25.0 kysely-codegen: 0.10.1(kysely@0.25.0) kysely-data-api: 0.2.1(@aws-sdk/client-rds-data@3.678.0(aws-crt@1.23.0))(kysely@0.25.0) @@ -12516,10 +12518,10 @@ snapshots: strnum@1.0.5: {} - styled-jsx@5.1.6(react@19.0.1): + styled-jsx@5.1.6(react@19.0.2): dependencies: client-only: 0.0.1 - react: 19.0.1 + react: 19.0.2 sucrase@3.35.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b0408e899..80a10799c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,12 +3,12 @@ packages: - "packages/*" catalog: - next: 16.0.7 - react: 19.0.1 - react-dom: 19.0.1 + next: 16.0.9 + react: 19.0.2 + react-dom: 19.0.2 "@types/node": 20.17.6 - "@types/react": 19.0.1 - "@types/react-dom": 19.0.1 + "@types/react": 19.0.2 + "@types/react-dom": 19.0.2 autoprefixer: 10.4.15 postcss: 8.4.27 tailwindcss: 3.3.3