Skip to content

Commit 72bc0e7

Browse files
chore(deps): bump next from 14.2.21 to 14.2.35 (#499)
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.35. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.35</h2> <p>Please see the <a href="https://nextjs.org/blog/security-update-2025-12-11">Next.js Security Update</a> for information about this security patch.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/7b940d9ce96faddb9f92ff40f5e35c34ace04eb2"><code>7b940d9</code></a> v14.2.35</li> <li><a href="https://github.com/vercel/next.js/commit/7c1be85a2eb9bd704140ea0dca7a6fdf93e854a7"><code>7c1be85</code></a> Backport <a href="https://redirect.github.com/facebook/react/issues/35351">facebook/react#35351</a> for 14.2.34 (<a href="https://redirect.github.com/vercel/next.js/issues/87095">#87095</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f3073688ce18878a674fdb9954da68e9d626a930"><code>f307368</code></a> v14.2.34</li> <li><a href="https://github.com/vercel/next.js/commit/8e43882798208066d8fb4c44f9d4362bb4900a1b"><code>8e43882</code></a> Update React Version (<a href="https://redirect.github.com/vercel/next.js/issues/36">#36</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/385e8c286c21db9a15f4ec7bb68c8860caa08e3d"><code>385e8c2</code></a> Backport Next.js changes to v14.2.34 (<a href="https://redirect.github.com/vercel/next.js/issues/29">#29</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/7a2cf51e785225c9dd94969dff80f75b41001708"><code>7a2cf51</code></a> update version script</li> <li><a href="https://github.com/vercel/next.js/commit/778e7bf1211106a4a98298be219e29a28f05df10"><code>778e7bf</code></a> lock swc binaries</li> <li><a href="https://github.com/vercel/next.js/commit/5a97b408c2d8668bed1642d382fc1d78ed3731cc"><code>5a97b40</code></a> v14.2.33</li> <li><a href="https://github.com/vercel/next.js/commit/cb8882437c44f6d8c11f0c09ee4192afc3014a32"><code>cb88824</code></a> backport(v14): omit searchParam data from FlightRouterState before transport ...</li> <li><a href="https://github.com/vercel/next.js/commit/89ee5615520d593e328be994b30cd445ef5d5c17"><code>89ee561</code></a> v14.2.32</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.21...v14.2.35">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=14.2.21&new-version=14.2.35)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/reflagcom/javascript/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0632c7b commit 72bc0e7

3 files changed

Lines changed: 78 additions & 78 deletions

File tree

packages/react-sdk/dev/nextjs-bootstrap-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@reflag/node-sdk": "workspace:^",
1313
"@reflag/react-sdk": "workspace:^",
14-
"next": "14.2.21",
14+
"next": "14.2.35",
1515
"react": "^18",
1616
"react-dom": "^18"
1717
},

packages/react-sdk/dev/nextjs-flag-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@reflag/react-sdk": "workspace:^",
13-
"next": "14.2.21",
13+
"next": "14.2.35",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,20 +2371,20 @@ __metadata:
23712371
languageName: node
23722372
linkType: hard
23732373

2374-
"@next/env@npm:14.2.21":
2375-
version: 14.2.21
2376-
resolution: "@next/env@npm:14.2.21"
2377-
checksum: 10c0/67e5b740ded5c2a856d008c12c84db3e31d10b00d3b4820963d38dee19d7c1ca19efc8ddec95289de1454eba77008952bc7f84ebffa5f6577e2e0c4197dd90ee
2378-
languageName: node
2379-
linkType: hard
2380-
23812374
"@next/env@npm:14.2.26":
23822375
version: 14.2.26
23832376
resolution: "@next/env@npm:14.2.26"
23842377
checksum: 10c0/e895d5d94f26c52f01c98450e269b10de9b785acf1011feb3ed1d003ac076e776369c32ba183bd603e0dcc8192e545ead59373f6c5e262c38a3659636edd69ca
23852378
languageName: node
23862379
linkType: hard
23872380

2381+
"@next/env@npm:14.2.35":
2382+
version: 14.2.35
2383+
resolution: "@next/env@npm:14.2.35"
2384+
checksum: 10c0/e042f1771f91d4f69b296aa7f633df216464df5844e5e1ea46105b76b2e519093dff4b25df9a24576916811b65a7e896202b2540649af5aa54bd7f8b19d7b6ab
2385+
languageName: node
2386+
linkType: hard
2387+
23882388
"@next/eslint-plugin-next@npm:14.2.5":
23892389
version: 14.2.5
23902390
resolution: "@next/eslint-plugin-next@npm:14.2.5"
@@ -2394,24 +2394,17 @@ __metadata:
23942394
languageName: node
23952395
linkType: hard
23962396

2397-
"@next/swc-darwin-arm64@npm:14.2.21":
2398-
version: 14.2.21
2399-
resolution: "@next/swc-darwin-arm64@npm:14.2.21"
2400-
conditions: os=darwin & cpu=arm64
2401-
languageName: node
2402-
linkType: hard
2403-
24042397
"@next/swc-darwin-arm64@npm:14.2.26":
24052398
version: 14.2.26
24062399
resolution: "@next/swc-darwin-arm64@npm:14.2.26"
24072400
conditions: os=darwin & cpu=arm64
24082401
languageName: node
24092402
linkType: hard
24102403

2411-
"@next/swc-darwin-x64@npm:14.2.21":
2412-
version: 14.2.21
2413-
resolution: "@next/swc-darwin-x64@npm:14.2.21"
2414-
conditions: os=darwin & cpu=x64
2404+
"@next/swc-darwin-arm64@npm:14.2.33":
2405+
version: 14.2.33
2406+
resolution: "@next/swc-darwin-arm64@npm:14.2.33"
2407+
conditions: os=darwin & cpu=arm64
24152408
languageName: node
24162409
linkType: hard
24172410

@@ -2422,10 +2415,10 @@ __metadata:
24222415
languageName: node
24232416
linkType: hard
24242417

2425-
"@next/swc-linux-arm64-gnu@npm:14.2.21":
2426-
version: 14.2.21
2427-
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.21"
2428-
conditions: os=linux & cpu=arm64 & libc=glibc
2418+
"@next/swc-darwin-x64@npm:14.2.33":
2419+
version: 14.2.33
2420+
resolution: "@next/swc-darwin-x64@npm:14.2.33"
2421+
conditions: os=darwin & cpu=x64
24292422
languageName: node
24302423
linkType: hard
24312424

@@ -2436,10 +2429,10 @@ __metadata:
24362429
languageName: node
24372430
linkType: hard
24382431

2439-
"@next/swc-linux-arm64-musl@npm:14.2.21":
2440-
version: 14.2.21
2441-
resolution: "@next/swc-linux-arm64-musl@npm:14.2.21"
2442-
conditions: os=linux & cpu=arm64 & libc=musl
2432+
"@next/swc-linux-arm64-gnu@npm:14.2.33":
2433+
version: 14.2.33
2434+
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.33"
2435+
conditions: os=linux & cpu=arm64 & libc=glibc
24432436
languageName: node
24442437
linkType: hard
24452438

@@ -2450,10 +2443,10 @@ __metadata:
24502443
languageName: node
24512444
linkType: hard
24522445

2453-
"@next/swc-linux-x64-gnu@npm:14.2.21":
2454-
version: 14.2.21
2455-
resolution: "@next/swc-linux-x64-gnu@npm:14.2.21"
2456-
conditions: os=linux & cpu=x64 & libc=glibc
2446+
"@next/swc-linux-arm64-musl@npm:14.2.33":
2447+
version: 14.2.33
2448+
resolution: "@next/swc-linux-arm64-musl@npm:14.2.33"
2449+
conditions: os=linux & cpu=arm64 & libc=musl
24572450
languageName: node
24582451
linkType: hard
24592452

@@ -2464,10 +2457,10 @@ __metadata:
24642457
languageName: node
24652458
linkType: hard
24662459

2467-
"@next/swc-linux-x64-musl@npm:14.2.21":
2468-
version: 14.2.21
2469-
resolution: "@next/swc-linux-x64-musl@npm:14.2.21"
2470-
conditions: os=linux & cpu=x64 & libc=musl
2460+
"@next/swc-linux-x64-gnu@npm:14.2.33":
2461+
version: 14.2.33
2462+
resolution: "@next/swc-linux-x64-gnu@npm:14.2.33"
2463+
conditions: os=linux & cpu=x64 & libc=glibc
24712464
languageName: node
24722465
linkType: hard
24732466

@@ -2478,10 +2471,10 @@ __metadata:
24782471
languageName: node
24792472
linkType: hard
24802473

2481-
"@next/swc-win32-arm64-msvc@npm:14.2.21":
2482-
version: 14.2.21
2483-
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.21"
2484-
conditions: os=win32 & cpu=arm64
2474+
"@next/swc-linux-x64-musl@npm:14.2.33":
2475+
version: 14.2.33
2476+
resolution: "@next/swc-linux-x64-musl@npm:14.2.33"
2477+
conditions: os=linux & cpu=x64 & libc=musl
24852478
languageName: node
24862479
linkType: hard
24872480

@@ -2492,10 +2485,10 @@ __metadata:
24922485
languageName: node
24932486
linkType: hard
24942487

2495-
"@next/swc-win32-ia32-msvc@npm:14.2.21":
2496-
version: 14.2.21
2497-
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.21"
2498-
conditions: os=win32 & cpu=ia32
2488+
"@next/swc-win32-arm64-msvc@npm:14.2.33":
2489+
version: 14.2.33
2490+
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.33"
2491+
conditions: os=win32 & cpu=arm64
24992492
languageName: node
25002493
linkType: hard
25012494

@@ -2506,10 +2499,10 @@ __metadata:
25062499
languageName: node
25072500
linkType: hard
25082501

2509-
"@next/swc-win32-x64-msvc@npm:14.2.21":
2510-
version: 14.2.21
2511-
resolution: "@next/swc-win32-x64-msvc@npm:14.2.21"
2512-
conditions: os=win32 & cpu=x64
2502+
"@next/swc-win32-ia32-msvc@npm:14.2.33":
2503+
version: 14.2.33
2504+
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.33"
2505+
conditions: os=win32 & cpu=ia32
25132506
languageName: node
25142507
linkType: hard
25152508

@@ -2520,6 +2513,13 @@ __metadata:
25202513
languageName: node
25212514
linkType: hard
25222515

2516+
"@next/swc-win32-x64-msvc@npm:14.2.33":
2517+
version: 14.2.33
2518+
resolution: "@next/swc-win32-x64-msvc@npm:14.2.33"
2519+
conditions: os=win32 & cpu=x64
2520+
languageName: node
2521+
linkType: hard
2522+
25232523
"@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1":
25242524
version: 5.1.1-v1
25252525
resolution: "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1"
@@ -13260,20 +13260,20 @@ __metadata:
1326013260
languageName: node
1326113261
linkType: hard
1326213262

13263-
"next@npm:14.2.21":
13264-
version: 14.2.21
13265-
resolution: "next@npm:14.2.21"
13263+
"next@npm:14.2.26":
13264+
version: 14.2.26
13265+
resolution: "next@npm:14.2.26"
1326613266
dependencies:
13267-
"@next/env": "npm:14.2.21"
13268-
"@next/swc-darwin-arm64": "npm:14.2.21"
13269-
"@next/swc-darwin-x64": "npm:14.2.21"
13270-
"@next/swc-linux-arm64-gnu": "npm:14.2.21"
13271-
"@next/swc-linux-arm64-musl": "npm:14.2.21"
13272-
"@next/swc-linux-x64-gnu": "npm:14.2.21"
13273-
"@next/swc-linux-x64-musl": "npm:14.2.21"
13274-
"@next/swc-win32-arm64-msvc": "npm:14.2.21"
13275-
"@next/swc-win32-ia32-msvc": "npm:14.2.21"
13276-
"@next/swc-win32-x64-msvc": "npm:14.2.21"
13267+
"@next/env": "npm:14.2.26"
13268+
"@next/swc-darwin-arm64": "npm:14.2.26"
13269+
"@next/swc-darwin-x64": "npm:14.2.26"
13270+
"@next/swc-linux-arm64-gnu": "npm:14.2.26"
13271+
"@next/swc-linux-arm64-musl": "npm:14.2.26"
13272+
"@next/swc-linux-x64-gnu": "npm:14.2.26"
13273+
"@next/swc-linux-x64-musl": "npm:14.2.26"
13274+
"@next/swc-win32-arm64-msvc": "npm:14.2.26"
13275+
"@next/swc-win32-ia32-msvc": "npm:14.2.26"
13276+
"@next/swc-win32-x64-msvc": "npm:14.2.26"
1327713277
"@swc/helpers": "npm:0.5.5"
1327813278
busboy: "npm:1.6.0"
1327913279
caniuse-lite: "npm:^1.0.30001579"
@@ -13314,24 +13314,24 @@ __metadata:
1331413314
optional: true
1331513315
bin:
1331613316
next: dist/bin/next
13317-
checksum: 10c0/b087ddbd7f0358393075080e9fefdfe4d436f42c42348f47c8bfcb052463976e767cef33d7816ddc1a1cdd5d729be3941db25f8bf4a4b12045aa72241d90298a
13317+
checksum: 10c0/d5792ad9aff56b42648456f9cced2f269100c4d4200590c2f4e419f3ad2c5795b57f7caf273bc336323f866dbb31268197b46a07016ca7e55637d68b53176b29
1331813318
languageName: node
1331913319
linkType: hard
1332013320

13321-
"next@npm:14.2.26":
13322-
version: 14.2.26
13323-
resolution: "next@npm:14.2.26"
13321+
"next@npm:14.2.35":
13322+
version: 14.2.35
13323+
resolution: "next@npm:14.2.35"
1332413324
dependencies:
13325-
"@next/env": "npm:14.2.26"
13326-
"@next/swc-darwin-arm64": "npm:14.2.26"
13327-
"@next/swc-darwin-x64": "npm:14.2.26"
13328-
"@next/swc-linux-arm64-gnu": "npm:14.2.26"
13329-
"@next/swc-linux-arm64-musl": "npm:14.2.26"
13330-
"@next/swc-linux-x64-gnu": "npm:14.2.26"
13331-
"@next/swc-linux-x64-musl": "npm:14.2.26"
13332-
"@next/swc-win32-arm64-msvc": "npm:14.2.26"
13333-
"@next/swc-win32-ia32-msvc": "npm:14.2.26"
13334-
"@next/swc-win32-x64-msvc": "npm:14.2.26"
13325+
"@next/env": "npm:14.2.35"
13326+
"@next/swc-darwin-arm64": "npm:14.2.33"
13327+
"@next/swc-darwin-x64": "npm:14.2.33"
13328+
"@next/swc-linux-arm64-gnu": "npm:14.2.33"
13329+
"@next/swc-linux-arm64-musl": "npm:14.2.33"
13330+
"@next/swc-linux-x64-gnu": "npm:14.2.33"
13331+
"@next/swc-linux-x64-musl": "npm:14.2.33"
13332+
"@next/swc-win32-arm64-msvc": "npm:14.2.33"
13333+
"@next/swc-win32-ia32-msvc": "npm:14.2.33"
13334+
"@next/swc-win32-x64-msvc": "npm:14.2.33"
1333513335
"@swc/helpers": "npm:0.5.5"
1333613336
busboy: "npm:1.6.0"
1333713337
caniuse-lite: "npm:^1.0.30001579"
@@ -13372,7 +13372,7 @@ __metadata:
1337213372
optional: true
1337313373
bin:
1337413374
next: dist/bin/next
13375-
checksum: 10c0/d5792ad9aff56b42648456f9cced2f269100c4d4200590c2f4e419f3ad2c5795b57f7caf273bc336323f866dbb31268197b46a07016ca7e55637d68b53176b29
13375+
checksum: 10c0/5b1eadd554cd2cb1f030335d71a9363d16d86453f60a2331333887804c8b4b04a16fcb1ddb58229b792b6c365dbd0fafd9ccacd727c85134101a124bd6b4c06a
1337613376
languageName: node
1337713377
linkType: hard
1337813378

@@ -13387,7 +13387,7 @@ __metadata:
1338713387
"@types/react-dom": "npm:^18"
1338813388
eslint: "npm:^8"
1338913389
eslint-config-next: "npm:14.2.5"
13390-
next: "npm:14.2.21"
13390+
next: "npm:14.2.35"
1339113391
postcss: "npm:^8"
1339213392
react: "npm:^18"
1339313393
react-dom: "npm:^18"
@@ -13406,7 +13406,7 @@ __metadata:
1340613406
"@types/react-dom": "npm:^18"
1340713407
eslint: "npm:^8"
1340813408
eslint-config-next: "npm:14.2.5"
13409-
next: "npm:14.2.21"
13409+
next: "npm:14.2.35"
1341013410
postcss: "npm:^8"
1341113411
react: "npm:^18"
1341213412
react-dom: "npm:^18"

0 commit comments

Comments
 (0)