this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump Next, React, and @opennextjs/aws to fix vulnerabilities (#1042)

authored by

Victor Berchet and committed by
GitHub
763c4ec9 a7809998

+332 -209
+9
.changeset/common-chairs-reply.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + Bump Next, React, and @opennextjs/aws to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183) 6 + 7 + See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components> 8 + See <https://nextjs.org/blog/security-update-2025-12-11> 9 + See <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.5>
+3 -3
create-cloudflare/next/package.json
··· 14 14 }, 15 15 "dependencies": { 16 16 "@opennextjs/cloudflare": "^1.14.4", 17 - "next": "15.5.7", 18 - "react": "19.1.2", 19 - "react-dom": "19.1.2" 17 + "next": "15.5.8", 18 + "react": "19.1.3", 19 + "react-dom": "19.1.3" 20 20 }, 21 21 "devDependencies": { 22 22 "@eslint/eslintrc": "^3",
+1 -1
examples/bugs/gh-119/package.json
··· 14 14 "cf-typegen": "wrangler types --env-interface CloudflareEnv" 15 15 }, 16 16 "dependencies": { 17 - "next": "15.5.7", 17 + "next": "15.5.8", 18 18 "react-dom": "^18.3.1", 19 19 "react": "^18.3.1" 20 20 },
+3 -3
examples/bugs/gh-219/package.json
··· 28 28 "nanoid": "^5.0.9", 29 29 "next-auth": "^4.24.11", 30 30 "next-themes": "^0.4.4", 31 - "next": "15.5.7", 31 + "next": "15.5.8", 32 32 "qrcode.react": "^4.2.0", 33 - "react-dom": "^19.0.0", 33 + "react-dom": "^19.0.2", 34 34 "react-hook-form": "^7.54.2", 35 35 "react-icons": "^5.4.0", 36 - "react": "^19.0.0", 36 + "react": "^19.0.2", 37 37 "sonner": "^1.7.1", 38 38 "tailwind-merge": "^2.6.0", 39 39 "tailwindcss-animate": "^1.0.7",
+3 -3
examples/bugs/gh-223/package.json
··· 16 16 "dependencies": { 17 17 "@aws-sdk/client-s3": "^3.721.0", 18 18 "@aws-sdk/s3-request-presigner": "^3.721.0", 19 - "next": "15.5.7", 20 - "react": "^19.0.0", 21 - "react-dom": "^19.0.0" 19 + "next": "15.5.8", 20 + "react": "^19.0.2", 21 + "react-dom": "^19.0.2" 22 22 }, 23 23 "devDependencies": { 24 24 "@cloudflare/workers-types": "catalog:",
+3 -3
examples/playground15/package.json
··· 16 16 "cf-typegen": "wrangler types --env-interface CloudflareEnv" 17 17 }, 18 18 "dependencies": { 19 - "next": "^15.5.7", 20 - "react": "^19.0.0", 21 - "react-dom": "^19.0.0" 19 + "next": "^15.5.8", 20 + "react": "^19.0.2", 21 + "react-dom": "^19.0.2" 22 22 }, 23 23 "devDependencies": { 24 24 "@opennextjs/cloudflare": "workspace:*",
+2 -2
packages/cloudflare/package.json
··· 54 54 "dependencies": { 55 55 "@ast-grep/napi": "0.40.0", 56 56 "@dotenvx/dotenvx": "catalog:", 57 - "@opennextjs/aws": "3.9.4", 57 + "@opennextjs/aws": "3.9.5", 58 58 "cloudflare": "^4.4.1", 59 59 "enquirer": "^2.4.1", 60 60 "glob": "catalog:", ··· 86 86 }, 87 87 "peerDependencies": { 88 88 "wrangler": "catalog:", 89 - "next": "14 - 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" 89 + "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" 90 90 } 91 91 }
+302 -188
pnpm-lock.yaml
··· 61 61 specifier: ^5.4.1 62 62 version: 5.4.1 63 63 next: 64 - specifier: ~15.5.7 65 - version: 15.5.7 64 + specifier: ~15.5.8 65 + version: 15.5.8 66 66 react: 67 67 specifier: ^18 68 68 version: 18.3.1 ··· 95 95 specifier: 20.17.6 96 96 version: 20.17.6 97 97 '@types/react': 98 - specifier: 19.0.0 99 - version: 19.0.0 98 + specifier: 19.0.2 99 + version: 19.0.2 100 100 '@types/react-dom': 101 - specifier: 19.0.0 102 - version: 19.0.0 101 + specifier: 19.0.2 102 + version: 19.0.2 103 103 autoprefixer: 104 104 specifier: 10.4.15 105 105 version: 10.4.15 106 106 next: 107 - specifier: 16.0.7 108 - version: 16.0.7 107 + specifier: 16.0.9 108 + version: 16.0.9 109 109 postcss: 110 110 specifier: 8.4.27 111 111 version: 8.4.27 112 112 react: 113 - specifier: 19.0.0 114 - version: 19.0.0 113 + specifier: 19.0.2 114 + version: 19.0.2 115 115 react-dom: 116 - specifier: 19.0.0 117 - version: 19.0.0 116 + specifier: 19.0.2 117 + version: 19.0.2 118 118 tailwindcss: 119 119 specifier: 3.3.3 120 120 version: 3.3.3 ··· 157 157 examples/bugs/gh-119: 158 158 dependencies: 159 159 next: 160 - specifier: 15.5.7 161 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 160 + specifier: 15.5.8 161 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 162 162 react: 163 163 specifier: ^18.3.1 164 164 version: 18.3.1 ··· 204 204 dependencies: 205 205 '@hookform/resolvers': 206 206 specifier: ^3.9.1 207 - version: 3.10.0(react-hook-form@7.54.2(react@19.0.0)) 207 + version: 3.10.0(react-hook-form@7.54.2(react@19.2.2)) 208 208 '@libsql/client': 209 209 specifier: ^0.14.0 210 210 version: 0.14.0 ··· 213 213 version: 0.11.1(typescript@5.7.3)(zod@3.24.1) 214 214 '@tanstack/react-table': 215 215 specifier: ^8.20.6 216 - version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 216 + version: 8.20.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 217 217 better-sqlite3: 218 218 specifier: ^11.7.0 219 219 version: 11.8.1 ··· 225 225 version: 2.1.1 226 226 drizzle-orm: 227 227 specifier: ^0.38.3 228 - version: 0.38.4(@cloudflare/workers-types@4.20251128.0)(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(@prisma/client@6.7.0(prisma@6.7.0(typescript@5.7.3))(typescript@5.7.3))(@types/better-sqlite3@7.6.12)(@types/react@19.0.0)(better-sqlite3@11.8.1)(knex@3.1.0(better-sqlite3@11.8.1)(pg@8.16.0))(pg@8.16.0)(prisma@6.7.0(typescript@5.7.3))(react@19.0.0) 228 + version: 0.38.4(@cloudflare/workers-types@4.20251128.0)(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(@prisma/client@6.7.0(prisma@6.7.0(typescript@5.7.3))(typescript@5.7.3))(@types/better-sqlite3@7.6.12)(@types/react@19.0.0)(better-sqlite3@11.8.1)(knex@3.1.0(better-sqlite3@11.8.1)(pg@8.16.0))(pg@8.16.0)(prisma@6.7.0(typescript@5.7.3))(react@19.2.2) 229 229 firebase: 230 230 specifier: ^11.1.0 231 231 version: 11.2.0 ··· 234 234 version: 13.0.2 235 235 lucide-react: 236 236 specifier: ^0.469.0 237 - version: 0.469.0(react@19.0.0) 237 + version: 0.469.0(react@19.2.2) 238 238 nanoid: 239 239 specifier: ^5.0.9 240 240 version: 5.0.9 241 241 next: 242 - specifier: 15.5.7 243 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 242 + specifier: 15.5.8 243 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 244 244 next-auth: 245 245 specifier: ^4.24.11 246 - version: 4.24.11(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 246 + version: 4.24.11(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 247 247 next-themes: 248 248 specifier: ^0.4.4 249 - version: 0.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 249 + version: 0.4.4(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 250 250 qrcode.react: 251 251 specifier: ^4.2.0 252 - version: 4.2.0(react@19.0.0) 252 + version: 4.2.0(react@19.2.2) 253 253 react: 254 - specifier: ^19.0.0 255 - version: 19.0.0 254 + specifier: ^19.0.2 255 + version: 19.2.2 256 256 react-dom: 257 - specifier: ^19.0.0 258 - version: 19.0.0(react@19.0.0) 257 + specifier: ^19.0.2 258 + version: 19.2.2(react@19.2.2) 259 259 react-hook-form: 260 260 specifier: ^7.54.2 261 - version: 7.54.2(react@19.0.0) 261 + version: 7.54.2(react@19.2.2) 262 262 react-icons: 263 263 specifier: ^5.4.0 264 - version: 5.4.0(react@19.0.0) 264 + version: 5.4.0(react@19.2.2) 265 265 sonner: 266 266 specifier: ^1.7.1 267 - version: 1.7.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 267 + version: 1.7.3(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 268 268 tailwind-merge: 269 269 specifier: ^2.6.0 270 270 version: 2.6.0 ··· 336 336 specifier: ^3.721.0 337 337 version: 3.741.0 338 338 next: 339 - specifier: 15.5.7 340 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 339 + specifier: 15.5.8 340 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 341 341 react: 342 - specifier: ^19.0.0 343 - version: 19.0.0 342 + specifier: ^19.0.2 343 + version: 19.2.2 344 344 react-dom: 345 - specifier: ^19.0.0 346 - version: 19.0.0(react@19.0.0) 345 + specifier: ^19.0.2 346 + version: 19.2.2(react@19.2.2) 347 347 devDependencies: 348 348 '@cloudflare/workers-types': 349 349 specifier: 'catalog:' ··· 386 386 dependencies: 387 387 next: 388 388 specifier: 'catalog:' 389 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 389 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 390 390 react: 391 391 specifier: 'catalog:' 392 392 version: 18.3.1 ··· 438 438 version: link:../../../packages/cloudflare 439 439 next: 440 440 specifier: catalog:e2e 441 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 441 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 442 442 react: 443 443 specifier: catalog:e2e 444 - version: 19.0.0 444 + version: 19.0.2 445 445 react-dom: 446 446 specifier: catalog:e2e 447 - version: 19.0.0(react@19.0.0) 447 + version: 19.0.2(react@19.0.2) 448 448 devDependencies: 449 449 '@playwright/test': 450 450 specifier: 'catalog:' ··· 454 454 version: 20.17.6 455 455 '@types/react': 456 456 specifier: catalog:e2e 457 - version: 19.0.0 457 + version: 19.0.2 458 458 '@types/react-dom': 459 459 specifier: catalog:e2e 460 - version: 19.0.0 460 + version: 19.0.2(@types/react@19.0.2) 461 461 autoprefixer: 462 462 specifier: catalog:e2e 463 463 version: 10.4.15(postcss@8.4.27) ··· 484 484 version: link:../../../packages/cloudflare 485 485 next: 486 486 specifier: catalog:e2e 487 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 487 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 488 488 react: 489 489 specifier: catalog:e2e 490 - version: 19.0.0 490 + version: 19.0.2 491 491 react-dom: 492 492 specifier: catalog:e2e 493 - version: 19.0.0(react@19.0.0) 493 + version: 19.0.2(react@19.0.2) 494 494 devDependencies: 495 495 '@playwright/test': 496 496 specifier: 'catalog:' ··· 500 500 version: 20.17.6 501 501 '@types/react': 502 502 specifier: catalog:e2e 503 - version: 19.0.0 503 + version: 19.0.2 504 504 '@types/react-dom': 505 505 specifier: catalog:e2e 506 - version: 19.0.0 506 + version: 19.0.2(@types/react@19.0.2) 507 507 autoprefixer: 508 508 specifier: catalog:e2e 509 509 version: 10.4.15(postcss@8.4.27) ··· 527 527 version: link:../../../packages/cloudflare 528 528 next: 529 529 specifier: 15.4.2-canary.29 530 - version: 15.4.2-canary.29(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 530 + version: 15.4.2-canary.29(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 531 531 react: 532 532 specifier: catalog:e2e 533 - version: 19.0.0 533 + version: 19.0.2 534 534 react-dom: 535 535 specifier: catalog:e2e 536 - version: 19.0.0(react@19.0.0) 536 + version: 19.0.2(react@19.0.2) 537 537 devDependencies: 538 538 '@playwright/test': 539 539 specifier: 'catalog:' ··· 543 543 version: 20.17.6 544 544 '@types/react': 545 545 specifier: catalog:e2e 546 - version: 19.0.0 546 + version: 19.0.2 547 547 '@types/react-dom': 548 548 specifier: catalog:e2e 549 - version: 19.0.0 549 + version: 19.0.2(@types/react@19.0.2) 550 550 typescript: 551 551 specifier: catalog:default 552 552 version: 5.9.3 ··· 564 564 version: link:../../../packages/cloudflare 565 565 next: 566 566 specifier: catalog:e2e 567 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 567 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 568 568 react: 569 569 specifier: catalog:e2e 570 - version: 19.0.0 570 + version: 19.0.2 571 571 react-dom: 572 572 specifier: catalog:e2e 573 - version: 19.0.0(react@19.0.0) 573 + version: 19.0.2(react@19.0.2) 574 574 devDependencies: 575 575 '@playwright/test': 576 576 specifier: 'catalog:' ··· 580 580 version: 20.17.6 581 581 '@types/react': 582 582 specifier: catalog:e2e 583 - version: 19.0.0 583 + version: 19.0.2 584 584 '@types/react-dom': 585 585 specifier: catalog:e2e 586 - version: 19.0.0 586 + version: 19.0.2(@types/react@19.0.2) 587 587 autoprefixer: 588 588 specifier: catalog:e2e 589 589 version: 10.4.15(postcss@8.4.27) ··· 604 604 dependencies: 605 605 next: 606 606 specifier: catalog:e2e 607 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 607 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 608 608 react: 609 609 specifier: catalog:e2e 610 - version: 19.0.0 610 + version: 19.0.2 611 611 react-dom: 612 612 specifier: catalog:e2e 613 - version: 19.0.0(react@19.0.0) 613 + version: 19.0.2(react@19.0.2) 614 614 devDependencies: 615 615 '@types/react': 616 616 specifier: catalog:e2e 617 - version: 19.0.0 617 + version: 19.0.2 618 618 '@types/react-dom': 619 619 specifier: catalog:e2e 620 - version: 19.0.0 620 + version: 19.0.2(@types/react@19.0.2) 621 621 622 622 examples/middleware: 623 623 dependencies: 624 624 '@clerk/nextjs': 625 625 specifier: 6.9.6 626 - version: 6.9.6(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 626 + version: 6.9.6(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 627 627 next: 628 628 specifier: 'catalog:' 629 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 629 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 630 630 react: 631 631 specifier: 'catalog:' 632 632 version: 18.3.1 ··· 724 724 dependencies: 725 725 next: 726 726 specifier: catalog:e2e 727 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 727 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 728 728 react: 729 729 specifier: catalog:e2e 730 - version: 19.0.0 730 + version: 19.0.2 731 731 react-dom: 732 732 specifier: catalog:e2e 733 - version: 19.0.0(react@19.0.0) 733 + version: 19.0.2(react@19.0.2) 734 734 devDependencies: 735 735 '@opennextjs/cloudflare': 736 736 specifier: workspace:* ··· 743 743 version: 22.2.0 744 744 '@types/react': 745 745 specifier: catalog:e2e 746 - version: 19.0.0 746 + version: 19.0.2 747 747 '@types/react-dom': 748 748 specifier: catalog:e2e 749 - version: 19.0.0 749 + version: 19.0.2(@types/react@19.0.2) 750 750 typescript: 751 751 specifier: 'catalog:' 752 752 version: 5.9.3 ··· 758 758 dependencies: 759 759 next: 760 760 specifier: catalog:e2e 761 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 761 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 762 762 react: 763 763 specifier: catalog:e2e 764 - version: 19.0.0 764 + version: 19.0.2 765 765 react-dom: 766 766 specifier: catalog:e2e 767 - version: 19.0.0(react@19.0.0) 767 + version: 19.0.2(react@19.0.2) 768 768 devDependencies: 769 769 '@opennextjs/cloudflare': 770 770 specifier: workspace:* ··· 777 777 version: 22.2.0 778 778 '@types/react': 779 779 specifier: catalog:e2e 780 - version: 19.0.0 780 + version: 19.0.2 781 781 '@types/react-dom': 782 782 specifier: catalog:e2e 783 - version: 19.0.0 783 + version: 19.0.2(@types/react@19.0.2) 784 784 typescript: 785 785 specifier: 'catalog:' 786 786 version: 5.9.3 ··· 792 792 dependencies: 793 793 next: 794 794 specifier: catalog:e2e 795 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 795 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 796 796 react: 797 797 specifier: catalog:e2e 798 - version: 19.0.0 798 + version: 19.0.2 799 799 react-dom: 800 800 specifier: catalog:e2e 801 - version: 19.0.0(react@19.0.0) 801 + version: 19.0.2(react@19.0.2) 802 802 devDependencies: 803 803 '@opennextjs/cloudflare': 804 804 specifier: workspace:* ··· 811 811 version: 22.2.0 812 812 '@types/react': 813 813 specifier: catalog:e2e 814 - version: 19.0.0 814 + version: 19.0.2 815 815 '@types/react-dom': 816 816 specifier: catalog:e2e 817 - version: 19.0.0 817 + version: 19.0.2(@types/react@19.0.2) 818 818 typescript: 819 819 specifier: 'catalog:' 820 820 version: 5.9.3 ··· 826 826 dependencies: 827 827 next: 828 828 specifier: catalog:e2e 829 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 829 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 830 830 react: 831 831 specifier: catalog:e2e 832 - version: 19.0.0 832 + version: 19.0.2 833 833 react-dom: 834 834 specifier: catalog:e2e 835 - version: 19.0.0(react@19.0.0) 835 + version: 19.0.2(react@19.0.2) 836 836 devDependencies: 837 837 '@opennextjs/cloudflare': 838 838 specifier: workspace:* ··· 845 845 version: 22.2.0 846 846 '@types/react': 847 847 specifier: catalog:e2e 848 - version: 19.0.0 848 + version: 19.0.2 849 849 '@types/react-dom': 850 850 specifier: catalog:e2e 851 - version: 19.0.0 851 + version: 19.0.2(@types/react@19.0.2) 852 852 typescript: 853 853 specifier: 'catalog:' 854 854 version: 5.9.3 ··· 860 860 dependencies: 861 861 next: 862 862 specifier: catalog:e2e 863 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 863 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 864 864 react: 865 865 specifier: catalog:e2e 866 - version: 19.0.0 866 + version: 19.0.2 867 867 react-dom: 868 868 specifier: catalog:e2e 869 - version: 19.0.0(react@19.0.0) 869 + version: 19.0.2(react@19.0.2) 870 870 devDependencies: 871 871 '@opennextjs/cloudflare': 872 872 specifier: workspace:* ··· 879 879 version: 22.2.0 880 880 '@types/react': 881 881 specifier: catalog:e2e 882 - version: 19.0.0 882 + version: 19.0.2 883 883 '@types/react-dom': 884 884 specifier: catalog:e2e 885 - version: 19.0.0 885 + version: 19.0.2(@types/react@19.0.2) 886 886 typescript: 887 887 specifier: 'catalog:' 888 888 version: 5.9.3 ··· 921 921 examples/playground15: 922 922 dependencies: 923 923 next: 924 - specifier: ^15.5.7 925 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 924 + specifier: ^15.5.8 925 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 926 926 react: 927 - specifier: ^19.0.0 928 - version: 19.0.0 927 + specifier: ^19.0.2 928 + version: 19.2.2 929 929 react-dom: 930 - specifier: ^19.0.0 931 - version: 19.0.0(react@19.0.0) 930 + specifier: ^19.0.2 931 + version: 19.2.2(react@19.2.2) 932 932 devDependencies: 933 933 '@opennextjs/cloudflare': 934 934 specifier: workspace:* ··· 956 956 version: 6.7.0(prisma@6.7.0(typescript@5.9.3))(typescript@5.9.3) 957 957 next: 958 958 specifier: catalog:e2e 959 - version: 16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 959 + version: 16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2) 960 960 react: 961 961 specifier: catalog:e2e 962 - version: 19.0.0 962 + version: 19.0.2 963 963 react-dom: 964 964 specifier: catalog:e2e 965 - version: 19.0.0(react@19.0.0) 965 + version: 19.0.2(react@19.0.2) 966 966 devDependencies: 967 967 '@types/node': 968 968 specifier: 'catalog:' 969 969 version: 22.2.0 970 970 '@types/react': 971 971 specifier: catalog:e2e 972 - version: 19.0.0 972 + version: 19.0.2 973 973 '@types/react-dom': 974 974 specifier: catalog:e2e 975 - version: 19.0.0 975 + version: 19.0.2(@types/react@19.0.2) 976 976 prisma: 977 977 specifier: ^6.7.0 978 978 version: 6.7.0(typescript@5.9.3) ··· 1030 1030 version: 4.0.3 1031 1031 next: 1032 1032 specifier: 'catalog:' 1033 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 1033 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 1034 1034 react: 1035 1035 specifier: 'catalog:' 1036 1036 version: 18.3.1 ··· 1081 1081 specifier: 'catalog:' 1082 1082 version: 1.31.0 1083 1083 '@opennextjs/aws': 1084 - specifier: 3.9.4 1085 - version: 3.9.4(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) 1084 + specifier: 3.9.5 1085 + version: 3.9.5(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)) 1086 1086 cloudflare: 1087 1087 specifier: ^4.4.1 1088 1088 version: 4.4.1 ··· 1149 1149 version: 5.4.1 1150 1150 next: 1151 1151 specifier: 'catalog:' 1152 - version: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 1152 + version: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1153 1153 picomatch: 1154 1154 specifier: ^4.0.2 1155 1155 version: 4.0.2 ··· 3611 3611 '@next/env@15.5.7': 3612 3612 resolution: {integrity: sha512-4h6Y2NyEkIEN7Z8YxkA27pq6zTkS09bUSYC0xjd0NpwFxjnIKeZEeH591o5WECSmjpUhLn3H2QLJcDye3Uzcvg==} 3613 3613 3614 - '@next/env@16.0.7': 3615 - resolution: {integrity: sha512-gpaNgUh5nftFKRkRQGnVi5dpcYSKGcZZkQffZ172OrG/XkrnS7UBTQ648YY+8ME92cC4IojpI2LqTC8sTDhAaw==} 3614 + '@next/env@15.5.8': 3615 + resolution: {integrity: sha512-ejZHa3ogTxcy851dFoNtfB5B2h7AbSAtHbR5CymUlnz4yW1QjHNufVpvTu8PTnWBKFKjrd4k6Gbi2SsCiJKvxw==} 3616 + 3617 + '@next/env@16.0.9': 3618 + resolution: {integrity: sha512-6284pl8c8n9PQidN63qjPVEu1uXXKjnmbmaLebOzIfTrSXdGiAPsIMRi4pk/+v/ezqweE1/B8bFqiAAfC6lMXg==} 3616 3619 3617 3620 '@next/eslint-plugin-next@14.2.14': 3618 3621 resolution: {integrity: sha512-kV+OsZ56xhj0rnTn6HegyTGkoa16Mxjrpk7pjWumyB2P8JVQb8S9qtkjy/ye0GnTr4JWtWG4x/2qN40lKZ3iVQ==} ··· 3650 3653 cpu: [arm64] 3651 3654 os: [darwin] 3652 3655 3653 - '@next/swc-darwin-arm64@16.0.7': 3654 - resolution: {integrity: sha512-LlDtCYOEj/rfSnEn/Idi+j1QKHxY9BJFmxx7108A6D8K0SB+bNgfYQATPk/4LqOl4C0Wo3LACg2ie6s7xqMpJg==} 3656 + '@next/swc-darwin-arm64@16.0.9': 3657 + resolution: {integrity: sha512-j06fWg/gPqiWjK+sEpCDsh5gX+Bdy9gnPYjFqMBvBEOIcCFy1/ecF6pY6XAce7WyCJAbBPVb+6GvpmUZKNq0oQ==} 3655 3658 engines: {node: '>= 10'} 3656 3659 cpu: [arm64] 3657 3660 os: [darwin] ··· 3680 3683 cpu: [x64] 3681 3684 os: [darwin] 3682 3685 3683 - '@next/swc-darwin-x64@16.0.7': 3684 - resolution: {integrity: sha512-rtZ7BhnVvO1ICf3QzfW9H3aPz7GhBrnSIMZyr4Qy6boXF0b5E3QLs+cvJmg3PsTCG2M1PBoC+DANUi4wCOKXpA==} 3686 + '@next/swc-darwin-x64@16.0.9': 3687 + resolution: {integrity: sha512-FRYYz5GSKUkfvDSjd5hgHME2LgYjfOLBmhRVltbs3oRNQQf9n5UTQMmIu/u5vpkjJFV4L2tqo8duGqDxdQOFwg==} 3685 3688 engines: {node: '>= 10'} 3686 3689 cpu: [x64] 3687 3690 os: [darwin] ··· 3710 3713 cpu: [arm64] 3711 3714 os: [linux] 3712 3715 3713 - '@next/swc-linux-arm64-gnu@16.0.7': 3714 - resolution: {integrity: sha512-mloD5WcPIeIeeZqAIP5c2kdaTa6StwP4/2EGy1mUw8HiexSHGK/jcM7lFuS3u3i2zn+xH9+wXJs6njO7VrAqww==} 3716 + '@next/swc-linux-arm64-gnu@16.0.9': 3717 + resolution: {integrity: sha512-EI2klFVL8tOyEIX5J1gXXpm1YuChmDy4R+tHoNjkCHUmBJqXioYErX/O2go4pEhjxkAxHp2i8y5aJcRz2m5NqQ==} 3715 3718 engines: {node: '>= 10'} 3716 3719 cpu: [arm64] 3717 3720 os: [linux] ··· 3740 3743 cpu: [arm64] 3741 3744 os: [linux] 3742 3745 3743 - '@next/swc-linux-arm64-musl@16.0.7': 3744 - resolution: {integrity: sha512-+ksWNrZrthisXuo9gd1XnjHRowCbMtl/YgMpbRvFeDEqEBd523YHPWpBuDjomod88U8Xliw5DHhekBC3EOOd9g==} 3746 + '@next/swc-linux-arm64-musl@16.0.9': 3747 + resolution: {integrity: sha512-vq/5HeGvowhDPMrpp/KP4GjPVhIXnwNeDPF5D6XK6ta96UIt+C0HwJwuHYlwmn0SWyNANqx1Mp6qSVDXwbFKsw==} 3745 3748 engines: {node: '>= 10'} 3746 3749 cpu: [arm64] 3747 3750 os: [linux] ··· 3770 3773 cpu: [x64] 3771 3774 os: [linux] 3772 3775 3773 - '@next/swc-linux-x64-gnu@16.0.7': 3774 - resolution: {integrity: sha512-4WtJU5cRDxpEE44Ana2Xro1284hnyVpBb62lIpU5k85D8xXxatT+rXxBgPkc7C1XwkZMWpK5rXLXTh9PFipWsA==} 3776 + '@next/swc-linux-x64-gnu@16.0.9': 3777 + resolution: {integrity: sha512-GlUdJwy2leA/HnyRYxJ1ZJLCJH+BxZfqV4E0iYLrJipDKxWejWpPtZUdccPmCfIEY9gNBO7bPfbG6IIgkt0qXg==} 3775 3778 engines: {node: '>= 10'} 3776 3779 cpu: [x64] 3777 3780 os: [linux] ··· 3800 3803 cpu: [x64] 3801 3804 os: [linux] 3802 3805 3803 - '@next/swc-linux-x64-musl@16.0.7': 3804 - resolution: {integrity: sha512-HYlhqIP6kBPXalW2dbMTSuB4+8fe+j9juyxwfMwCe9kQPPeiyFn7NMjNfoFOfJ2eXkeQsoUGXg+O2SE3m4Qg2w==} 3806 + '@next/swc-linux-x64-musl@16.0.9': 3807 + resolution: {integrity: sha512-UCtOVx4N8AHF434VPwg4L0KkFLAd7pgJShzlX/hhv9+FDrT7/xCuVdlBsCXH7l9yCA/wHl3OqhMbIkgUluriWA==} 3805 3808 engines: {node: '>= 10'} 3806 3809 cpu: [x64] 3807 3810 os: [linux] ··· 3830 3833 cpu: [arm64] 3831 3834 os: [win32] 3832 3835 3833 - '@next/swc-win32-arm64-msvc@16.0.7': 3834 - resolution: {integrity: sha512-EviG+43iOoBRZg9deGauXExjRphhuYmIOJ12b9sAPy0eQ6iwcPxfED2asb/s2/yiLYOdm37kPaiZu8uXSYPs0Q==} 3836 + '@next/swc-win32-arm64-msvc@16.0.9': 3837 + resolution: {integrity: sha512-tQjtDGtv63mV3n/cZ4TH8BgUvKTSFlrF06yT5DyRmgQuj5WEjBUDy0W3myIW5kTRYMPrLn42H3VfCNwBH6YYiA==} 3835 3838 engines: {node: '>= 10'} 3836 3839 cpu: [arm64] 3837 3840 os: [win32] ··· 3872 3875 cpu: [x64] 3873 3876 os: [win32] 3874 3877 3875 - '@next/swc-win32-x64-msvc@16.0.7': 3876 - resolution: {integrity: sha512-gniPjy55zp5Eg0896qSrf3yB1dw4F/3s8VK1ephdsZZ129j2n6e1WqCbE2YgcKhW9hPB9TVZENugquWJD5x0ug==} 3878 + '@next/swc-win32-x64-msvc@16.0.9': 3879 + resolution: {integrity: sha512-y9AGACHTBwnWFLq5B5Fiv3FEbXBusdPb60pgoerB04CV/pwjY1xQNdoTNxAv7eUhU2k1CKnkN4XWVuiK07uOqA==} 3877 3880 engines: {node: '>= 10'} 3878 3881 cpu: [x64] 3879 3882 os: [win32] ··· 3974 3977 '@octokit/types@13.10.0': 3975 3978 resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} 3976 3979 3977 - '@opennextjs/aws@3.9.4': 3978 - resolution: {integrity: sha512-i5gWKSP7QQGz59z85ZjOGtIfXK1ZgRLEwbt7/dkmuujhTuMBWygQqrb2EGRf8vRZH1Xvp0fYENUZx7NjgvxsIg==} 3980 + '@opennextjs/aws@3.9.5': 3981 + resolution: {integrity: sha512-mzap4VWY4rroB/EZWiiLcw6Ljvh9k4hBeTHq3AfCYqlV+qd3j98dWQtLaEHpMeH2omAaURNEuaEaRBCxPb17TA==} 3979 3982 hasBin: true 3980 3983 peerDependencies: 3981 - 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 3984 + 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 3982 3985 3983 3986 '@opentelemetry/api@1.9.0': 3984 3987 resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} ··· 4898 4901 '@types/react-dom@19.0.0': 4899 4902 resolution: {integrity: sha512-1KfiQKsH1o00p9m5ag12axHQSb3FOU9H20UTrujVSkNhuCrRHiQWFqgEnTNK5ZNfnzZv8UWrnXVqCmCF9fgY3w==} 4900 4903 4904 + '@types/react-dom@19.0.2': 4905 + resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} 4906 + peerDependencies: 4907 + '@types/react': ^19.0.0 4908 + 4901 4909 '@types/react-dom@19.0.3': 4902 4910 resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} 4903 4911 peerDependencies: ··· 4908 4916 4909 4917 '@types/react@19.0.0': 4910 4918 resolution: {integrity: sha512-MY3oPudxvMYyesqs/kW1Bh8y9VqSmf+tzqw3ae8a9DZW68pUe3zAdHeI1jc6iAysuRdACnVknHP8AhwD4/dxtg==} 4919 + 4920 + '@types/react@19.0.2': 4921 + resolution: {integrity: sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==} 4911 4922 4912 4923 '@types/react@19.0.8': 4913 4924 resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==} ··· 7919 7930 sass: 7920 7931 optional: true 7921 7932 7922 - next@16.0.7: 7923 - resolution: {integrity: sha512-3mBRJyPxT4LOxAJI6IsXeFtKfiJUbjCLgvXO02fV8Wy/lIhPvP94Fe7dGhUgHXcQy4sSuYwQNcOLhIfOm0rL0A==} 7933 + next@15.5.8: 7934 + resolution: {integrity: sha512-Tma2R50eiM7Fx6fbDeHiThq7sPgl06mBr76j6Ga0lMFGrmaLitFsy31kykgb8Z++DR2uIEKi2RZ0iyjIwFd15Q==} 7935 + engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 7936 + hasBin: true 7937 + peerDependencies: 7938 + '@opentelemetry/api': ^1.1.0 7939 + '@playwright/test': ^1.51.1 7940 + babel-plugin-react-compiler: '*' 7941 + react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 7942 + react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 7943 + sass: ^1.3.0 7944 + peerDependenciesMeta: 7945 + '@opentelemetry/api': 7946 + optional: true 7947 + '@playwright/test': 7948 + optional: true 7949 + babel-plugin-react-compiler: 7950 + optional: true 7951 + sass: 7952 + optional: true 7953 + 7954 + next@16.0.9: 7955 + resolution: {integrity: sha512-Xk5x/wEk6ADIAtQECLo1uyE5OagbQCiZ+gW4XEv24FjQ3O2PdSkvgsn22aaseSXC7xg84oONvQjFbSTX5YsMhQ==} 7924 7956 engines: {node: '>=20.9.0'} 7925 7957 hasBin: true 7926 7958 peerDependencies: ··· 8552 8584 peerDependencies: 8553 8585 react: 19.0.0-rc-8b08e99e-20240713 8554 8586 8587 + react-dom@19.0.2: 8588 + resolution: {integrity: sha512-6N4UcB4mLYRdX3W+z9fIz+2yijW3r7laRQCV+zg8PFCZsy2iVaEQgWy3eLH0NBeQmVyi1PeLzFqXfucqeYghjw==} 8589 + peerDependencies: 8590 + react: ^19.0.2 8591 + 8592 + react-dom@19.2.2: 8593 + resolution: {integrity: sha512-fhyD2BLrew6qYf4NNtHff1rLXvzR25rq49p+FeqByOazc6TcSi2n8EYulo5C1PbH+1uBW++5S1SG7FcUU6mlDg==} 8594 + peerDependencies: 8595 + react: ^19.2.2 8596 + 8555 8597 react-hook-form@7.54.2: 8556 8598 resolution: {integrity: sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==} 8557 8599 engines: {node: '>=18.0.0'} ··· 8576 8618 8577 8619 react@19.0.0-rc-8b08e99e-20240713: 8578 8620 resolution: {integrity: sha512-j56t3i/sMNftehdO/cA0kFeKDh9Pi1FxKba6u0sRgzZ73HVWii64oUbFxkUmf6I/C9uCmovY3HnFpT7/0UTIaw==} 8621 + engines: {node: '>=0.10.0'} 8622 + 8623 + react@19.0.2: 8624 + resolution: {integrity: sha512-xgvB+eJxFIW0HcFmURjOOLhGmbhYVHATKeS+aQd7HeRJI3nYuutqG4eJfBi+I2rFob7E72M3tXJGjv+5XUHLEQ==} 8625 + engines: {node: '>=0.10.0'} 8626 + 8627 + react@19.2.2: 8628 + resolution: {integrity: sha512-BdOGOY8OKRBcgoDkwqA8Q5XvOIhoNx/Sh6BnGJlet2Abt0X5BK0BDrqGyQgLhAVjD2nAg5f6o01u/OPUhG022Q==} 8579 8629 engines: {node: '>=0.10.0'} 8580 8630 8581 8631 read-cache@1.0.0: ··· 8761 8811 8762 8812 scheduler@0.25.0-rc-8b08e99e-20240713: 8763 8813 resolution: {integrity: sha512-vPAQ9hTVeh54O7K7nTH5rIr060XI2E5xXSLOeiDpZVjtZW9DhZMjq4L82aI8J5EZPwYlWH69SdKBwFMIleNkUQ==} 8814 + 8815 + scheduler@0.27.0: 8816 + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} 8764 8817 8765 8818 section-matter@1.0.0: 8766 8819 resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} ··· 11396 11449 react-dom: 18.3.1(react@18.3.1) 11397 11450 tslib: 2.4.1 11398 11451 11399 - '@clerk/nextjs@6.9.6(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 11452 + '@clerk/nextjs@6.9.6(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 11400 11453 dependencies: 11401 11454 '@clerk/backend': 1.21.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11402 11455 '@clerk/clerk-react': 5.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11403 11456 '@clerk/shared': 2.20.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11404 11457 '@clerk/types': 4.40.0 11405 11458 crypto-js: 4.2.0 11406 - next: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11459 + next: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11407 11460 react: 18.3.1 11408 11461 react-dom: 18.3.1(react@18.3.1) 11409 11462 server-only: 0.0.1 ··· 12491 12544 dependencies: 12492 12545 react: 19.0.0-rc-8b08e99e-20240713 12493 12546 12494 - '@hookform/resolvers@3.10.0(react-hook-form@7.54.2(react@19.0.0))': 12547 + '@hookform/resolvers@3.10.0(react-hook-form@7.54.2(react@19.2.2))': 12495 12548 dependencies: 12496 - react-hook-form: 7.54.2(react@19.0.0) 12549 + react-hook-form: 7.54.2(react@19.2.2) 12497 12550 12498 12551 '@humanfs/core@0.19.1': {} 12499 12552 ··· 12934 12987 12935 12988 '@next/env@15.5.7': {} 12936 12989 12937 - '@next/env@16.0.7': {} 12990 + '@next/env@15.5.8': {} 12991 + 12992 + '@next/env@16.0.9': {} 12938 12993 12939 12994 '@next/eslint-plugin-next@14.2.14': 12940 12995 dependencies: ··· 12964 13019 '@next/swc-darwin-arm64@15.5.7': 12965 13020 optional: true 12966 13021 12967 - '@next/swc-darwin-arm64@16.0.7': 13022 + '@next/swc-darwin-arm64@16.0.9': 12968 13023 optional: true 12969 13024 12970 13025 '@next/swc-darwin-x64@14.2.33': ··· 12979 13034 '@next/swc-darwin-x64@15.5.7': 12980 13035 optional: true 12981 13036 12982 - '@next/swc-darwin-x64@16.0.7': 13037 + '@next/swc-darwin-x64@16.0.9': 12983 13038 optional: true 12984 13039 12985 13040 '@next/swc-linux-arm64-gnu@14.2.33': ··· 12994 13049 '@next/swc-linux-arm64-gnu@15.5.7': 12995 13050 optional: true 12996 13051 12997 - '@next/swc-linux-arm64-gnu@16.0.7': 13052 + '@next/swc-linux-arm64-gnu@16.0.9': 12998 13053 optional: true 12999 13054 13000 13055 '@next/swc-linux-arm64-musl@14.2.33': ··· 13009 13064 '@next/swc-linux-arm64-musl@15.5.7': 13010 13065 optional: true 13011 13066 13012 - '@next/swc-linux-arm64-musl@16.0.7': 13067 + '@next/swc-linux-arm64-musl@16.0.9': 13013 13068 optional: true 13014 13069 13015 13070 '@next/swc-linux-x64-gnu@14.2.33': ··· 13024 13079 '@next/swc-linux-x64-gnu@15.5.7': 13025 13080 optional: true 13026 13081 13027 - '@next/swc-linux-x64-gnu@16.0.7': 13082 + '@next/swc-linux-x64-gnu@16.0.9': 13028 13083 optional: true 13029 13084 13030 13085 '@next/swc-linux-x64-musl@14.2.33': ··· 13039 13094 '@next/swc-linux-x64-musl@15.5.7': 13040 13095 optional: true 13041 13096 13042 - '@next/swc-linux-x64-musl@16.0.7': 13097 + '@next/swc-linux-x64-musl@16.0.9': 13043 13098 optional: true 13044 13099 13045 13100 '@next/swc-win32-arm64-msvc@14.2.33': ··· 13054 13109 '@next/swc-win32-arm64-msvc@15.5.7': 13055 13110 optional: true 13056 13111 13057 - '@next/swc-win32-arm64-msvc@16.0.7': 13112 + '@next/swc-win32-arm64-msvc@16.0.9': 13058 13113 optional: true 13059 13114 13060 13115 '@next/swc-win32-ia32-msvc@14.2.33': ··· 13075 13130 '@next/swc-win32-x64-msvc@15.5.7': 13076 13131 optional: true 13077 13132 13078 - '@next/swc-win32-x64-msvc@16.0.7': 13133 + '@next/swc-win32-x64-msvc@16.0.9': 13079 13134 optional: true 13080 13135 13081 13136 '@noble/ciphers@1.3.0': {} ··· 13187 13242 dependencies: 13188 13243 '@octokit/openapi-types': 24.2.0 13189 13244 13190 - '@opennextjs/aws@3.9.4(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': 13245 + '@opennextjs/aws@3.9.5(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))': 13191 13246 dependencies: 13192 13247 '@ast-grep/napi': 0.40.0 13193 13248 '@aws-sdk/client-cloudfront': 3.398.0 ··· 13203 13258 cookie: 1.0.2 13204 13259 esbuild: 0.25.4 13205 13260 express: 5.1.0 13206 - next: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 13261 + next: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 13207 13262 path-to-regexp: 6.3.0 13208 13263 urlpattern-polyfill: 10.1.0 13209 13264 yaml: 2.8.1 ··· 14300 14355 postcss-selector-parser: 6.0.10 14301 14356 tailwindcss: 3.4.5(ts-node@10.9.1(@types/node@20.14.10)(typescript@5.5.3)) 14302 14357 14303 - '@tanstack/react-table@8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14358 + '@tanstack/react-table@8.20.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14304 14359 dependencies: 14305 14360 '@tanstack/table-core': 8.20.5 14306 - react: 19.0.0 14307 - react-dom: 19.0.0(react@19.0.0) 14361 + react: 19.2.2 14362 + react-dom: 19.2.2(react@19.2.2) 14308 14363 14309 14364 '@tanstack/table-core@8.20.5': {} 14310 14365 ··· 14444 14499 dependencies: 14445 14500 '@types/react': 19.0.8 14446 14501 14502 + '@types/react-dom@19.0.2(@types/react@19.0.2)': 14503 + dependencies: 14504 + '@types/react': 19.0.2 14505 + 14447 14506 '@types/react-dom@19.0.3(@types/react@19.0.8)': 14448 14507 dependencies: 14449 14508 '@types/react': 19.0.8 ··· 14454 14513 csstype: 3.1.3 14455 14514 14456 14515 '@types/react@19.0.0': 14516 + dependencies: 14517 + csstype: 3.1.3 14518 + 14519 + '@types/react@19.0.2': 14457 14520 dependencies: 14458 14521 csstype: 3.1.3 14459 14522 ··· 15757 15820 transitivePeerDependencies: 15758 15821 - supports-color 15759 15822 15760 - drizzle-orm@0.38.4(@cloudflare/workers-types@4.20251128.0)(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(@prisma/client@6.7.0(prisma@6.7.0(typescript@5.7.3))(typescript@5.7.3))(@types/better-sqlite3@7.6.12)(@types/react@19.0.0)(better-sqlite3@11.8.1)(knex@3.1.0(better-sqlite3@11.8.1)(pg@8.16.0))(pg@8.16.0)(prisma@6.7.0(typescript@5.7.3))(react@19.0.0): 15823 + drizzle-orm@0.38.4(@cloudflare/workers-types@4.20251128.0)(@libsql/client@0.14.0)(@opentelemetry/api@1.9.0)(@prisma/client@6.7.0(prisma@6.7.0(typescript@5.7.3))(typescript@5.7.3))(@types/better-sqlite3@7.6.12)(@types/react@19.0.0)(better-sqlite3@11.8.1)(knex@3.1.0(better-sqlite3@11.8.1)(pg@8.16.0))(pg@8.16.0)(prisma@6.7.0(typescript@5.7.3))(react@19.2.2): 15761 15824 optionalDependencies: 15762 15825 '@cloudflare/workers-types': 4.20251128.0 15763 15826 '@libsql/client': 0.14.0 ··· 15769 15832 knex: 3.1.0(better-sqlite3@11.8.1)(pg@8.16.0) 15770 15833 pg: 8.16.0 15771 15834 prisma: 6.7.0(typescript@5.7.3) 15772 - react: 19.0.0 15835 + react: 19.2.2 15773 15836 15774 15837 dunder-proto@1.0.1: 15775 15838 dependencies: ··· 18259 18322 lodash.clonedeep: 4.5.0 18260 18323 lru-cache: 6.0.0 18261 18324 18262 - lucide-react@0.469.0(react@19.0.0): 18325 + lucide-react@0.469.0(react@19.2.2): 18263 18326 dependencies: 18264 - react: 19.0.0 18327 + react: 19.2.2 18265 18328 18266 18329 magic-string@0.30.17: 18267 18330 dependencies: ··· 18612 18675 18613 18676 negotiator@1.0.0: {} 18614 18677 18615 - next-auth@4.24.11(next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18678 + next-auth@4.24.11(next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 18616 18679 dependencies: 18617 18680 '@babel/runtime': 7.25.7 18618 18681 '@panva/hkdf': 1.2.1 18619 18682 cookie: 0.7.1 18620 18683 jose: 4.15.9 18621 - next: 15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 18684 + next: 15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 18622 18685 oauth: 0.9.15 18623 18686 openid-client: 5.7.1 18624 18687 preact: 10.25.4 18625 18688 preact-render-to-string: 5.2.6(preact@10.25.4) 18626 - react: 19.0.0 18627 - react-dom: 19.0.0(react@19.0.0) 18689 + react: 19.2.2 18690 + react-dom: 19.2.2(react@19.2.2) 18628 18691 uuid: 8.3.2 18629 18692 18630 - next-themes@0.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18693 + next-themes@0.4.4(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 18631 18694 dependencies: 18632 - react: 19.0.0 18633 - react-dom: 19.0.0(react@19.0.0) 18695 + react: 19.2.2 18696 + react-dom: 19.2.2(react@19.2.2) 18634 18697 18635 18698 next@14.2.33(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 18636 18699 dependencies: ··· 18687 18750 - '@babel/core' 18688 18751 - babel-plugin-macros 18689 18752 18690 - next@15.4.2-canary.29(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18753 + next@15.4.2-canary.29(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2): 18691 18754 dependencies: 18692 18755 '@next/env': 15.4.2-canary.29 18693 18756 '@swc/helpers': 0.5.15 18694 18757 caniuse-lite: 1.0.30001717 18695 18758 postcss: 8.4.31 18696 - react: 19.0.0 18697 - react-dom: 19.0.0(react@19.0.0) 18698 - styled-jsx: 5.1.6(react@19.0.0) 18759 + react: 19.0.2 18760 + react-dom: 19.0.2(react@19.0.2) 18761 + styled-jsx: 5.1.6(react@19.0.2) 18699 18762 optionalDependencies: 18700 18763 '@next/swc-darwin-arm64': 15.4.2-canary.29 18701 18764 '@next/swc-darwin-x64': 15.4.2-canary.29 ··· 18712 18775 - '@babel/core' 18713 18776 - babel-plugin-macros 18714 18777 18715 - next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 18778 + next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18716 18779 dependencies: 18717 18780 '@next/env': 15.5.7 18718 18781 '@swc/helpers': 0.5.15 18719 18782 caniuse-lite: 1.0.30001717 18720 18783 postcss: 8.4.31 18784 + react: 19.0.0 18785 + react-dom: 19.0.0(react@19.0.0) 18786 + styled-jsx: 5.1.6(react@19.0.0) 18787 + optionalDependencies: 18788 + '@next/swc-darwin-arm64': 15.5.7 18789 + '@next/swc-darwin-x64': 15.5.7 18790 + '@next/swc-linux-arm64-gnu': 15.5.7 18791 + '@next/swc-linux-arm64-musl': 15.5.7 18792 + '@next/swc-linux-x64-gnu': 15.5.7 18793 + '@next/swc-linux-x64-musl': 15.5.7 18794 + '@next/swc-win32-arm64-msvc': 15.5.7 18795 + '@next/swc-win32-x64-msvc': 15.5.7 18796 + '@opentelemetry/api': 1.9.0 18797 + '@playwright/test': 1.51.1 18798 + sharp: 0.34.5 18799 + transitivePeerDependencies: 18800 + - '@babel/core' 18801 + - babel-plugin-macros 18802 + 18803 + next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 18804 + dependencies: 18805 + '@next/env': 15.5.8 18806 + '@swc/helpers': 0.5.15 18807 + caniuse-lite: 1.0.30001717 18808 + postcss: 8.4.31 18721 18809 react: 18.3.1 18722 18810 react-dom: 18.3.1(react@18.3.1) 18723 18811 styled-jsx: 5.1.6(react@18.3.1) ··· 18737 18825 - '@babel/core' 18738 18826 - babel-plugin-macros 18739 18827 18740 - next@15.5.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18828 + next@15.5.8(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 18741 18829 dependencies: 18742 - '@next/env': 15.5.7 18830 + '@next/env': 15.5.8 18743 18831 '@swc/helpers': 0.5.15 18744 18832 caniuse-lite: 1.0.30001717 18745 18833 postcss: 8.4.31 18746 - react: 19.0.0 18747 - react-dom: 19.0.0(react@19.0.0) 18748 - styled-jsx: 5.1.6(react@19.0.0) 18834 + react: 19.2.2 18835 + react-dom: 19.2.2(react@19.2.2) 18836 + styled-jsx: 5.1.6(react@19.2.2) 18749 18837 optionalDependencies: 18750 18838 '@next/swc-darwin-arm64': 15.5.7 18751 18839 '@next/swc-darwin-x64': 15.5.7 ··· 18762 18850 - '@babel/core' 18763 18851 - babel-plugin-macros 18764 18852 18765 - next@16.0.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 18853 + next@16.0.9(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.2(react@19.0.2))(react@19.0.2): 18766 18854 dependencies: 18767 - '@next/env': 16.0.7 18855 + '@next/env': 16.0.9 18768 18856 '@swc/helpers': 0.5.15 18769 18857 caniuse-lite: 1.0.30001717 18770 18858 postcss: 8.4.31 18771 - react: 19.0.0 18772 - react-dom: 19.0.0(react@19.0.0) 18773 - styled-jsx: 5.1.6(react@19.0.0) 18859 + react: 19.0.2 18860 + react-dom: 19.0.2(react@19.0.2) 18861 + styled-jsx: 5.1.6(react@19.0.2) 18774 18862 optionalDependencies: 18775 - '@next/swc-darwin-arm64': 16.0.7 18776 - '@next/swc-darwin-x64': 16.0.7 18777 - '@next/swc-linux-arm64-gnu': 16.0.7 18778 - '@next/swc-linux-arm64-musl': 16.0.7 18779 - '@next/swc-linux-x64-gnu': 16.0.7 18780 - '@next/swc-linux-x64-musl': 16.0.7 18781 - '@next/swc-win32-arm64-msvc': 16.0.7 18782 - '@next/swc-win32-x64-msvc': 16.0.7 18863 + '@next/swc-darwin-arm64': 16.0.9 18864 + '@next/swc-darwin-x64': 16.0.9 18865 + '@next/swc-linux-arm64-gnu': 16.0.9 18866 + '@next/swc-linux-arm64-musl': 16.0.9 18867 + '@next/swc-linux-x64-gnu': 16.0.9 18868 + '@next/swc-linux-x64-musl': 16.0.9 18869 + '@next/swc-win32-arm64-msvc': 16.0.9 18870 + '@next/swc-win32-x64-msvc': 16.0.9 18783 18871 '@opentelemetry/api': 1.9.0 18784 18872 '@playwright/test': 1.51.1 18785 18873 sharp: 0.34.5 ··· 19374 19462 19375 19463 punycode@2.3.1: {} 19376 19464 19377 - qrcode.react@4.2.0(react@19.0.0): 19465 + qrcode.react@4.2.0(react@19.2.2): 19378 19466 dependencies: 19379 - react: 19.0.0 19467 + react: 19.2.2 19380 19468 19381 19469 qs@6.14.0: 19382 19470 dependencies: ··· 19442 19530 react: 19.0.0-rc-8b08e99e-20240713 19443 19531 scheduler: 0.25.0-rc-8b08e99e-20240713 19444 19532 19445 - react-hook-form@7.54.2(react@19.0.0): 19533 + react-dom@19.0.2(react@19.0.2): 19534 + dependencies: 19535 + react: 19.0.2 19536 + scheduler: 0.25.0 19537 + 19538 + react-dom@19.2.2(react@19.2.2): 19539 + dependencies: 19540 + react: 19.2.2 19541 + scheduler: 0.27.0 19542 + 19543 + react-hook-form@7.54.2(react@19.2.2): 19446 19544 dependencies: 19447 - react: 19.0.0 19545 + react: 19.2.2 19448 19546 19449 - react-icons@5.4.0(react@19.0.0): 19547 + react-icons@5.4.0(react@19.2.2): 19450 19548 dependencies: 19451 - react: 19.0.0 19549 + react: 19.2.2 19452 19550 19453 19551 react-is@16.13.1: {} 19454 19552 ··· 19459 19557 react@19.0.0: {} 19460 19558 19461 19559 react@19.0.0-rc-8b08e99e-20240713: {} 19560 + 19561 + react@19.0.2: {} 19562 + 19563 + react@19.2.2: {} 19462 19564 19463 19565 read-cache@1.0.0: 19464 19566 dependencies: ··· 19730 19832 19731 19833 scheduler@0.25.0-rc-8b08e99e-20240713: {} 19732 19834 19835 + scheduler@0.27.0: {} 19836 + 19733 19837 section-matter@1.0.0: 19734 19838 dependencies: 19735 19839 extend-shallow: 2.0.1 ··· 19956 20060 snake-case: 3.0.4 19957 20061 type-fest: 2.19.0 19958 20062 19959 - sonner@1.7.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 20063 + sonner@1.7.3(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 19960 20064 dependencies: 19961 - react: 19.0.0 19962 - react-dom: 19.0.0(react@19.0.0) 20065 + react: 19.2.2 20066 + react-dom: 19.2.2(react@19.2.2) 19963 20067 19964 20068 source-map-js@1.2.0: {} 19965 20069 ··· 20177 20281 dependencies: 20178 20282 client-only: 0.0.1 20179 20283 react: 19.0.0-rc-8b08e99e-20240713 20284 + 20285 + styled-jsx@5.1.6(react@19.0.2): 20286 + dependencies: 20287 + client-only: 0.0.1 20288 + react: 19.0.2 20289 + 20290 + styled-jsx@5.1.6(react@19.2.2): 20291 + dependencies: 20292 + client-only: 0.0.1 20293 + react: 19.2.2 20180 20294 20181 20295 sucrase@3.35.0: 20182 20296 dependencies:
+6 -6
pnpm-workspace.yaml
··· 26 26 glob: ^12.0.0 27 27 globals: ^15.9.0 28 28 mock-fs: ^5.4.1 29 - next: ~15.5.7 29 + next: ~15.5.8 30 30 package-manager-detector: ^0.2.0 31 31 react-dom: ^18 32 32 react: ^18 ··· 42 42 catalogs: 43 43 e2e: 44 44 "@types/node": 20.17.6 45 - "@types/react-dom": 19.0.0 46 - "@types/react": 19.0.0 45 + "@types/react-dom": 19.0.2 46 + "@types/react": 19.0.2 47 47 autoprefixer: 10.4.15 48 - next: 16.0.7 48 + next: 16.0.9 49 49 postcss: 8.4.27 50 - react-dom: 19.0.0 51 - react: 19.0.0 50 + react-dom: 19.0.2 51 + react: 19.0.2 52 52 tailwindcss: 3.3.3