this repo has no description
0
fork

Configure Feed

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

Bump Next (#1021)

authored by

Victor Berchet and committed by
GitHub
250aba23 ed2f81f5

+153 -760
+7
.changeset/soft-pans-shop.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + bump `@opennextjs/aws` to 3.9.3 6 + 7 + See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.3>
+5
.changeset/tired-cycles-laugh.md
··· 1 + --- 2 + "@opennextjs/cloudflare": patch 3 + --- 4 + 5 + Bump Next
+1 -1
create-cloudflare/next/package.json
··· 14 14 }, 15 15 "dependencies": { 16 16 "@opennextjs/cloudflare": "^1.11.0", 17 - "next": "15.5.6", 17 + "next": "15.5.7", 18 18 "react": "19.1.0", 19 19 "react-dom": "19.1.0" 20 20 },
+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.0.4", 17 + "next": "15.5.7", 18 18 "react-dom": "^18.3.1", 19 19 "react": "^18.3.1" 20 20 },
+1 -1
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.1.0", 31 + "next": "15.5.7", 32 32 "qrcode.react": "^4.2.0", 33 33 "react-dom": "^19.0.0", 34 34 "react-hook-form": "^7.54.2",
+1 -1
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.1.3", 19 + "next": "15.5.7", 20 20 "react": "^19.0.0", 21 21 "react-dom": "^19.0.0" 22 22 },
+1 -1
examples/playground15/package.json
··· 16 16 "cf-typegen": "wrangler types --env-interface CloudflareEnv" 17 17 }, 18 18 "dependencies": { 19 - "next": "^15.4.5", 19 + "next": "^15.5.7", 20 20 "react": "^19.0.0", 21 21 "react-dom": "^19.0.0" 22 22 },
+1 -1
examples/ssg-app/package.json
··· 15 15 "dependencies": { 16 16 "react": "^19.0.0", 17 17 "react-dom": "^19.0.0", 18 - "next": "15.1.7" 18 + "next": "15.5.7" 19 19 }, 20 20 "devDependencies": { 21 21 "@opennextjs/cloudflare": "workspace:*",
+3 -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.1", 57 + "@opennextjs/aws": "3.9.3", 58 58 "cloudflare": "^4.4.1", 59 59 "enquirer": "^2.4.1", 60 60 "glob": "catalog:", ··· 85 85 "vitest": "catalog:" 86 86 }, 87 87 "peerDependencies": { 88 - "wrangler": "catalog:" 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.3.6 || ~15.4.8 || ~15.5.7 || ^16.0.7" 89 90 } 90 91 }
+130 -750
pnpm-lock.yaml
··· 61 61 specifier: ^5.4.1 62 62 version: 5.4.1 63 63 next: 64 - specifier: ~15.5.6 65 - version: 15.5.6 64 + specifier: ~15.5.7 65 + version: 15.5.7 66 66 react: 67 67 specifier: ^18 68 68 version: 18.3.1 ··· 104 104 specifier: 10.4.15 105 105 version: 10.4.15 106 106 next: 107 - specifier: 16.0.5 108 - version: 16.0.5 107 + specifier: 16.0.7 108 + version: 16.0.7 109 109 postcss: 110 110 specifier: 8.4.27 111 111 version: 8.4.27 ··· 157 157 examples/bugs/gh-119: 158 158 dependencies: 159 159 next: 160 - specifier: 15.0.4 161 - version: 15.0.4(@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.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) 162 162 react: 163 163 specifier: ^18.3.1 164 164 version: 18.3.1 ··· 239 239 specifier: ^5.0.9 240 240 version: 5.0.9 241 241 next: 242 - specifier: 15.1.0 243 - version: 15.1.0(@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.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) 244 244 next-auth: 245 245 specifier: ^4.24.11 246 - version: 4.24.11(next@15.1.0(@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.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) 247 247 next-themes: 248 248 specifier: ^0.4.4 249 249 version: 0.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) ··· 336 336 specifier: ^3.721.0 337 337 version: 3.741.0 338 338 next: 339 - specifier: 15.1.3 340 - version: 15.1.3(@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.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) 341 341 react: 342 342 specifier: ^19.0.0 343 343 version: 19.0.0 ··· 386 386 dependencies: 387 387 next: 388 388 specifier: 'catalog:' 389 - version: 15.5.6(@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.7(@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.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 442 442 react: 443 443 specifier: catalog:e2e 444 444 version: 19.0.0 ··· 484 484 version: link:../../../packages/cloudflare 485 485 next: 486 486 specifier: catalog:e2e 487 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 488 488 react: 489 489 specifier: catalog:e2e 490 490 version: 19.0.0 ··· 564 564 version: link:../../../packages/cloudflare 565 565 next: 566 566 specifier: catalog:e2e 567 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 568 568 react: 569 569 specifier: catalog:e2e 570 570 version: 19.0.0 ··· 604 604 dependencies: 605 605 next: 606 606 specifier: catalog:e2e 607 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 608 608 react: 609 609 specifier: catalog:e2e 610 610 version: 19.0.0 ··· 623 623 dependencies: 624 624 '@clerk/nextjs': 625 625 specifier: 6.9.6 626 - version: 6.9.6(next@15.5.6(@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.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) 627 627 next: 628 628 specifier: 'catalog:' 629 - version: 15.5.6(@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.7(@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.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 728 728 react: 729 729 specifier: catalog:e2e 730 730 version: 19.0.0 ··· 758 758 dependencies: 759 759 next: 760 760 specifier: catalog:e2e 761 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 762 762 react: 763 763 specifier: catalog:e2e 764 764 version: 19.0.0 ··· 792 792 dependencies: 793 793 next: 794 794 specifier: catalog:e2e 795 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 796 796 react: 797 797 specifier: catalog:e2e 798 798 version: 19.0.0 ··· 826 826 dependencies: 827 827 next: 828 828 specifier: catalog:e2e 829 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 830 830 react: 831 831 specifier: catalog:e2e 832 832 version: 19.0.0 ··· 860 860 dependencies: 861 861 next: 862 862 specifier: catalog:e2e 863 - version: 16.0.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 864 864 react: 865 865 specifier: catalog:e2e 866 866 version: 19.0.0 ··· 921 921 examples/playground15: 922 922 dependencies: 923 923 next: 924 - specifier: ^15.4.5 925 - version: 15.4.5(@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.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) 926 926 react: 927 927 specifier: ^19.0.0 928 928 version: 19.0.0 ··· 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.5(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 960 960 react: 961 961 specifier: catalog:e2e 962 962 version: 19.0.0 ··· 986 986 examples/ssg-app: 987 987 dependencies: 988 988 next: 989 - specifier: 15.1.7 990 - version: 15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 989 + specifier: 15.5.7 990 + 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) 991 991 react: 992 992 specifier: ^19.0.0 993 993 version: 19.0.0 ··· 1030 1030 version: 4.0.3 1031 1031 next: 1032 1032 specifier: 'catalog:' 1033 - version: 15.5.6(@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.7(@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.1 1085 - version: 3.9.1 1084 + specifier: 3.9.3 1085 + version: 3.9.3(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)) 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.6(@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.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 1153 1153 picomatch: 1154 1154 specifier: ^4.0.2 1155 1155 version: 4.0.2 ··· 3605 3605 '@next/env@15.0.0-canary.174': 3606 3606 resolution: {integrity: sha512-2S0Jpc4yzsLq5xfIHknQob5k3ME9oI7syQH1fNJ3tv/HP1DVLmTWDRylPScLLUJGvOg7SEgnYK87P45cTNdfUQ==} 3607 3607 3608 - '@next/env@15.0.4': 3609 - resolution: {integrity: sha512-WNRvtgnRVDD4oM8gbUcRc27IAhaL4eXQ/2ovGbgLnPGUvdyDr8UdXP4Q/IBDdAdojnD2eScryIDirv0YUCjUVw==} 3610 - 3611 - '@next/env@15.1.0': 3612 - resolution: {integrity: sha512-UcCO481cROsqJuszPPXJnb7GGuLq617ve4xuAyyNG4VSSocJNtMU5Fsx+Lp6mlN8c7W58aZLc5y6D/2xNmaK+w==} 3613 - 3614 - '@next/env@15.1.3': 3615 - resolution: {integrity: sha512-Q1tXwQCGWyA3ehMph3VO+E6xFPHDKdHFYosadt0F78EObYxPio0S09H9UGYznDe6Wc8eLKLG89GqcFJJDiK5xw==} 3616 - 3617 - '@next/env@15.1.7': 3618 - resolution: {integrity: sha512-d9jnRrkuOH7Mhi+LHav2XW91HOgTAWHxjMPkXMGBc9B2b7614P7kjt8tAplRvJpbSt4nbO1lugcT/kAaWzjlLQ==} 3619 - 3620 3608 '@next/env@15.4.2-canary.29': 3621 3609 resolution: {integrity: sha512-zmkSqVO16lUnanrgywv4SfgiLyMI2V/IxEgRTKcded5Lor0jXC73eqtjTL4vKpFKK771l7M0zILv8Hv5uHsR1A==} 3622 3610 3623 - '@next/env@15.4.5': 3624 - resolution: {integrity: sha512-ruM+q2SCOVCepUiERoxOmZY9ZVoecR3gcXNwCYZRvQQWRjhOiPJGmQ2fAiLR6YKWXcSAh7G79KEFxN3rwhs4LQ==} 3611 + '@next/env@15.5.7': 3612 + resolution: {integrity: sha512-4h6Y2NyEkIEN7Z8YxkA27pq6zTkS09bUSYC0xjd0NpwFxjnIKeZEeH591o5WECSmjpUhLn3H2QLJcDye3Uzcvg==} 3625 3613 3626 - '@next/env@15.5.6': 3627 - resolution: {integrity: sha512-3qBGRW+sCGzgbpc5TS1a0p7eNxnOarGVQhZxfvTdnV0gFI61lX7QNtQ4V1TSREctXzYn5NetbUsLvyqwLFJM6Q==} 3628 - 3629 - '@next/env@16.0.5': 3630 - resolution: {integrity: sha512-jRLOw822AE6aaIm9oh0NrauZEM0Vtx5xhYPgqx89txUmv/UmcRwpcXmGeQOvYNT/1bakUwA+nG5CA74upYVVDw==} 3614 + '@next/env@16.0.7': 3615 + resolution: {integrity: sha512-gpaNgUh5nftFKRkRQGnVi5dpcYSKGcZZkQffZ172OrG/XkrnS7UBTQ648YY+8ME92cC4IojpI2LqTC8sTDhAaw==} 3631 3616 3632 3617 '@next/eslint-plugin-next@14.2.14': 3633 3618 resolution: {integrity: sha512-kV+OsZ56xhj0rnTn6HegyTGkoa16Mxjrpk7pjWumyB2P8JVQb8S9qtkjy/ye0GnTr4JWtWG4x/2qN40lKZ3iVQ==} ··· 3653 3638 cpu: [arm64] 3654 3639 os: [darwin] 3655 3640 3656 - '@next/swc-darwin-arm64@15.0.4': 3657 - resolution: {integrity: sha512-QecQXPD0yRHxSXWL5Ff80nD+A56sUXZG9koUsjWJwA2Z0ZgVQfuy7gd0/otjxoOovPVHR2eVEvPMHbtZP+pf9w==} 3658 - engines: {node: '>= 10'} 3659 - cpu: [arm64] 3660 - os: [darwin] 3661 - 3662 - '@next/swc-darwin-arm64@15.1.0': 3663 - resolution: {integrity: sha512-ZU8d7xxpX14uIaFC3nsr4L++5ZS/AkWDm1PzPO6gD9xWhFkOj2hzSbSIxoncsnlJXB1CbLOfGVN4Zk9tg83PUw==} 3664 - engines: {node: '>= 10'} 3665 - cpu: [arm64] 3666 - os: [darwin] 3667 - 3668 - '@next/swc-darwin-arm64@15.1.3': 3669 - resolution: {integrity: sha512-aZtmIh8jU89DZahXQt1La0f2EMPt/i7W+rG1sLtYJERsP7GRnNFghsciFpQcKHcGh4dUiyTB5C1X3Dde/Gw8gg==} 3670 - engines: {node: '>= 10'} 3671 - cpu: [arm64] 3672 - os: [darwin] 3673 - 3674 - '@next/swc-darwin-arm64@15.1.7': 3675 - resolution: {integrity: sha512-hPFwzPJDpA8FGj7IKV3Yf1web3oz2YsR8du4amKw8d+jAOHfYHYFpMkoF6vgSY4W6vB29RtZEklK9ayinGiCmQ==} 3676 - engines: {node: '>= 10'} 3677 - cpu: [arm64] 3678 - os: [darwin] 3679 - 3680 3641 '@next/swc-darwin-arm64@15.4.2-canary.29': 3681 3642 resolution: {integrity: sha512-W0isQe+NuLgGEccJoqfuikN8irbHrq7qHYI+w2hdw0l6CzgvKa4GYEQV4FnblK9epa9rU+SRdTB428vzl5eesQ==} 3682 3643 engines: {node: '>= 10'} 3683 3644 cpu: [arm64] 3684 3645 os: [darwin] 3685 3646 3686 - '@next/swc-darwin-arm64@15.4.5': 3687 - resolution: {integrity: sha512-84dAN4fkfdC7nX6udDLz9GzQlMUwEMKD7zsseXrl7FTeIItF8vpk1lhLEnsotiiDt+QFu3O1FVWnqwcRD2U3KA==} 3647 + '@next/swc-darwin-arm64@15.5.7': 3648 + resolution: {integrity: sha512-IZwtxCEpI91HVU/rAUOOobWSZv4P2DeTtNaCdHqLcTJU4wdNXgAySvKa/qJCgR5m6KI8UsKDXtO2B31jcaw1Yw==} 3688 3649 engines: {node: '>= 10'} 3689 3650 cpu: [arm64] 3690 3651 os: [darwin] 3691 3652 3692 - '@next/swc-darwin-arm64@15.5.6': 3693 - resolution: {integrity: sha512-ES3nRz7N+L5Umz4KoGfZ4XX6gwHplwPhioVRc25+QNsDa7RtUF/z8wJcbuQ2Tffm5RZwuN2A063eapoJ1u4nPg==} 3694 - engines: {node: '>= 10'} 3695 - cpu: [arm64] 3696 - os: [darwin] 3697 - 3698 - '@next/swc-darwin-arm64@16.0.5': 3699 - resolution: {integrity: sha512-65Mfo1rD+mVbJuBTlXbNelNOJ5ef+5pskifpFHsUt3cnOWjDNKctHBwwSz9tJlPp7qADZtiN/sdcG7mnc0El8Q==} 3653 + '@next/swc-darwin-arm64@16.0.7': 3654 + resolution: {integrity: sha512-LlDtCYOEj/rfSnEn/Idi+j1QKHxY9BJFmxx7108A6D8K0SB+bNgfYQATPk/4LqOl4C0Wo3LACg2ie6s7xqMpJg==} 3700 3655 engines: {node: '>= 10'} 3701 3656 cpu: [arm64] 3702 3657 os: [darwin] ··· 3713 3668 cpu: [x64] 3714 3669 os: [darwin] 3715 3670 3716 - '@next/swc-darwin-x64@15.0.4': 3717 - resolution: {integrity: sha512-pb7Bye3y1Og3PlCtnz2oO4z+/b3pH2/HSYkLbL0hbVuTGil7fPen8/3pyyLjdiTLcFJ+ymeU3bck5hd4IPFFCA==} 3718 - engines: {node: '>= 10'} 3719 - cpu: [x64] 3720 - os: [darwin] 3721 - 3722 - '@next/swc-darwin-x64@15.1.0': 3723 - resolution: {integrity: sha512-DQ3RiUoW2XC9FcSM4ffpfndq1EsLV0fj0/UY33i7eklW5akPUCo6OX2qkcLXZ3jyPdo4sf2flwAED3AAq3Om2Q==} 3724 - engines: {node: '>= 10'} 3725 - cpu: [x64] 3726 - os: [darwin] 3727 - 3728 - '@next/swc-darwin-x64@15.1.3': 3729 - resolution: {integrity: sha512-aw8901rjkVBK5mbq5oV32IqkJg+CQa6aULNlN8zyCWSsePzEG3kpDkAFkkTOh3eJ0p95KbkLyWBzslQKamXsLA==} 3730 - engines: {node: '>= 10'} 3731 - cpu: [x64] 3732 - os: [darwin] 3733 - 3734 - '@next/swc-darwin-x64@15.1.7': 3735 - resolution: {integrity: sha512-2qoas+fO3OQKkU0PBUfwTiw/EYpN+kdAx62cePRyY1LqKtP09Vp5UcUntfZYajop5fDFTjSxCHfZVRxzi+9FYQ==} 3736 - engines: {node: '>= 10'} 3737 - cpu: [x64] 3738 - os: [darwin] 3739 - 3740 3671 '@next/swc-darwin-x64@15.4.2-canary.29': 3741 3672 resolution: {integrity: sha512-vPIml27iYFMqRNwYRO82leBuBs0Boach3thGfrUIzbDUambfQmKaylMBaEYkX2s7if+p+FmmCHY0XYrRHQf4yQ==} 3742 3673 engines: {node: '>= 10'} 3743 3674 cpu: [x64] 3744 3675 os: [darwin] 3745 3676 3746 - '@next/swc-darwin-x64@15.4.5': 3747 - resolution: {integrity: sha512-CL6mfGsKuFSyQjx36p2ftwMNSb8PQog8y0HO/ONLdQqDql7x3aJb/wB+LA651r4we2pp/Ck+qoRVUeZZEvSurA==} 3677 + '@next/swc-darwin-x64@15.5.7': 3678 + resolution: {integrity: sha512-UP6CaDBcqaCBuiq/gfCEJw7sPEoX1aIjZHnBWN9v9qYHQdMKvCKcAVs4OX1vIjeE+tC5EIuwDTVIoXpUes29lg==} 3748 3679 engines: {node: '>= 10'} 3749 3680 cpu: [x64] 3750 3681 os: [darwin] 3751 3682 3752 - '@next/swc-darwin-x64@15.5.6': 3753 - resolution: {integrity: sha512-JIGcytAyk9LQp2/nuVZPAtj8uaJ/zZhsKOASTjxDug0SPU9LAM3wy6nPU735M1OqacR4U20LHVF5v5Wnl9ptTA==} 3754 - engines: {node: '>= 10'} 3755 - cpu: [x64] 3756 - os: [darwin] 3757 - 3758 - '@next/swc-darwin-x64@16.0.5': 3759 - resolution: {integrity: sha512-2fDzXD/JpEjY500VUF0uuGq3YZcpC6XxmGabePPLyHCKbw/YXRugv3MRHH7MxE2hVHtryXeSYYnxcESb/3OUIQ==} 3683 + '@next/swc-darwin-x64@16.0.7': 3684 + resolution: {integrity: sha512-rtZ7BhnVvO1ICf3QzfW9H3aPz7GhBrnSIMZyr4Qy6boXF0b5E3QLs+cvJmg3PsTCG2M1PBoC+DANUi4wCOKXpA==} 3760 3685 engines: {node: '>= 10'} 3761 3686 cpu: [x64] 3762 3687 os: [darwin] ··· 3773 3698 cpu: [arm64] 3774 3699 os: [linux] 3775 3700 3776 - '@next/swc-linux-arm64-gnu@15.0.4': 3777 - resolution: {integrity: sha512-12oSaBFjGpB227VHzoXF3gJoK2SlVGmFJMaBJSu5rbpaoT5OjP5OuCLuR9/jnyBF1BAWMs/boa6mLMoJPRriMA==} 3778 - engines: {node: '>= 10'} 3779 - cpu: [arm64] 3780 - os: [linux] 3781 - 3782 - '@next/swc-linux-arm64-gnu@15.1.0': 3783 - resolution: {integrity: sha512-M+vhTovRS2F//LMx9KtxbkWk627l5Q7AqXWWWrfIzNIaUFiz2/NkOFkxCFyNyGACi5YbA8aekzCLtbDyfF/v5Q==} 3784 - engines: {node: '>= 10'} 3785 - cpu: [arm64] 3786 - os: [linux] 3787 - 3788 - '@next/swc-linux-arm64-gnu@15.1.3': 3789 - resolution: {integrity: sha512-YbdaYjyHa4fPK4GR4k2XgXV0p8vbU1SZh7vv6El4bl9N+ZSiMfbmqCuCuNU1Z4ebJMumafaz6UCC2zaJCsdzjw==} 3790 - engines: {node: '>= 10'} 3791 - cpu: [arm64] 3792 - os: [linux] 3793 - 3794 - '@next/swc-linux-arm64-gnu@15.1.7': 3795 - resolution: {integrity: sha512-sKLLwDX709mPdzxMnRIXLIT9zaX2w0GUlkLYQnKGoXeWUhcvpCrK+yevcwCJPdTdxZEUA0mOXGLdPsGkudGdnA==} 3796 - engines: {node: '>= 10'} 3797 - cpu: [arm64] 3798 - os: [linux] 3799 - 3800 3701 '@next/swc-linux-arm64-gnu@15.4.2-canary.29': 3801 3702 resolution: {integrity: sha512-OfjJBsSqHCNzcyMkMD2zoMOe6/l1EIWkuWYGPmffImSvPelXwY42FL42VHvYvnX6cq8xeOOEj6WIj03mPiErIA==} 3802 3703 engines: {node: '>= 10'} 3803 3704 cpu: [arm64] 3804 3705 os: [linux] 3805 3706 3806 - '@next/swc-linux-arm64-gnu@15.4.5': 3807 - resolution: {integrity: sha512-1hTVd9n6jpM/thnDc5kYHD1OjjWYpUJrJxY4DlEacT7L5SEOXIifIdTye6SQNNn8JDZrcN+n8AWOmeJ8u3KlvQ==} 3808 - engines: {node: '>= 10'} 3809 - cpu: [arm64] 3810 - os: [linux] 3811 - 3812 - '@next/swc-linux-arm64-gnu@15.5.6': 3813 - resolution: {integrity: sha512-qvz4SVKQ0P3/Im9zcS2RmfFL/UCQnsJKJwQSkissbngnB/12c6bZTCB0gHTexz1s6d/mD0+egPKXAIRFVS7hQg==} 3707 + '@next/swc-linux-arm64-gnu@15.5.7': 3708 + resolution: {integrity: sha512-NCslw3GrNIw7OgmRBxHtdWFQYhexoUCq+0oS2ccjyYLtcn1SzGzeM54jpTFonIMUjNbHmpKpziXnpxhSWLcmBA==} 3814 3709 engines: {node: '>= 10'} 3815 3710 cpu: [arm64] 3816 3711 os: [linux] 3817 3712 3818 - '@next/swc-linux-arm64-gnu@16.0.5': 3819 - resolution: {integrity: sha512-meSLB52fw4tgDpPnyuhwA280EWLwwIntrxLYjzKU3e3730ur2WJAmmqoZ1LPIZ2l3eDfh9SBHnJGTczbgPeNeA==} 3713 + '@next/swc-linux-arm64-gnu@16.0.7': 3714 + resolution: {integrity: sha512-mloD5WcPIeIeeZqAIP5c2kdaTa6StwP4/2EGy1mUw8HiexSHGK/jcM7lFuS3u3i2zn+xH9+wXJs6njO7VrAqww==} 3820 3715 engines: {node: '>= 10'} 3821 3716 cpu: [arm64] 3822 3717 os: [linux] ··· 3833 3728 cpu: [arm64] 3834 3729 os: [linux] 3835 3730 3836 - '@next/swc-linux-arm64-musl@15.0.4': 3837 - resolution: {integrity: sha512-QARO88fR/a+wg+OFC3dGytJVVviiYFEyjc/Zzkjn/HevUuJ7qGUUAUYy5PGVWY1YgTzeRYz78akQrVQ8r+sMjw==} 3838 - engines: {node: '>= 10'} 3839 - cpu: [arm64] 3840 - os: [linux] 3841 - 3842 - '@next/swc-linux-arm64-musl@15.1.0': 3843 - resolution: {integrity: sha512-Qn6vOuwaTCx3pNwygpSGtdIu0TfS1KiaYLYXLH5zq1scoTXdwYfdZtwvJTpB1WrLgiQE2Ne2kt8MZok3HlFqmg==} 3844 - engines: {node: '>= 10'} 3845 - cpu: [arm64] 3846 - os: [linux] 3847 - 3848 - '@next/swc-linux-arm64-musl@15.1.3': 3849 - resolution: {integrity: sha512-qgH/aRj2xcr4BouwKG3XdqNu33SDadqbkqB6KaZZkozar857upxKakbRllpqZgWl/NDeSCBYPmUAZPBHZpbA0w==} 3850 - engines: {node: '>= 10'} 3851 - cpu: [arm64] 3852 - os: [linux] 3853 - 3854 - '@next/swc-linux-arm64-musl@15.1.7': 3855 - resolution: {integrity: sha512-zblK1OQbQWdC8fxdX4fpsHDw+VSpBPGEUX4PhSE9hkaWPrWoeIJn+baX53vbsbDRaDKd7bBNcXRovY1hEhFd7w==} 3856 - engines: {node: '>= 10'} 3857 - cpu: [arm64] 3858 - os: [linux] 3859 - 3860 3731 '@next/swc-linux-arm64-musl@15.4.2-canary.29': 3861 3732 resolution: {integrity: sha512-U2Rp+q3Fs/1P6/UPEIhSJ4zOuEUnq1SSLjsLdra1ZJNrt/bOiulB8EtCaGzNCP+Fc/C3x0o7HswUL1PTGPCaqA==} 3862 3733 engines: {node: '>= 10'} 3863 3734 cpu: [arm64] 3864 3735 os: [linux] 3865 3736 3866 - '@next/swc-linux-arm64-musl@15.4.5': 3867 - resolution: {integrity: sha512-4W+D/nw3RpIwGrqpFi7greZ0hjrCaioGErI7XHgkcTeWdZd146NNu1s4HnaHonLeNTguKnL2Urqvj28UJj6Gqw==} 3737 + '@next/swc-linux-arm64-musl@15.5.7': 3738 + resolution: {integrity: sha512-nfymt+SE5cvtTrG9u1wdoxBr9bVB7mtKTcj0ltRn6gkP/2Nu1zM5ei8rwP9qKQP0Y//umK+TtkKgNtfboBxRrw==} 3868 3739 engines: {node: '>= 10'} 3869 3740 cpu: [arm64] 3870 3741 os: [linux] 3871 3742 3872 - '@next/swc-linux-arm64-musl@15.5.6': 3873 - resolution: {integrity: sha512-FsbGVw3SJz1hZlvnWD+T6GFgV9/NYDeLTNQB2MXoPN5u9VA9OEDy6fJEfePfsUKAhJufFbZLgp0cPxMuV6SV0w==} 3874 - engines: {node: '>= 10'} 3875 - cpu: [arm64] 3876 - os: [linux] 3877 - 3878 - '@next/swc-linux-arm64-musl@16.0.5': 3879 - resolution: {integrity: sha512-aAJtQkvUzz5t0xVAmK931SIhWnSQAaEoTyG/sKPCYq2u835K/E4a14A+WRPd4dkhxIHNudE8dI+FpHekgdrA4g==} 3743 + '@next/swc-linux-arm64-musl@16.0.7': 3744 + resolution: {integrity: sha512-+ksWNrZrthisXuo9gd1XnjHRowCbMtl/YgMpbRvFeDEqEBd523YHPWpBuDjomod88U8Xliw5DHhekBC3EOOd9g==} 3880 3745 engines: {node: '>= 10'} 3881 3746 cpu: [arm64] 3882 3747 os: [linux] ··· 3893 3758 cpu: [x64] 3894 3759 os: [linux] 3895 3760 3896 - '@next/swc-linux-x64-gnu@15.0.4': 3897 - resolution: {integrity: sha512-Z50b0gvYiUU1vLzfAMiChV8Y+6u/T2mdfpXPHraqpypP7yIT2UV9YBBhcwYkxujmCvGEcRTVWOj3EP7XW/wUnw==} 3898 - engines: {node: '>= 10'} 3899 - cpu: [x64] 3900 - os: [linux] 3901 - 3902 - '@next/swc-linux-x64-gnu@15.1.0': 3903 - resolution: {integrity: sha512-yeNh9ofMqzOZ5yTOk+2rwncBzucc6a1lyqtg8xZv0rH5znyjxHOWsoUtSq4cUTeeBIiXXX51QOOe+VoCjdXJRw==} 3904 - engines: {node: '>= 10'} 3905 - cpu: [x64] 3906 - os: [linux] 3907 - 3908 - '@next/swc-linux-x64-gnu@15.1.3': 3909 - resolution: {integrity: sha512-uzafnTFwZCPN499fNVnS2xFME8WLC9y7PLRs/yqz5lz1X/ySoxfaK2Hbz74zYUdEg+iDZPd8KlsWaw9HKkLEVw==} 3910 - engines: {node: '>= 10'} 3911 - cpu: [x64] 3912 - os: [linux] 3913 - 3914 - '@next/swc-linux-x64-gnu@15.1.7': 3915 - resolution: {integrity: sha512-GOzXutxuLvLHFDAPsMP2zDBMl1vfUHHpdNpFGhxu90jEzH6nNIgmtw/s1MDwpTOiM+MT5V8+I1hmVFeAUhkbgQ==} 3916 - engines: {node: '>= 10'} 3917 - cpu: [x64] 3918 - os: [linux] 3919 - 3920 3761 '@next/swc-linux-x64-gnu@15.4.2-canary.29': 3921 3762 resolution: {integrity: sha512-naAxNmS9fB4ayezHHWnoM2nHyxHge1V8rJnJ5sGFQDexsZI0B5u4ghvVrPvX+z7u3vyOhJrWQuXiAXHcbBP2xg==} 3922 3763 engines: {node: '>= 10'} 3923 3764 cpu: [x64] 3924 3765 os: [linux] 3925 3766 3926 - '@next/swc-linux-x64-gnu@15.4.5': 3927 - resolution: {integrity: sha512-N6Mgdxe/Cn2K1yMHge6pclffkxzbSGOydXVKYOjYqQXZYjLCfN/CuFkaYDeDHY2VBwSHyM2fUjYBiQCIlxIKDA==} 3767 + '@next/swc-linux-x64-gnu@15.5.7': 3768 + resolution: {integrity: sha512-hvXcZvCaaEbCZcVzcY7E1uXN9xWZfFvkNHwbe/n4OkRhFWrs1J1QV+4U1BN06tXLdaS4DazEGXwgqnu/VMcmqw==} 3928 3769 engines: {node: '>= 10'} 3929 3770 cpu: [x64] 3930 3771 os: [linux] 3931 3772 3932 - '@next/swc-linux-x64-gnu@15.5.6': 3933 - resolution: {integrity: sha512-3QnHGFWlnvAgyxFxt2Ny8PTpXtQD7kVEeaFat5oPAHHI192WKYB+VIKZijtHLGdBBvc16tiAkPTDmQNOQ0dyrA==} 3934 - engines: {node: '>= 10'} 3935 - cpu: [x64] 3936 - os: [linux] 3937 - 3938 - '@next/swc-linux-x64-gnu@16.0.5': 3939 - resolution: {integrity: sha512-bYwbjBwooMWRhy6vRxenaYdguTM2hlxFt1QBnUF235zTnU2DhGpETm5WU93UvtAy0uhC5Kgqsl8RyNXlprFJ6Q==} 3773 + '@next/swc-linux-x64-gnu@16.0.7': 3774 + resolution: {integrity: sha512-4WtJU5cRDxpEE44Ana2Xro1284hnyVpBb62lIpU5k85D8xXxatT+rXxBgPkc7C1XwkZMWpK5rXLXTh9PFipWsA==} 3940 3775 engines: {node: '>= 10'} 3941 3776 cpu: [x64] 3942 3777 os: [linux] ··· 3953 3788 cpu: [x64] 3954 3789 os: [linux] 3955 3790 3956 - '@next/swc-linux-x64-musl@15.0.4': 3957 - resolution: {integrity: sha512-7H9C4FAsrTAbA/ENzvFWsVytqRYhaJYKa2B3fyQcv96TkOGVMcvyS6s+sj4jZlacxxTcn7ygaMXUPkEk7b78zw==} 3958 - engines: {node: '>= 10'} 3959 - cpu: [x64] 3960 - os: [linux] 3961 - 3962 - '@next/swc-linux-x64-musl@15.1.0': 3963 - resolution: {integrity: sha512-t9IfNkHQs/uKgPoyEtU912MG6a1j7Had37cSUyLTKx9MnUpjj+ZDKw9OyqTI9OwIIv0wmkr1pkZy+3T5pxhJPg==} 3964 - engines: {node: '>= 10'} 3965 - cpu: [x64] 3966 - os: [linux] 3967 - 3968 - '@next/swc-linux-x64-musl@15.1.3': 3969 - resolution: {integrity: sha512-el6GUFi4SiDYnMTTlJJFMU+GHvw0UIFnffP1qhurrN1qJV3BqaSRUjkDUgVV44T6zpw1Lc6u+yn0puDKHs+Sbw==} 3970 - engines: {node: '>= 10'} 3971 - cpu: [x64] 3972 - os: [linux] 3973 - 3974 - '@next/swc-linux-x64-musl@15.1.7': 3975 - resolution: {integrity: sha512-WrZ7jBhR7ATW1z5iEQ0ZJfE2twCNSXbpCSaAunF3BKcVeHFADSI/AW1y5Xt3DzTqPF1FzQlwQTewqetAABhZRQ==} 3976 - engines: {node: '>= 10'} 3977 - cpu: [x64] 3978 - os: [linux] 3979 - 3980 3791 '@next/swc-linux-x64-musl@15.4.2-canary.29': 3981 3792 resolution: {integrity: sha512-4Id31wM5uep5jqwyvFlfzduPaXa6sbLdgQk+wWVMsSC9FqiIkevIB541OP/MnsoiQ6djTmd1NiRxeC0ffR7Llw==} 3982 3793 engines: {node: '>= 10'} 3983 3794 cpu: [x64] 3984 3795 os: [linux] 3985 3796 3986 - '@next/swc-linux-x64-musl@15.4.5': 3987 - resolution: {integrity: sha512-YZ3bNDrS8v5KiqgWE0xZQgtXgCTUacgFtnEgI4ccotAASwSvcMPDLua7BWLuTfucoRv6mPidXkITJLd8IdJplQ==} 3797 + '@next/swc-linux-x64-musl@15.5.7': 3798 + resolution: {integrity: sha512-4IUO539b8FmF0odY6/SqANJdgwn1xs1GkPO5doZugwZ3ETF6JUdckk7RGmsfSf7ws8Qb2YB5It33mvNL/0acqA==} 3988 3799 engines: {node: '>= 10'} 3989 3800 cpu: [x64] 3990 3801 os: [linux] 3991 3802 3992 - '@next/swc-linux-x64-musl@15.5.6': 3993 - resolution: {integrity: sha512-OsGX148sL+TqMK9YFaPFPoIaJKbFJJxFzkXZljIgA9hjMjdruKht6xDCEv1HLtlLNfkx3c5w2GLKhj7veBQizQ==} 3994 - engines: {node: '>= 10'} 3995 - cpu: [x64] 3996 - os: [linux] 3997 - 3998 - '@next/swc-linux-x64-musl@16.0.5': 3999 - resolution: {integrity: sha512-iGv2K/4gW3mkzh+VcZTf2gEGX5o9xdb5oPqHjgZvHdVzCw0iSAJ7n9vKzl3SIEIIHZmqRsgNasgoLd0cxaD+tg==} 3803 + '@next/swc-linux-x64-musl@16.0.7': 3804 + resolution: {integrity: sha512-HYlhqIP6kBPXalW2dbMTSuB4+8fe+j9juyxwfMwCe9kQPPeiyFn7NMjNfoFOfJ2eXkeQsoUGXg+O2SE3m4Qg2w==} 4000 3805 engines: {node: '>= 10'} 4001 3806 cpu: [x64] 4002 3807 os: [linux] ··· 4013 3818 cpu: [arm64] 4014 3819 os: [win32] 4015 3820 4016 - '@next/swc-win32-arm64-msvc@15.0.4': 4017 - resolution: {integrity: sha512-Z/v3WV5xRaeWlgJzN9r4PydWD8sXV35ywc28W63i37G2jnUgScA4OOgS8hQdiXLxE3gqfSuHTicUhr7931OXPQ==} 4018 - engines: {node: '>= 10'} 4019 - cpu: [arm64] 4020 - os: [win32] 4021 - 4022 - '@next/swc-win32-arm64-msvc@15.1.0': 4023 - resolution: {integrity: sha512-WEAoHyG14t5sTavZa1c6BnOIEukll9iqFRTavqRVPfYmfegOAd5MaZfXgOGG6kGo1RduyGdTHD4+YZQSdsNZXg==} 4024 - engines: {node: '>= 10'} 4025 - cpu: [arm64] 4026 - os: [win32] 4027 - 4028 - '@next/swc-win32-arm64-msvc@15.1.3': 4029 - resolution: {integrity: sha512-6RxKjvnvVMM89giYGI1qye9ODsBQpHSHVo8vqA8xGhmRPZHDQUE4jcDbhBwK0GnFMqBnu+XMg3nYukNkmLOLWw==} 4030 - engines: {node: '>= 10'} 4031 - cpu: [arm64] 4032 - os: [win32] 4033 - 4034 - '@next/swc-win32-arm64-msvc@15.1.7': 4035 - resolution: {integrity: sha512-LDnj1f3OVbou1BqvvXVqouJZKcwq++mV2F+oFHptToZtScIEnhNRJAhJzqAtTE2dB31qDYL45xJwrc+bLeKM2Q==} 4036 - engines: {node: '>= 10'} 4037 - cpu: [arm64] 4038 - os: [win32] 4039 - 4040 3821 '@next/swc-win32-arm64-msvc@15.4.2-canary.29': 4041 3822 resolution: {integrity: sha512-6x5I4/MskJ9rXC8Co+U9sAXUqGfz+pzikNE5Bt6atwILP39GNLV1RxkcZUHx1/qK/Z5+NFsUmPNfjlH6auph+g==} 4042 3823 engines: {node: '>= 10'} 4043 3824 cpu: [arm64] 4044 3825 os: [win32] 4045 3826 4046 - '@next/swc-win32-arm64-msvc@15.4.5': 4047 - resolution: {integrity: sha512-9Wr4t9GkZmMNcTVvSloFtjzbH4vtT4a8+UHqDoVnxA5QyfWe6c5flTH1BIWPGNWSUlofc8dVJAE7j84FQgskvQ==} 4048 - engines: {node: '>= 10'} 4049 - cpu: [arm64] 4050 - os: [win32] 4051 - 4052 - '@next/swc-win32-arm64-msvc@15.5.6': 4053 - resolution: {integrity: sha512-ONOMrqWxdzXDJNh2n60H6gGyKed42Ieu6UTVPZteXpuKbLZTH4G4eBMsr5qWgOBA+s7F+uB4OJbZnrkEDnZ5Fg==} 3827 + '@next/swc-win32-arm64-msvc@15.5.7': 3828 + resolution: {integrity: sha512-CpJVTkYI3ZajQkC5vajM7/ApKJUOlm6uP4BknM3XKvJ7VXAvCqSjSLmM0LKdYzn6nBJVSjdclx8nYJSa3xlTgQ==} 4054 3829 engines: {node: '>= 10'} 4055 3830 cpu: [arm64] 4056 3831 os: [win32] 4057 3832 4058 - '@next/swc-win32-arm64-msvc@16.0.5': 4059 - resolution: {integrity: sha512-6xf52Hp4SH9+4jbYmfUleqkuxvdB9JJRwwFlVG38UDuEGPqpIA+0KiJEU9lxvb0RGNo2i2ZUhc5LHajij9H9+A==} 3833 + '@next/swc-win32-arm64-msvc@16.0.7': 3834 + resolution: {integrity: sha512-EviG+43iOoBRZg9deGauXExjRphhuYmIOJ12b9sAPy0eQ6iwcPxfED2asb/s2/yiLYOdm37kPaiZu8uXSYPs0Q==} 4060 3835 engines: {node: '>= 10'} 4061 3836 cpu: [arm64] 4062 3837 os: [win32] ··· 4085 3860 cpu: [x64] 4086 3861 os: [win32] 4087 3862 4088 - '@next/swc-win32-x64-msvc@15.0.4': 4089 - resolution: {integrity: sha512-NGLchGruagh8lQpDr98bHLyWJXOBSmkEAfK980OiNBa7vNm6PsNoPvzTfstT78WyOeMRQphEQ455rggd7Eo+Dw==} 4090 - engines: {node: '>= 10'} 4091 - cpu: [x64] 4092 - os: [win32] 4093 - 4094 - '@next/swc-win32-x64-msvc@15.1.0': 4095 - resolution: {integrity: sha512-J1YdKuJv9xcixzXR24Dv+4SaDKc2jj31IVUEMdO5xJivMTXuE6MAdIi4qPjSymHuFG8O5wbfWKnhJUcHHpj5CA==} 4096 - engines: {node: '>= 10'} 4097 - cpu: [x64] 4098 - os: [win32] 4099 - 4100 - '@next/swc-win32-x64-msvc@15.1.3': 4101 - resolution: {integrity: sha512-VId/f5blObG7IodwC5Grf+aYP0O8Saz1/aeU3YcWqNdIUAmFQY3VEPKPaIzfv32F/clvanOb2K2BR5DtDs6XyQ==} 4102 - engines: {node: '>= 10'} 4103 - cpu: [x64] 4104 - os: [win32] 4105 - 4106 - '@next/swc-win32-x64-msvc@15.1.7': 4107 - resolution: {integrity: sha512-dC01f1quuf97viOfW05/K8XYv2iuBgAxJZl7mbCKEjMgdQl5JjAKJ0D2qMKZCgPWDeFbFT0Q0nYWwytEW0DWTQ==} 4108 - engines: {node: '>= 10'} 4109 - cpu: [x64] 4110 - os: [win32] 4111 - 4112 3863 '@next/swc-win32-x64-msvc@15.4.2-canary.29': 4113 3864 resolution: {integrity: sha512-yKyOuM2HH1Ryvd80q+5wYZrMIcn8+4sEJo5++Ywf0CFEnkSZdj6gl5BX2qU4OdryiR2E/29PFwv7qEYTFUaXiQ==} 4114 3865 engines: {node: '>= 10'} 4115 3866 cpu: [x64] 4116 3867 os: [win32] 4117 3868 4118 - '@next/swc-win32-x64-msvc@15.4.5': 4119 - resolution: {integrity: sha512-voWk7XtGvlsP+w8VBz7lqp8Y+dYw/MTI4KeS0gTVtfdhdJ5QwhXLmNrndFOin/MDoCvUaLWMkYKATaCoUkt2/A==} 3869 + '@next/swc-win32-x64-msvc@15.5.7': 3870 + resolution: {integrity: sha512-gMzgBX164I6DN+9/PGA+9dQiwmTkE4TloBNx8Kv9UiGARsr9Nba7IpcBRA1iTV9vwlYnrE3Uy6I7Aj6qLjQuqw==} 4120 3871 engines: {node: '>= 10'} 4121 3872 cpu: [x64] 4122 3873 os: [win32] 4123 3874 4124 - '@next/swc-win32-x64-msvc@15.5.6': 4125 - resolution: {integrity: sha512-pxK4VIjFRx1MY92UycLOOw7dTdvccWsNETQ0kDHkBlcFH1GrTLUjSiHU1ohrznnux6TqRHgv5oflhfIWZwVROQ==} 4126 - engines: {node: '>= 10'} 4127 - cpu: [x64] 4128 - os: [win32] 4129 - 4130 - '@next/swc-win32-x64-msvc@16.0.5': 4131 - resolution: {integrity: sha512-06kTaOh+Qy/kguN+MMK+/VtKmRkQJrPlGQMvCUbABk1UxI5SKTgJhbmMj9Hf0qWwrS6g9JM6/Zk+etqeMyvHAw==} 3875 + '@next/swc-win32-x64-msvc@16.0.7': 3876 + resolution: {integrity: sha512-gniPjy55zp5Eg0896qSrf3yB1dw4F/3s8VK1ephdsZZ129j2n6e1WqCbE2YgcKhW9hPB9TVZENugquWJD5x0ug==} 4132 3877 engines: {node: '>= 10'} 4133 3878 cpu: [x64] 4134 3879 os: [win32] ··· 4229 3974 '@octokit/types@13.10.0': 4230 3975 resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} 4231 3976 4232 - '@opennextjs/aws@3.9.1': 4233 - resolution: {integrity: sha512-livYX8aIjXCYt3plyxqKisAyGRFfcUfo1BYtZppmugcPQBokbIzZ+jEUJbqUq1qZAIxRVAqMHDikbyTRadOx9A==} 3977 + '@opennextjs/aws@3.9.3': 3978 + resolution: {integrity: sha512-TtL8lg5IOgVUTvvxCauAU1Hwf5efoeNL1C4xT9Xn4Pji2W/LDG+nIt/XwA6eFgZvA+0MT3mKo0x/7t1xI0z1GA==} 4234 3979 hasBin: true 3980 + peerDependencies: 3981 + next: < 14.2 || ^14.2 || 14.3.0-canary.0 - 14.3.0-canary.76 || ~15.0.5 || ~15.1.9 || ~15.3.6 || ~15.4.8 || ~15.5.7 || ^16.0.7 4235 3982 4236 3983 '@opentelemetry/api@1.9.0': 4237 3984 resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} ··· 8130 7877 sass: 8131 7878 optional: true 8132 7879 8133 - next@15.0.4: 8134 - resolution: {integrity: sha512-nuy8FH6M1FG0lktGotamQDCXhh5hZ19Vo0ht1AOIQWrYJLP598TIUagKtvJrfJ5AGwB/WmDqkKaKhMpVifvGPA==} 8135 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8136 - hasBin: true 8137 - peerDependencies: 8138 - '@opentelemetry/api': ^1.1.0 8139 - '@playwright/test': ^1.41.2 8140 - babel-plugin-react-compiler: '*' 8141 - react: ^18.2.0 || 19.0.0-rc-66855b96-20241106 || ^19.0.0 8142 - react-dom: ^18.2.0 || 19.0.0-rc-66855b96-20241106 || ^19.0.0 8143 - sass: ^1.3.0 8144 - peerDependenciesMeta: 8145 - '@opentelemetry/api': 8146 - optional: true 8147 - '@playwright/test': 8148 - optional: true 8149 - babel-plugin-react-compiler: 8150 - optional: true 8151 - sass: 8152 - optional: true 8153 - 8154 - next@15.1.0: 8155 - resolution: {integrity: sha512-QKhzt6Y8rgLNlj30izdMbxAwjHMFANnLwDwZ+WQh5sMhyt4lEBqDK9QpvWHtIM4rINKPoJ8aiRZKg5ULSybVHw==} 8156 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8157 - hasBin: true 8158 - peerDependencies: 8159 - '@opentelemetry/api': ^1.1.0 8160 - '@playwright/test': ^1.41.2 8161 - babel-plugin-react-compiler: '*' 8162 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8163 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8164 - sass: ^1.3.0 8165 - peerDependenciesMeta: 8166 - '@opentelemetry/api': 8167 - optional: true 8168 - '@playwright/test': 8169 - optional: true 8170 - babel-plugin-react-compiler: 8171 - optional: true 8172 - sass: 8173 - optional: true 8174 - 8175 - next@15.1.3: 8176 - resolution: {integrity: sha512-5igmb8N8AEhWDYzogcJvtcRDU6n4cMGtBklxKD4biYv4LXN8+awc/bbQ2IM2NQHdVPgJ6XumYXfo3hBtErg1DA==} 8177 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8178 - hasBin: true 8179 - peerDependencies: 8180 - '@opentelemetry/api': ^1.1.0 8181 - '@playwright/test': ^1.41.2 8182 - babel-plugin-react-compiler: '*' 8183 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8184 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8185 - sass: ^1.3.0 8186 - peerDependenciesMeta: 8187 - '@opentelemetry/api': 8188 - optional: true 8189 - '@playwright/test': 8190 - optional: true 8191 - babel-plugin-react-compiler: 8192 - optional: true 8193 - sass: 8194 - optional: true 8195 - 8196 - next@15.1.7: 8197 - resolution: {integrity: sha512-GNeINPGS9c6OZKCvKypbL8GTsT5GhWPp4DM0fzkXJuXMilOO2EeFxuAY6JZbtk6XIl6Ws10ag3xRINDjSO5+wg==} 8198 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8199 - hasBin: true 8200 - peerDependencies: 8201 - '@opentelemetry/api': ^1.1.0 8202 - '@playwright/test': ^1.41.2 8203 - babel-plugin-react-compiler: '*' 8204 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8205 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8206 - sass: ^1.3.0 8207 - peerDependenciesMeta: 8208 - '@opentelemetry/api': 8209 - optional: true 8210 - '@playwright/test': 8211 - optional: true 8212 - babel-plugin-react-compiler: 8213 - optional: true 8214 - sass: 8215 - optional: true 8216 - 8217 7880 next@15.4.2-canary.29: 8218 7881 resolution: {integrity: sha512-jRBUNrhf69oYsxbo2sFRB9W5ZI8Wav5CEMKyRG+DQwZhRyEQ2+kpS0+j/bfBjs11CBk3fhGMoQti2/EoRlWInQ==} 8219 7882 engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} ··· 8235 7898 sass: 8236 7899 optional: true 8237 7900 8238 - next@15.4.5: 8239 - resolution: {integrity: sha512-nJ4v+IO9CPmbmcvsPebIoX3Q+S7f6Fu08/dEWu0Ttfa+wVwQRh9epcmsyCPjmL2b8MxC+CkBR97jgDhUUztI3g==} 7901 + next@15.5.7: 7902 + resolution: {integrity: sha512-+t2/0jIJ48kUpGKkdlhgkv+zPTEOoXyr60qXe68eB/pl3CMJaLeIGjzp5D6Oqt25hCBiBTt8wEeeAzfJvUKnPQ==} 8240 7903 engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8241 7904 hasBin: true 8242 7905 peerDependencies: ··· 8256 7919 sass: 8257 7920 optional: true 8258 7921 8259 - next@15.5.6: 8260 - resolution: {integrity: sha512-zTxsnI3LQo3c9HSdSf91O1jMNsEzIXDShXd4wVdg9y5shwLqBXi4ZtUUJyB86KGVSJLZx0PFONvO54aheGX8QQ==} 8261 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 8262 - hasBin: true 8263 - peerDependencies: 8264 - '@opentelemetry/api': ^1.1.0 8265 - '@playwright/test': ^1.51.1 8266 - babel-plugin-react-compiler: '*' 8267 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8268 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 8269 - sass: ^1.3.0 8270 - peerDependenciesMeta: 8271 - '@opentelemetry/api': 8272 - optional: true 8273 - '@playwright/test': 8274 - optional: true 8275 - babel-plugin-react-compiler: 8276 - optional: true 8277 - sass: 8278 - optional: true 8279 - 8280 - next@16.0.5: 8281 - resolution: {integrity: sha512-XUPsFqSqu/NDdPfn/cju9yfIedkDI7ytDoALD9todaSMxk1Z5e3WcbUjfI9xsanFTys7xz62lnRWNFqJordzkQ==} 7922 + next@16.0.7: 7923 + resolution: {integrity: sha512-3mBRJyPxT4LOxAJI6IsXeFtKfiJUbjCLgvXO02fV8Wy/lIhPvP94Fe7dGhUgHXcQy4sSuYwQNcOLhIfOm0rL0A==} 8282 7924 engines: {node: '>=20.9.0'} 8283 7925 hasBin: true 8284 7926 peerDependencies: ··· 11754 11396 react-dom: 18.3.1(react@18.3.1) 11755 11397 tslib: 2.4.1 11756 11398 11757 - '@clerk/nextjs@6.9.6(next@15.5.6(@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)': 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)': 11758 11400 dependencies: 11759 11401 '@clerk/backend': 1.21.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11760 11402 '@clerk/clerk-react': 5.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11761 11403 '@clerk/shared': 2.20.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 11762 11404 '@clerk/types': 4.40.0 11763 11405 crypto-js: 4.2.0 11764 - next: 15.5.6(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 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) 11765 11407 react: 18.3.1 11766 11408 react-dom: 18.3.1(react@18.3.1) 11767 11409 server-only: 0.0.1 ··· 13288 12930 13289 12931 '@next/env@15.0.0-canary.174': {} 13290 12932 13291 - '@next/env@15.0.4': {} 13292 - 13293 - '@next/env@15.1.0': {} 13294 - 13295 - '@next/env@15.1.3': {} 13296 - 13297 - '@next/env@15.1.7': {} 13298 - 13299 12933 '@next/env@15.4.2-canary.29': {} 13300 12934 13301 - '@next/env@15.4.5': {} 12935 + '@next/env@15.5.7': {} 13302 12936 13303 - '@next/env@15.5.6': {} 13304 - 13305 - '@next/env@16.0.5': {} 12937 + '@next/env@16.0.7': {} 13306 12938 13307 12939 '@next/eslint-plugin-next@14.2.14': 13308 12940 dependencies: ··· 13326 12958 '@next/swc-darwin-arm64@15.0.0-canary.174': 13327 12959 optional: true 13328 12960 13329 - '@next/swc-darwin-arm64@15.0.4': 13330 - optional: true 13331 - 13332 - '@next/swc-darwin-arm64@15.1.0': 13333 - optional: true 13334 - 13335 - '@next/swc-darwin-arm64@15.1.3': 13336 - optional: true 13337 - 13338 - '@next/swc-darwin-arm64@15.1.7': 13339 - optional: true 13340 - 13341 12961 '@next/swc-darwin-arm64@15.4.2-canary.29': 13342 12962 optional: true 13343 12963 13344 - '@next/swc-darwin-arm64@15.4.5': 13345 - optional: true 13346 - 13347 - '@next/swc-darwin-arm64@15.5.6': 12964 + '@next/swc-darwin-arm64@15.5.7': 13348 12965 optional: true 13349 12966 13350 - '@next/swc-darwin-arm64@16.0.5': 12967 + '@next/swc-darwin-arm64@16.0.7': 13351 12968 optional: true 13352 12969 13353 12970 '@next/swc-darwin-x64@14.2.33': ··· 13356 12973 '@next/swc-darwin-x64@15.0.0-canary.174': 13357 12974 optional: true 13358 12975 13359 - '@next/swc-darwin-x64@15.0.4': 13360 - optional: true 13361 - 13362 - '@next/swc-darwin-x64@15.1.0': 13363 - optional: true 13364 - 13365 - '@next/swc-darwin-x64@15.1.3': 13366 - optional: true 13367 - 13368 - '@next/swc-darwin-x64@15.1.7': 13369 - optional: true 13370 - 13371 12976 '@next/swc-darwin-x64@15.4.2-canary.29': 13372 12977 optional: true 13373 12978 13374 - '@next/swc-darwin-x64@15.4.5': 12979 + '@next/swc-darwin-x64@15.5.7': 13375 12980 optional: true 13376 12981 13377 - '@next/swc-darwin-x64@15.5.6': 13378 - optional: true 13379 - 13380 - '@next/swc-darwin-x64@16.0.5': 12982 + '@next/swc-darwin-x64@16.0.7': 13381 12983 optional: true 13382 12984 13383 12985 '@next/swc-linux-arm64-gnu@14.2.33': ··· 13386 12988 '@next/swc-linux-arm64-gnu@15.0.0-canary.174': 13387 12989 optional: true 13388 12990 13389 - '@next/swc-linux-arm64-gnu@15.0.4': 13390 - optional: true 13391 - 13392 - '@next/swc-linux-arm64-gnu@15.1.0': 13393 - optional: true 13394 - 13395 - '@next/swc-linux-arm64-gnu@15.1.3': 13396 - optional: true 13397 - 13398 - '@next/swc-linux-arm64-gnu@15.1.7': 13399 - optional: true 13400 - 13401 12991 '@next/swc-linux-arm64-gnu@15.4.2-canary.29': 13402 12992 optional: true 13403 12993 13404 - '@next/swc-linux-arm64-gnu@15.4.5': 12994 + '@next/swc-linux-arm64-gnu@15.5.7': 13405 12995 optional: true 13406 12996 13407 - '@next/swc-linux-arm64-gnu@15.5.6': 13408 - optional: true 13409 - 13410 - '@next/swc-linux-arm64-gnu@16.0.5': 12997 + '@next/swc-linux-arm64-gnu@16.0.7': 13411 12998 optional: true 13412 12999 13413 13000 '@next/swc-linux-arm64-musl@14.2.33': ··· 13416 13003 '@next/swc-linux-arm64-musl@15.0.0-canary.174': 13417 13004 optional: true 13418 13005 13419 - '@next/swc-linux-arm64-musl@15.0.4': 13420 - optional: true 13421 - 13422 - '@next/swc-linux-arm64-musl@15.1.0': 13423 - optional: true 13424 - 13425 - '@next/swc-linux-arm64-musl@15.1.3': 13426 - optional: true 13427 - 13428 - '@next/swc-linux-arm64-musl@15.1.7': 13429 - optional: true 13430 - 13431 13006 '@next/swc-linux-arm64-musl@15.4.2-canary.29': 13432 13007 optional: true 13433 13008 13434 - '@next/swc-linux-arm64-musl@15.4.5': 13009 + '@next/swc-linux-arm64-musl@15.5.7': 13435 13010 optional: true 13436 13011 13437 - '@next/swc-linux-arm64-musl@15.5.6': 13438 - optional: true 13439 - 13440 - '@next/swc-linux-arm64-musl@16.0.5': 13012 + '@next/swc-linux-arm64-musl@16.0.7': 13441 13013 optional: true 13442 13014 13443 13015 '@next/swc-linux-x64-gnu@14.2.33': ··· 13446 13018 '@next/swc-linux-x64-gnu@15.0.0-canary.174': 13447 13019 optional: true 13448 13020 13449 - '@next/swc-linux-x64-gnu@15.0.4': 13450 - optional: true 13451 - 13452 - '@next/swc-linux-x64-gnu@15.1.0': 13453 - optional: true 13454 - 13455 - '@next/swc-linux-x64-gnu@15.1.3': 13456 - optional: true 13457 - 13458 - '@next/swc-linux-x64-gnu@15.1.7': 13459 - optional: true 13460 - 13461 13021 '@next/swc-linux-x64-gnu@15.4.2-canary.29': 13462 13022 optional: true 13463 13023 13464 - '@next/swc-linux-x64-gnu@15.4.5': 13024 + '@next/swc-linux-x64-gnu@15.5.7': 13465 13025 optional: true 13466 13026 13467 - '@next/swc-linux-x64-gnu@15.5.6': 13468 - optional: true 13469 - 13470 - '@next/swc-linux-x64-gnu@16.0.5': 13027 + '@next/swc-linux-x64-gnu@16.0.7': 13471 13028 optional: true 13472 13029 13473 13030 '@next/swc-linux-x64-musl@14.2.33': ··· 13476 13033 '@next/swc-linux-x64-musl@15.0.0-canary.174': 13477 13034 optional: true 13478 13035 13479 - '@next/swc-linux-x64-musl@15.0.4': 13480 - optional: true 13481 - 13482 - '@next/swc-linux-x64-musl@15.1.0': 13483 - optional: true 13484 - 13485 - '@next/swc-linux-x64-musl@15.1.3': 13486 - optional: true 13487 - 13488 - '@next/swc-linux-x64-musl@15.1.7': 13489 - optional: true 13490 - 13491 13036 '@next/swc-linux-x64-musl@15.4.2-canary.29': 13492 13037 optional: true 13493 13038 13494 - '@next/swc-linux-x64-musl@15.4.5': 13039 + '@next/swc-linux-x64-musl@15.5.7': 13495 13040 optional: true 13496 13041 13497 - '@next/swc-linux-x64-musl@15.5.6': 13498 - optional: true 13499 - 13500 - '@next/swc-linux-x64-musl@16.0.5': 13042 + '@next/swc-linux-x64-musl@16.0.7': 13501 13043 optional: true 13502 13044 13503 13045 '@next/swc-win32-arm64-msvc@14.2.33': ··· 13506 13048 '@next/swc-win32-arm64-msvc@15.0.0-canary.174': 13507 13049 optional: true 13508 13050 13509 - '@next/swc-win32-arm64-msvc@15.0.4': 13510 - optional: true 13511 - 13512 - '@next/swc-win32-arm64-msvc@15.1.0': 13513 - optional: true 13514 - 13515 - '@next/swc-win32-arm64-msvc@15.1.3': 13516 - optional: true 13517 - 13518 - '@next/swc-win32-arm64-msvc@15.1.7': 13519 - optional: true 13520 - 13521 13051 '@next/swc-win32-arm64-msvc@15.4.2-canary.29': 13522 13052 optional: true 13523 13053 13524 - '@next/swc-win32-arm64-msvc@15.4.5': 13054 + '@next/swc-win32-arm64-msvc@15.5.7': 13525 13055 optional: true 13526 13056 13527 - '@next/swc-win32-arm64-msvc@15.5.6': 13528 - optional: true 13529 - 13530 - '@next/swc-win32-arm64-msvc@16.0.5': 13057 + '@next/swc-win32-arm64-msvc@16.0.7': 13531 13058 optional: true 13532 13059 13533 13060 '@next/swc-win32-ia32-msvc@14.2.33': ··· 13542 13069 '@next/swc-win32-x64-msvc@15.0.0-canary.174': 13543 13070 optional: true 13544 13071 13545 - '@next/swc-win32-x64-msvc@15.0.4': 13546 - optional: true 13547 - 13548 - '@next/swc-win32-x64-msvc@15.1.0': 13549 - optional: true 13550 - 13551 - '@next/swc-win32-x64-msvc@15.1.3': 13552 - optional: true 13553 - 13554 - '@next/swc-win32-x64-msvc@15.1.7': 13555 - optional: true 13556 - 13557 13072 '@next/swc-win32-x64-msvc@15.4.2-canary.29': 13558 13073 optional: true 13559 13074 13560 - '@next/swc-win32-x64-msvc@15.4.5': 13561 - optional: true 13562 - 13563 - '@next/swc-win32-x64-msvc@15.5.6': 13075 + '@next/swc-win32-x64-msvc@15.5.7': 13564 13076 optional: true 13565 13077 13566 - '@next/swc-win32-x64-msvc@16.0.5': 13078 + '@next/swc-win32-x64-msvc@16.0.7': 13567 13079 optional: true 13568 13080 13569 13081 '@noble/ciphers@1.3.0': {} ··· 13675 13187 dependencies: 13676 13188 '@octokit/openapi-types': 24.2.0 13677 13189 13678 - '@opennextjs/aws@3.9.1': 13190 + '@opennextjs/aws@3.9.3(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))': 13679 13191 dependencies: 13680 13192 '@ast-grep/napi': 0.40.0 13681 13193 '@aws-sdk/client-cloudfront': 3.398.0 ··· 13691 13203 cookie: 1.0.2 13692 13204 esbuild: 0.25.4 13693 13205 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) 13694 13207 path-to-regexp: 6.3.0 13695 13208 urlpattern-polyfill: 10.1.0 13696 13209 yaml: 2.8.1 ··· 19099 18612 19100 18613 negotiator@1.0.0: {} 19101 18614 19102 - next-auth@4.24.11(next@15.1.0(@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): 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): 19103 18616 dependencies: 19104 18617 '@babel/runtime': 7.25.7 19105 18618 '@panva/hkdf': 1.2.1 19106 18619 cookie: 0.7.1 19107 18620 jose: 4.15.9 19108 - next: 15.1.0(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 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) 19109 18622 oauth: 0.9.15 19110 18623 openid-client: 5.7.1 19111 18624 preact: 10.25.4 ··· 19174 18687 - '@babel/core' 19175 18688 - babel-plugin-macros 19176 18689 19177 - next@15.0.4(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 19178 - dependencies: 19179 - '@next/env': 15.0.4 19180 - '@swc/counter': 0.1.3 19181 - '@swc/helpers': 0.5.13 19182 - busboy: 1.6.0 19183 - caniuse-lite: 1.0.30001664 19184 - postcss: 8.4.31 19185 - react: 18.3.1 19186 - react-dom: 18.3.1(react@18.3.1) 19187 - styled-jsx: 5.1.6(react@18.3.1) 19188 - optionalDependencies: 19189 - '@next/swc-darwin-arm64': 15.0.4 19190 - '@next/swc-darwin-x64': 15.0.4 19191 - '@next/swc-linux-arm64-gnu': 15.0.4 19192 - '@next/swc-linux-arm64-musl': 15.0.4 19193 - '@next/swc-linux-x64-gnu': 15.0.4 19194 - '@next/swc-linux-x64-musl': 15.0.4 19195 - '@next/swc-win32-arm64-msvc': 15.0.4 19196 - '@next/swc-win32-x64-msvc': 15.0.4 19197 - '@opentelemetry/api': 1.9.0 19198 - '@playwright/test': 1.51.1 19199 - sharp: 0.33.5 19200 - transitivePeerDependencies: 19201 - - '@babel/core' 19202 - - babel-plugin-macros 19203 - 19204 - next@15.1.0(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 19205 - dependencies: 19206 - '@next/env': 15.1.0 19207 - '@swc/counter': 0.1.3 19208 - '@swc/helpers': 0.5.15 19209 - busboy: 1.6.0 19210 - caniuse-lite: 1.0.30001664 19211 - postcss: 8.4.31 19212 - react: 19.0.0 19213 - react-dom: 19.0.0(react@19.0.0) 19214 - styled-jsx: 5.1.6(react@19.0.0) 19215 - optionalDependencies: 19216 - '@next/swc-darwin-arm64': 15.1.0 19217 - '@next/swc-darwin-x64': 15.1.0 19218 - '@next/swc-linux-arm64-gnu': 15.1.0 19219 - '@next/swc-linux-arm64-musl': 15.1.0 19220 - '@next/swc-linux-x64-gnu': 15.1.0 19221 - '@next/swc-linux-x64-musl': 15.1.0 19222 - '@next/swc-win32-arm64-msvc': 15.1.0 19223 - '@next/swc-win32-x64-msvc': 15.1.0 19224 - '@opentelemetry/api': 1.9.0 19225 - '@playwright/test': 1.51.1 19226 - sharp: 0.33.5 19227 - transitivePeerDependencies: 19228 - - '@babel/core' 19229 - - babel-plugin-macros 19230 - 19231 - next@15.1.3(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 19232 - dependencies: 19233 - '@next/env': 15.1.3 19234 - '@swc/counter': 0.1.3 19235 - '@swc/helpers': 0.5.15 19236 - busboy: 1.6.0 19237 - caniuse-lite: 1.0.30001664 19238 - postcss: 8.4.31 19239 - react: 19.0.0 19240 - react-dom: 19.0.0(react@19.0.0) 19241 - styled-jsx: 5.1.6(react@19.0.0) 19242 - optionalDependencies: 19243 - '@next/swc-darwin-arm64': 15.1.3 19244 - '@next/swc-darwin-x64': 15.1.3 19245 - '@next/swc-linux-arm64-gnu': 15.1.3 19246 - '@next/swc-linux-arm64-musl': 15.1.3 19247 - '@next/swc-linux-x64-gnu': 15.1.3 19248 - '@next/swc-linux-x64-musl': 15.1.3 19249 - '@next/swc-win32-arm64-msvc': 15.1.3 19250 - '@next/swc-win32-x64-msvc': 15.1.3 19251 - '@opentelemetry/api': 1.9.0 19252 - '@playwright/test': 1.51.1 19253 - sharp: 0.33.5 19254 - transitivePeerDependencies: 19255 - - '@babel/core' 19256 - - babel-plugin-macros 19257 - 19258 - next@15.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 19259 - dependencies: 19260 - '@next/env': 15.1.7 19261 - '@swc/counter': 0.1.3 19262 - '@swc/helpers': 0.5.15 19263 - busboy: 1.6.0 19264 - caniuse-lite: 1.0.30001664 19265 - postcss: 8.4.31 19266 - react: 19.0.0 19267 - react-dom: 19.0.0(react@19.0.0) 19268 - styled-jsx: 5.1.6(react@19.0.0) 19269 - optionalDependencies: 19270 - '@next/swc-darwin-arm64': 15.1.7 19271 - '@next/swc-darwin-x64': 15.1.7 19272 - '@next/swc-linux-arm64-gnu': 15.1.7 19273 - '@next/swc-linux-arm64-musl': 15.1.7 19274 - '@next/swc-linux-x64-gnu': 15.1.7 19275 - '@next/swc-linux-x64-musl': 15.1.7 19276 - '@next/swc-win32-arm64-msvc': 15.1.7 19277 - '@next/swc-win32-x64-msvc': 15.1.7 19278 - '@opentelemetry/api': 1.9.0 19279 - '@playwright/test': 1.51.1 19280 - sharp: 0.33.5 19281 - transitivePeerDependencies: 19282 - - '@babel/core' 19283 - - babel-plugin-macros 19284 - 19285 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): 19286 18691 dependencies: 19287 18692 '@next/env': 15.4.2-canary.29 ··· 19307 18712 - '@babel/core' 19308 18713 - babel-plugin-macros 19309 18714 19310 - next@15.4.5(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 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): 19311 18716 dependencies: 19312 - '@next/env': 15.4.5 19313 - '@swc/helpers': 0.5.15 19314 - caniuse-lite: 1.0.30001717 19315 - postcss: 8.4.31 19316 - react: 19.0.0 19317 - react-dom: 19.0.0(react@19.0.0) 19318 - styled-jsx: 5.1.6(react@19.0.0) 19319 - optionalDependencies: 19320 - '@next/swc-darwin-arm64': 15.4.5 19321 - '@next/swc-darwin-x64': 15.4.5 19322 - '@next/swc-linux-arm64-gnu': 15.4.5 19323 - '@next/swc-linux-arm64-musl': 15.4.5 19324 - '@next/swc-linux-x64-gnu': 15.4.5 19325 - '@next/swc-linux-x64-musl': 15.4.5 19326 - '@next/swc-win32-arm64-msvc': 15.4.5 19327 - '@next/swc-win32-x64-msvc': 15.4.5 19328 - '@opentelemetry/api': 1.9.0 19329 - '@playwright/test': 1.51.1 19330 - sharp: 0.34.3 19331 - transitivePeerDependencies: 19332 - - '@babel/core' 19333 - - babel-plugin-macros 19334 - 19335 - next@15.5.6(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 19336 - dependencies: 19337 - '@next/env': 15.5.6 18717 + '@next/env': 15.5.7 19338 18718 '@swc/helpers': 0.5.15 19339 18719 caniuse-lite: 1.0.30001717 19340 18720 postcss: 8.4.31 ··· 19342 18722 react-dom: 18.3.1(react@18.3.1) 19343 18723 styled-jsx: 5.1.6(react@18.3.1) 19344 18724 optionalDependencies: 19345 - '@next/swc-darwin-arm64': 15.5.6 19346 - '@next/swc-darwin-x64': 15.5.6 19347 - '@next/swc-linux-arm64-gnu': 15.5.6 19348 - '@next/swc-linux-arm64-musl': 15.5.6 19349 - '@next/swc-linux-x64-gnu': 15.5.6 19350 - '@next/swc-linux-x64-musl': 15.5.6 19351 - '@next/swc-win32-arm64-msvc': 15.5.6 19352 - '@next/swc-win32-x64-msvc': 15.5.6 18725 + '@next/swc-darwin-arm64': 15.5.7 18726 + '@next/swc-darwin-x64': 15.5.7 18727 + '@next/swc-linux-arm64-gnu': 15.5.7 18728 + '@next/swc-linux-arm64-musl': 15.5.7 18729 + '@next/swc-linux-x64-gnu': 15.5.7 18730 + '@next/swc-linux-x64-musl': 15.5.7 18731 + '@next/swc-win32-arm64-msvc': 15.5.7 18732 + '@next/swc-win32-x64-msvc': 15.5.7 19353 18733 '@opentelemetry/api': 1.9.0 19354 18734 '@playwright/test': 1.51.1 19355 18735 sharp: 0.34.5 ··· 19357 18737 - '@babel/core' 19358 18738 - babel-plugin-macros 19359 18739 19360 - next@15.5.6(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 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): 19361 18741 dependencies: 19362 - '@next/env': 15.5.6 18742 + '@next/env': 15.5.7 19363 18743 '@swc/helpers': 0.5.15 19364 18744 caniuse-lite: 1.0.30001717 19365 18745 postcss: 8.4.31 ··· 19367 18747 react-dom: 19.0.0(react@19.0.0) 19368 18748 styled-jsx: 5.1.6(react@19.0.0) 19369 18749 optionalDependencies: 19370 - '@next/swc-darwin-arm64': 15.5.6 19371 - '@next/swc-darwin-x64': 15.5.6 19372 - '@next/swc-linux-arm64-gnu': 15.5.6 19373 - '@next/swc-linux-arm64-musl': 15.5.6 19374 - '@next/swc-linux-x64-gnu': 15.5.6 19375 - '@next/swc-linux-x64-musl': 15.5.6 19376 - '@next/swc-win32-arm64-msvc': 15.5.6 19377 - '@next/swc-win32-x64-msvc': 15.5.6 18750 + '@next/swc-darwin-arm64': 15.5.7 18751 + '@next/swc-darwin-x64': 15.5.7 18752 + '@next/swc-linux-arm64-gnu': 15.5.7 18753 + '@next/swc-linux-arm64-musl': 15.5.7 18754 + '@next/swc-linux-x64-gnu': 15.5.7 18755 + '@next/swc-linux-x64-musl': 15.5.7 18756 + '@next/swc-win32-arm64-msvc': 15.5.7 18757 + '@next/swc-win32-x64-msvc': 15.5.7 19378 18758 '@opentelemetry/api': 1.9.0 19379 18759 '@playwright/test': 1.51.1 19380 18760 sharp: 0.34.5 ··· 19382 18762 - '@babel/core' 19383 18763 - babel-plugin-macros 19384 18764 19385 - next@16.0.5(@opentelemetry/api@1.9.0)(@playwright/test@1.51.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 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): 19386 18766 dependencies: 19387 - '@next/env': 16.0.5 18767 + '@next/env': 16.0.7 19388 18768 '@swc/helpers': 0.5.15 19389 18769 caniuse-lite: 1.0.30001717 19390 18770 postcss: 8.4.31 ··· 19392 18772 react-dom: 19.0.0(react@19.0.0) 19393 18773 styled-jsx: 5.1.6(react@19.0.0) 19394 18774 optionalDependencies: 19395 - '@next/swc-darwin-arm64': 16.0.5 19396 - '@next/swc-darwin-x64': 16.0.5 19397 - '@next/swc-linux-arm64-gnu': 16.0.5 19398 - '@next/swc-linux-arm64-musl': 16.0.5 19399 - '@next/swc-linux-x64-gnu': 16.0.5 19400 - '@next/swc-linux-x64-musl': 16.0.5 19401 - '@next/swc-win32-arm64-msvc': 16.0.5 19402 - '@next/swc-win32-x64-msvc': 16.0.5 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 19403 18783 '@opentelemetry/api': 1.9.0 19404 18784 '@playwright/test': 1.51.1 19405 18785 sharp: 0.34.5
+2 -2
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.6 29 + next: ~15.5.7 30 30 package-manager-detector: ^0.2.0 31 31 react-dom: ^18 32 32 react: ^18 ··· 45 45 "@types/react-dom": 19.0.0 46 46 "@types/react": 19.0.0 47 47 autoprefixer: 10.4.15 48 - next: 16.0.5 48 + next: 16.0.7 49 49 postcss: 8.4.27 50 50 react-dom: 19.0.0 51 51 react: 19.0.0