Bump next from 14.0.4 to 14.1.0 in /frontend (#434)

Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.0.
<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.1.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Turbopack: switch to a single client components entrypoint: <a
href="https://redirect.github.com/vercel/next.js/issues/59352">#59352</a></li>
<li>Update <code>swc_core</code> to <code>v0.86.98</code> and turbopack:
<a
href="https://redirect.github.com/vercel/next.js/issues/59393">#59393</a></li>
<li>Fix cases for the <code>optimize_server_react</code> transform: <a
href="https://redirect.github.com/vercel/next.js/issues/59390">#59390</a></li>
<li>Use new JSX transform: <a
href="https://redirect.github.com/vercel/next.js/issues/56294">#56294</a></li>
<li>loading.tsx should have no effect on partial rendering when PPR is
enabled: <a
href="https://redirect.github.com/vercel/next.js/issues/59196">#59196</a></li>
<li>Update font data: <a
href="https://redirect.github.com/vercel/next.js/issues/59426">#59426</a></li>
<li>Remove CacheNode.status field: <a
href="https://redirect.github.com/vercel/next.js/issues/59472">#59472</a></li>
<li>Rename CacheNode.data → .lazyData : <a
href="https://redirect.github.com/vercel/next.js/issues/59473">#59473</a></li>
<li>Generate Params Cleanup: <a
href="https://redirect.github.com/vercel/next.js/issues/59431">#59431</a></li>
<li>Fix webpack chunks handling in traces: <a
href="https://redirect.github.com/vercel/next.js/issues/59498">#59498</a></li>
<li>Rename CacheNode.subTreeData -&gt; .rsc : <a
href="https://redirect.github.com/vercel/next.js/issues/59491">#59491</a></li>
<li>fix NODE_OPTIONS=inspect: <a
href="https://redirect.github.com/vercel/next.js/issues/59530">#59530</a></li>
<li>Add CacheNode.prefetchRsc field: <a
href="https://redirect.github.com/vercel/next.js/issues/59537">#59537</a></li>
<li>allow passing wildcard domains in serverActions.allowedDomains: <a
href="https://redirect.github.com/vercel/next.js/issues/59428">#59428</a></li>
<li>Page Info Cleanup: <a
href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a></li>
<li>Fix force-static and fetch no-store cases: <a
href="https://redirect.github.com/vercel/next.js/issues/59549">#59549</a></li>
<li>Should not show no index for client rendering bailout: <a
href="https://redirect.github.com/vercel/next.js/issues/59531">#59531</a></li>
<li>Enable build worker by default: <a
href="https://redirect.github.com/vercel/next.js/issues/59405">#59405</a></li>
<li>Fork navigateReducer into PPR and non-PPR versions: <a
href="https://redirect.github.com/vercel/next.js/issues/59538">#59538</a></li>
<li>cleanup magic segment strings: <a
href="https://redirect.github.com/vercel/next.js/issues/59552">#59552</a></li>
<li>chore: update Turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/59589">#59589</a></li>
<li>Fix another magic segment string constant: <a
href="https://redirect.github.com/vercel/next.js/issues/59591">#59591</a></li>
<li>Make CacheNodeSeedData match FlightRouterState more closely: <a
href="https://redirect.github.com/vercel/next.js/issues/59590">#59590</a></li>
<li>transpilePackages should override default settings for external
packages: <a
href="https://redirect.github.com/vercel/next.js/issues/59385">#59385</a></li>
<li>move segment constants to separate file: <a
href="https://redirect.github.com/vercel/next.js/issues/59587">#59587</a></li>
<li>Revert &quot;Page Info Cleanup (<a
href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a>)&quot;:
<a
href="https://redirect.github.com/vercel/next.js/issues/59592">#59592</a></li>
<li>Fix useOptimistic in server components bug. Add tests for invalid
React server APIs: <a
href="https://redirect.github.com/vercel/next.js/issues/59621">#59621</a></li>
<li>Partial Pre Rendering Headers: <a
href="https://redirect.github.com/vercel/next.js/issues/59447">#59447</a></li>
<li>Add tests for invalid React server APIs: <a
href="https://redirect.github.com/vercel/next.js/issues/59622">#59622</a></li>
<li>Refactor setup-dev-bundler to make Turbopack/Webpack split clearer:
<a
href="https://redirect.github.com/vercel/next.js/issues/59650">#59650</a></li>
<li>refactor and simplify app dynamic components: <a
href="https://redirect.github.com/vercel/next.js/issues/59658">#59658</a></li>
<li>Change manifestPath to pagesManifestPath: <a
href="https://redirect.github.com/vercel/next.js/issues/59657">#59657</a></li>
<li>Fix issue with outputFileTracingExcludes and pages/api edge runtime:
<a
href="https://redirect.github.com/vercel/next.js/issues/59157">#59157</a></li>
<li>Update font data: <a
href="https://redirect.github.com/vercel/next.js/issues/59722">#59722</a></li>
<li>Remove path normalization logic when uploading .next/trace traces:
<a
href="https://redirect.github.com/vercel/next.js/issues/59305">#59305</a></li>
<li>LayoutRouter: Support segment value of Promise<!-- raw HTML omitted
--> to asynchronously bail out and trigger a server patch: <a
href="https://redirect.github.com/vercel/next.js/issues/59724">#59724</a></li>
<li>fix: Allow start turbopack dev server for a project using
middleware: <a
href="https://redirect.github.com/vercel/next.js/issues/59759">#59759</a></li>
<li>fix: gracefully shutdown server: <a
href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a></li>
<li>Revert &quot;fix: gracefully shutdown server (<a
href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a>)&quot;:
<a
href="https://redirect.github.com/vercel/next.js/issues/59792">#59792</a></li>
<li>Optionally bundle legacy react-dom/server APIs based on usage: <a
href="https://redirect.github.com/vercel/next.js/issues/59737">#59737</a></li>
<li>fix <code>default</code> handling in route groups that handle
interception: <a
href="https://redirect.github.com/vercel/next.js/issues/59752">#59752</a></li>
<li>Transpile all code on app browser layer: <a
href="https://redirect.github.com/vercel/next.js/issues/59569">#59569</a></li>
<li>Initial implementation of PPR client navigations: <a
href="https://redirect.github.com/vercel/next.js/issues/59725">#59725</a></li>
<li>fix(turbopack): prevent edge entrypoint from becoming an async
module: <a
href="https://redirect.github.com/vercel/next.js/issues/59818">#59818</a></li>
<li>Ensure we validate revalidate configs properly: <a
href="https://redirect.github.com/vercel/next.js/issues/59822">#59822</a></li>
<li>Update error check in validateRevalidate: <a
href="https://redirect.github.com/vercel/next.js/issues/59826">#59826</a></li>
<li>Rename confusing loaders: <a
href="https://redirect.github.com/vercel/next.js/issues/59827">#59827</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="16e7a5bd93"><code>16e7a5b</code></a>
v14.1.0</li>
<li><a
href="8a3881fef0"><code>8a3881f</code></a>
Update labeler.json (<a
href="https://redirect.github.com/vercel/next.js/issues/60843">#60843</a>)</li>
<li><a
href="1b255a6c5b"><code>1b255a6</code></a>
v14.0.5-canary.68</li>
<li><a
href="02c2f11ec9"><code>02c2f11</code></a>
Enable missing suspense bailout by default (<a
href="https://redirect.github.com/vercel/next.js/issues/60840">#60840</a>)</li>
<li><a
href="2096dfa687"><code>2096dfa</code></a>
v14.0.5-canary.67</li>
<li><a
href="b8d8e6e7cc"><code>b8d8e6e</code></a>
dx: warn the deprecated cache configs are used (<a
href="https://redirect.github.com/vercel/next.js/issues/60836">#60836</a>)</li>
<li><a
href="c192f4ec2f"><code>c192f4e</code></a>
turbopack: rename custom cache handler configs (<a
href="https://redirect.github.com/vercel/next.js/issues/60828">#60828</a>)</li>
<li><a
href="2227ae5f34"><code>2227ae5</code></a>
Revert &quot;Fix: Throw an error for empty array return in
<code>generateStaticParams</code> ...</li>
<li><a
href="b7f5107544"><code>b7f5107</code></a>
Fix: respect init.cache if fetch input is request instance (<a
href="https://redirect.github.com/vercel/next.js/issues/60821">#60821</a>)</li>
<li><a
href="752c15e798"><code>752c15e</code></a>
Add metrics names for unstable_cache (<a
href="https://redirect.github.com/vercel/next.js/issues/60802">#60802</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v14.0.4...v14.1.0">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.0.4&new-version=14.1.0)](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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-05 08:23:47 +01:00
committed by GitHub
parent ff7b998554
commit 97ad4fd0ae
2 changed files with 61 additions and 75 deletions

View File

@@ -39,7 +39,7 @@
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"i18next": "^23.7.11",
"next": "^14.0.3",
"next": "^14.1.0",
"next-i18next": "^15.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@@ -888,10 +888,10 @@
dependencies:
webpack-bundle-analyzer "4.7.0"
"@next/env@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.0.4.tgz#d5cda0c4a862d70ae760e58c0cd96a8899a2e49a"
integrity sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ==
"@next/env@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.1.0.tgz#43d92ebb53bc0ae43dcc64fb4d418f8f17d7a341"
integrity sha512-Py8zIo+02ht82brwwhTg36iogzFqGLPXlRGKQw5s+qP/kMNc4MAyDeEwBKDijk6zTIbegEgu8Qy7C1LboslQAw==
"@next/eslint-plugin-next@^14.0.3":
version "14.0.4"
@@ -900,50 +900,50 @@
dependencies:
glob "7.1.7"
"@next/swc-darwin-arm64@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.4.tgz#27b1854c2cd04eb1d5e75081a1a792ad91526618"
integrity sha512-mF05E/5uPthWzyYDyptcwHptucf/jj09i2SXBPwNzbgBNc+XnwzrL0U6BmPjQeOL+FiB+iG1gwBeq7mlDjSRPg==
"@next/swc-darwin-arm64@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.0.tgz#70a57c87ab1ae5aa963a3ba0f4e59e18f4ecea39"
integrity sha512-nUDn7TOGcIeyQni6lZHfzNoo9S0euXnu0jhsbMOmMJUBfgsnESdjN97kM7cBqQxZa8L/bM9om/S5/1dzCrW6wQ==
"@next/swc-darwin-x64@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.0.4.tgz#9940c449e757d0ee50bb9e792d2600cc08a3eb3b"
integrity sha512-IZQ3C7Bx0k2rYtrZZxKKiusMTM9WWcK5ajyhOZkYYTCc8xytmwSzR1skU7qLgVT/EY9xtXDG0WhY6fyujnI3rw==
"@next/swc-darwin-x64@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.0.tgz#0863a22feae1540e83c249384b539069fef054e9"
integrity sha512-1jgudN5haWxiAl3O1ljUS2GfupPmcftu2RYJqZiMJmmbBT5M1XDffjUtRUzP4W3cBHsrvkfOFdQ71hAreNQP6g==
"@next/swc-linux-arm64-gnu@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.0.4.tgz#0eafd27c8587f68ace7b4fa80695711a8434de21"
integrity sha512-VwwZKrBQo/MGb1VOrxJ6LrKvbpo7UbROuyMRvQKTFKhNaXjUmKTu7wxVkIuCARAfiI8JpaWAnKR+D6tzpCcM4w==
"@next/swc-linux-arm64-gnu@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.0.tgz#893da533d3fce4aec7116fe772d4f9b95232423c"
integrity sha512-RHo7Tcj+jllXUbK7xk2NyIDod3YcCPDZxj1WLIYxd709BQ7WuRYl3OWUNG+WUfqeQBds6kvZYlc42NJJTNi4tQ==
"@next/swc-linux-arm64-musl@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.0.4.tgz#2b0072adb213f36dada5394ea67d6e82069ae7dd"
integrity sha512-8QftwPEW37XxXoAwsn+nXlodKWHfpMaSvt81W43Wh8dv0gkheD+30ezWMcFGHLI71KiWmHK5PSQbTQGUiidvLQ==
"@next/swc-linux-arm64-musl@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.0.tgz#d81ddcf95916310b8b0e4ad32b637406564244c0"
integrity sha512-v6kP8sHYxjO8RwHmWMJSq7VZP2nYCkRVQ0qolh2l6xroe9QjbgV8siTbduED4u0hlk0+tjS6/Tuy4n5XCp+l6g==
"@next/swc-linux-x64-gnu@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.4.tgz#68c67d20ebc8e3f6ced6ff23a4ba2a679dbcec32"
integrity sha512-/s/Pme3VKfZAfISlYVq2hzFS8AcAIOTnoKupc/j4WlvF6GQ0VouS2Q2KEgPuO1eMBwakWPB1aYFIA4VNVh667A==
"@next/swc-linux-x64-gnu@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.0.tgz#18967f100ec19938354332dcb0268393cbacf581"
integrity sha512-zJ2pnoFYB1F4vmEVlb/eSe+VH679zT1VdXlZKX+pE66grOgjmKJHKacf82g/sWE4MQ4Rk2FMBCRnX+l6/TVYzQ==
"@next/swc-linux-x64-musl@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.4.tgz#67cd81b42fb2caf313f7992fcf6d978af55a1247"
integrity sha512-m8z/6Fyal4L9Bnlxde5g2Mfa1Z7dasMQyhEhskDATpqr+Y0mjOBZcXQ7G5U+vgL22cI4T7MfvgtrM2jdopqWaw==
"@next/swc-linux-x64-musl@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.0.tgz#77077cd4ba8dda8f349dc7ceb6230e68ee3293cf"
integrity sha512-rbaIYFt2X9YZBSbH/CwGAjbBG2/MrACCVu2X0+kSykHzHnYH5FjHxwXLkcoJ10cX0aWCEynpu+rP76x0914atg==
"@next/swc-win32-arm64-msvc@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.0.4.tgz#be06585906b195d755ceda28f33c633e1443f1a3"
integrity sha512-7Wv4PRiWIAWbm5XrGz3D8HUkCVDMMz9igffZG4NB1p4u1KoItwx9qjATHz88kwCEal/HXmbShucaslXCQXUM5w==
"@next/swc-win32-arm64-msvc@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.0.tgz#5f0b8cf955644104621e6d7cc923cad3a4c5365a"
integrity sha512-o1N5TsYc8f/HpGt39OUQpQ9AKIGApd3QLueu7hXk//2xq5Z9OxmV6sQfNp8C7qYmiOlHYODOGqNNa0e9jvchGQ==
"@next/swc-win32-ia32-msvc@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.0.4.tgz#e76cabefa9f2d891599c3d85928475bd8d3f6600"
integrity sha512-zLeNEAPULsl0phfGb4kdzF/cAVIfaC7hY+kt0/d+y9mzcZHsMS3hAS829WbJ31DkSlVKQeHEjZHIdhN+Pg7Gyg==
"@next/swc-win32-ia32-msvc@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.0.tgz#21f4de1293ac5e5a168a412b139db5d3420a89d0"
integrity sha512-XXIuB1DBRCFwNO6EEzCTMHT5pauwaSj4SWs7CYnME57eaReAKBXCnkUE80p/pAZcewm7hs+vGvNqDPacEXHVkw==
"@next/swc-win32-x64-msvc@14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.0.4.tgz#e74892f1a9ccf41d3bf5979ad6d3d77c07b9cba1"
integrity sha512-yEh2+R8qDlDCjxVpzOTEpBLQTEFAcP2A8fUFLaWNap9GitYKkKv1//y2S6XY6zsR4rCOPRpU7plYDR+az2n30A==
"@next/swc-win32-x64-msvc@14.1.0":
version "14.1.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.0.tgz#e561fb330466d41807123d932b365cf3d33ceba2"
integrity sha512-9WEbVRRAqJ3YFVqEZIxUqkiO8l1nool1LmNxygr5HWF8AcSYsEpneUDhmjUVJEzO2A04+oPtZdombzzPPkTtgg==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
@@ -1871,10 +1871,10 @@ camelcase@^6.2.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001565:
version "1.0.30001578"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001578.tgz#11741580434ce60aae4b4a9abee9f9f8d7bf5be5"
integrity sha512-J/jkFgsQ3NEl4w2lCoM9ZPxrD+FoBNJ7uJUpGVjIg/j0OwJosWM36EPDv+Yyi0V4twBk9pPmlFS+PLykgEvUmg==
caniuse-lite@^1.0.30001565, caniuse-lite@^1.0.30001579:
version "1.0.30001583"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001583.tgz#abb2970cc370801dc7e27bf290509dc132cfa390"
integrity sha512-acWTYaha8xfhA/Du/z4sNZjHUWjkiuoAi2LM+T/aL+kemKQgPT1xBb/YKjlQ0Qo8gvbHsGNplrEJ+9G3gL7i4Q==
chalk@^2.4.2:
version "2.4.2"
@@ -2993,11 +2993,6 @@ glob-parent@^6.0.2:
dependencies:
is-glob "^4.0.3"
glob-to-regexp@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
glob@7.1.7:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -3060,7 +3055,7 @@ gopd@^1.0.1:
dependencies:
get-intrinsic "^1.1.3"
graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.9:
graceful-fs@^4.2.11, graceful-fs@^4.2.9:
version "4.2.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -4292,29 +4287,28 @@ next-i18next@^15.1.1:
hoist-non-react-statics "^3.3.2"
i18next-fs-backend "^2.3.1"
next@^14.0.3:
version "14.0.4"
resolved "https://registry.yarnpkg.com/next/-/next-14.0.4.tgz#bf00b6f835b20d10a5057838fa2dfced1d0d84dc"
integrity sha512-qbwypnM7327SadwFtxXnQdGiKpkuhaRLE2uq62/nRul9cj9KhQ5LhHmlziTNqUidZotw/Q1I9OjirBROdUJNgA==
next@^14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/next/-/next-14.1.0.tgz#b31c0261ff9caa6b4a17c5af019ed77387174b69"
integrity sha512-wlzrsbfeSU48YQBjZhDzOwhWhGsy+uQycR8bHAOt1LY1bn3zZEcDyHQOEoN3aWzQ8LHCAJ1nqrWCc9XF2+O45Q==
dependencies:
"@next/env" "14.0.4"
"@next/env" "14.1.0"
"@swc/helpers" "0.5.2"
busboy "1.6.0"
caniuse-lite "^1.0.30001406"
caniuse-lite "^1.0.30001579"
graceful-fs "^4.2.11"
postcss "8.4.31"
styled-jsx "5.1.1"
watchpack "2.4.0"
optionalDependencies:
"@next/swc-darwin-arm64" "14.0.4"
"@next/swc-darwin-x64" "14.0.4"
"@next/swc-linux-arm64-gnu" "14.0.4"
"@next/swc-linux-arm64-musl" "14.0.4"
"@next/swc-linux-x64-gnu" "14.0.4"
"@next/swc-linux-x64-musl" "14.0.4"
"@next/swc-win32-arm64-msvc" "14.0.4"
"@next/swc-win32-ia32-msvc" "14.0.4"
"@next/swc-win32-x64-msvc" "14.0.4"
"@next/swc-darwin-arm64" "14.1.0"
"@next/swc-darwin-x64" "14.1.0"
"@next/swc-linux-arm64-gnu" "14.1.0"
"@next/swc-linux-arm64-musl" "14.1.0"
"@next/swc-linux-x64-gnu" "14.1.0"
"@next/swc-linux-x64-musl" "14.1.0"
"@next/swc-win32-arm64-msvc" "14.1.0"
"@next/swc-win32-ia32-msvc" "14.1.0"
"@next/swc-win32-x64-msvc" "14.1.0"
node-int64@^0.4.0:
version "0.4.0"
@@ -5720,14 +5714,6 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"
watchpack@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"
integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
webidl-conversions@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"