Skip to content

Commit

Permalink
Bump next from 13.0.0 to 13.5.3 (#40)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 13.0.0 to 13.5.3.
<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>v13.5.3</h2>
<h3>Core Changes</h3>
<ul>
<li>only put css in entry_css_files: <a
href="https://redirect.github.com/vercel/next.js/issues/55585">#55585</a></li>
<li>update taskfile to generate types during <code>build</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55628">#55628</a></li>
<li>refactor: use <code>fs.existsSync</code> instead of
<code>accessSync</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55675">#55675</a></li>
<li>Capitalize compiling log: <a
href="https://redirect.github.com/vercel/next.js/issues/55685">#55685</a></li>
<li>Split prerending by route kind: <a
href="https://redirect.github.com/vercel/next.js/issues/55622">#55622</a></li>
<li>turbopack: Update the <code>next/dist/esm</code> rewrite
<code>ResolvePlugin</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55689">#55689</a></li>
<li>refactor: modernize get-online with dns/promises: <a
href="https://redirect.github.com/vercel/next.js/issues/55674">#55674</a></li>
<li>ensure <code>fetchServerResponse</code> is a valid record when
stored in router cache: <a
href="https://redirect.github.com/vercel/next.js/issues/55690">#55690</a></li>
<li>fix(react-refresh-utils): avoid memory leaks caused by prevExports:
<a
href="https://redirect.github.com/vercel/next.js/issues/53797">#53797</a></li>
<li>fix(ts): allow auto-import of <code>next/navigation</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55743">#55743</a></li>
<li>remove --watch from <code>generate_types</code> task: <a
href="https://redirect.github.com/vercel/next.js/issues/55748">#55748</a></li>
<li>Remove the left padding in <code>next info</code> output: <a
href="https://redirect.github.com/vercel/next.js/issues/55704">#55704</a></li>
<li>test(turbopack): remove escape hatches for custom turbopack
bindings: <a
href="https://redirect.github.com/vercel/next.js/issues/55757">#55757</a></li>
<li>fix: Invoke cancel, only if the stream is not closed: <a
href="https://redirect.github.com/vercel/next.js/issues/55684">#55684</a></li>
<li>Revert &quot;fix: Invoke cancel, only if the stream is not closed
(<a
href="https://redirect.github.com/vercel/next.js/issues/55684">#55684</a>)&quot;:
<a
href="https://redirect.github.com/vercel/next.js/issues/55764">#55764</a></li>
<li>fix thenable types &amp; update another incorrect cache record: <a
href="https://redirect.github.com/vercel/next.js/issues/55758">#55758</a></li>
<li>turbopack: Rewrite ESM modules to CJS during client transition: <a
href="https://redirect.github.com/vercel/next.js/issues/55693">#55693</a></li>
<li>Fix output log extra new line: <a
href="https://redirect.github.com/vercel/next.js/issues/55770">#55770</a></li>
<li>Remove unused internal env var: <a
href="https://redirect.github.com/vercel/next.js/issues/55762">#55762</a></li>
<li>fix Image when used with <code>--experimental-https</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55775">#55775</a></li>
<li>chore: update turbopack to <code>turbopack-230922.2</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55828">#55828</a></li>
<li>Move DefineEnv to separate file: <a
href="https://redirect.github.com/vercel/next.js/issues/55811">#55811</a></li>
<li>Remove legacy checks for unstable_getXProps: <a
href="https://redirect.github.com/vercel/next.js/issues/55813">#55813</a></li>
<li>Remove next-typescript check in webpack config: <a
href="https://redirect.github.com/vercel/next.js/issues/55819">#55819</a></li>
<li>Correctly mark turbo sessions in telemetry: <a
href="https://redirect.github.com/vercel/next.js/issues/55835">#55835</a></li>
<li>feat(turbopack): construct output path with distDir next.js config:
<a
href="https://redirect.github.com/vercel/next.js/issues/55613">#55613</a></li>
<li>Remove extra type: <a
href="https://redirect.github.com/vercel/next.js/issues/55837">#55837</a></li>
<li>Update rust toolchain to nightly-2023-09-21: <a
href="https://redirect.github.com/vercel/next.js/issues/55774">#55774</a></li>
<li>Remove unused internal env var: <a
href="https://redirect.github.com/vercel/next.js/issues/55762">#55762</a></li>
<li>fix Image when used with <code>--experimental-https</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55775">#55775</a></li>
<li>chore: update turbopack to <code>turbopack-230922.2</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55828">#55828</a></li>
<li>Move DefineEnv to separate file: <a
href="https://redirect.github.com/vercel/next.js/issues/55811">#55811</a></li>
<li>Remove legacy checks for unstable_getXProps: <a
href="https://redirect.github.com/vercel/next.js/issues/55813">#55813</a></li>
<li>Remove next-typescript check in webpack config: <a
href="https://redirect.github.com/vercel/next.js/issues/55819">#55819</a></li>
<li>Correctly mark turbo sessions in telemetry: <a
href="https://redirect.github.com/vercel/next.js/issues/55835">#55835</a></li>
<li>feat(turbopack): construct output path with distDir next.js config:
<a
href="https://redirect.github.com/vercel/next.js/issues/55613">#55613</a></li>
<li>Remove extra type: <a
href="https://redirect.github.com/vercel/next.js/issues/55837">#55837</a></li>
<li>Update rust toolchain to nightly-2023-09-21: <a
href="https://redirect.github.com/vercel/next.js/issues/55774">#55774</a></li>
<li>Ensure next-swc-loader types are used: <a
href="https://redirect.github.com/vercel/next.js/issues/55846">#55846</a></li>
<li>Use swc for runtime bundling: <a
href="https://redirect.github.com/vercel/next.js/issues/55842">#55842</a></li>
<li>fix bugs pertaining to server actions + navigation: <a
href="https://redirect.github.com/vercel/next.js/issues/55853">#55853</a></li>
<li>Ensure opentelemetry mismatched version error bubbles: <a
href="https://redirect.github.com/vercel/next.js/issues/55868">#55868</a></li>
<li>test: re-enabled the disabled manifest test: <a
href="https://redirect.github.com/vercel/next.js/issues/55810">#55810</a></li>
<li>Remove unnecessary Object.assign: <a
href="https://redirect.github.com/vercel/next.js/issues/55882">#55882</a></li>
<li>Move experimental.runtime warning to config loading: <a
href="https://redirect.github.com/vercel/next.js/issues/55880">#55880</a></li>
<li>Add experimental.strictNextHead to Turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/55915">#55915</a></li>
<li>Loose types of app routes return value: <a
href="https://redirect.github.com/vercel/next.js/issues/55849">#55849</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/76e06d55a8c42090dafda25ec31d9eeaa7ec647c"><code>76e06d5</code></a>
v13.5.3</li>
<li><a
href="https://github.com/vercel/next.js/commit/b98ebb28065a08e184f0cc33d971e182da58cd03"><code>b98ebb2</code></a>
v13.5.3-canary.4</li>
<li><a
href="https://github.com/vercel/next.js/commit/ca57258dbd4d5b3aba119088e2c188bf0f4671bc"><code>ca57258</code></a>
app router: ensure static prefetch renders loading.js (<a
href="https://redirect.github.com/vercel/next.js/issues/55950">#55950</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/69439d8583ba8c76cad6db3ba27dc19b1f9371f0"><code>69439d8</code></a>
Add trailingSlash, basePath, and assetPrefix to Turbopack (<a
href="https://redirect.github.com/vercel/next.js/issues/55921">#55921</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/cae7833af412f7faca79045dabe056a127804f38"><code>cae7833</code></a>
Ensure Turbopack passing test list is sorted (<a
href="https://redirect.github.com/vercel/next.js/issues/55948">#55948</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/a63b89b140776336543e70fa12fd532f2c0f0513"><code>a63b89b</code></a>
Loose types of app routes return value (<a
href="https://redirect.github.com/vercel/next.js/issues/55849">#55849</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/adcf6e66141605b7c13c75b2720b6a40e3547d20"><code>adcf6e6</code></a>
Add experimental.strictNextHead to Turbopack (<a
href="https://redirect.github.com/vercel/next.js/issues/55915">#55915</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/0b74f518821ea1d23f97103e142cf2905de680b3"><code>0b74f51</code></a>
docs: Add example on query parameters in route handlers (<a
href="https://redirect.github.com/vercel/next.js/issues/55789">#55789</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/8f7d83f1fde9c9d6e1964e70f9aa1e59b793811a"><code>8f7d83f</code></a>
docs: Add note that Server Actions work with static routes (<a
href="https://redirect.github.com/vercel/next.js/issues/55626">#55626</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/ea148f3581ee9a8a0575b4266f740e0c34387e7f"><code>ea148f3</code></a>
Move client-navigation test to test/development (<a
href="https://redirect.github.com/vercel/next.js/issues/55888">#55888</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.0.0...v13.5.3">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=13.0.0&new-version=13.5.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 333d711 commit 99cfd37
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"classnames": "^2.3.2",
"jotai": "^1.10.0",
"madge": "^5.0.1",
"next": "13.0.0",
"next": "13.5.3",
"next-auth": "^4.15.0",
"octokit": "3.1.1",
"react": "18.2.0",
Expand Down
206 changes: 107 additions & 99 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
resolved "https://registry.yarnpkg.com/@next-auth/prisma-adapter/-/prisma-adapter-1.0.7.tgz#86195e9cc5a23a9e71370c7e8745b630388143b1"
integrity sha512-Cdko4KfcmKjsyHFrWwZ//lfLUbcLqlyFqjd/nYE2m3aZ7tjMNUjpks47iw7NTCnXf+5UWz5Ypyt1dSs1EP5QJw==

"@next/env@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.0.0.tgz#38527956680693c90b4522ab4ab9a2fbe3a17f67"
integrity sha512-65v9BVuah2Mplohm4+efsKEnoEuhmlGm8B2w6vD1geeEP2wXtlSJCvR/cCRJ3fD8wzCQBV41VcMBQeYET6MRkg==
"@next/env@13.5.3":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.5.3.tgz#402da9a0af87f93d853519f0c2a602b1ab637c2c"
integrity sha512-X4te86vsbjsB7iO4usY9jLPtZ827Mbx+WcwNBGUOIuswuTAKQtzsuoxc/6KLxCMvogKG795MhrR1LDhYgDvasg==

"@next/[email protected]":
version "13.0.0"
Expand All @@ -141,70 +141,50 @@
dependencies:
glob "7.1.7"

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.0.0.tgz#15cd89d19d3c00d123fdfe367bab38c362f6c515"
integrity sha512-+DUQkYF93gxFjWY+CYWE1QDX6gTgnUiWf+W4UqZjM1Jcef8U97fS6xYh+i+8rH4MM0AXHm7OSakvfOMzmjU6VA==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-13.0.0.tgz#9410365bb07097268d4773a46b02cfe6b3fe3ab7"
integrity sha512-RW9Uy3bMSc0zVGCa11klFuwfP/jdcdkhdruqnrJ7v+7XHm6OFKkSRzX6ee7yGR1rdDZvTnP4GZSRSpzjLv/N0g==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.0.0.tgz#caf262fb5cb8bb335f6f344fd67a44dc8bf6a084"
integrity sha512-APA26nps1j4qyhOIzkclW/OmgotVHj1jBxebSpMCPw2rXfiNvKNY9FA0TcuwPmUCNqaTnm703h6oW4dvp73A4Q==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.0.0.tgz#6b214753410e1d8512a1491045acea1e188df7d6"
integrity sha512-qsUhUdoFuRJiaJ7LnvTQ6GZv1QnMDcRXCIjxaN0FNVXwrjkq++U7KjBUaxXkRzLV4C7u0NHLNOp0iZwNNE7ypw==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.0.0.tgz#eeb176bdb585f48882bdac1d04271b918ca87590"
integrity sha512-sCdyCbboS7CwdnevKH9J6hkJI76LUw1jVWt4eV7kISuLiPba3JmehZSWm80oa4ADChRVAwzhLAo2zJaYRrInbg==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.0.0.tgz#2c2a9622c93f87a8baca94e068f674da4cae6018"
integrity sha512-/X/VxfFA41C9jrEv+sUsPLQ5vbDPVIgG0CJrzKvrcc+b+4zIgPgtfsaWq9ockjHFQi3ycvlZK4TALOXO8ovQ6Q==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.0.0.tgz#69505827e2928fb18034150fd4d754d54c4a1c4b"
integrity sha512-x6Oxr1GIi0ZtNiT6jbw+JVcbEi3UQgF7mMmkrgfL4mfchOwXtWSHKTSSPnwoJWJfXYa0Vy1n8NElWNTGAqoWFw==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.0.0.tgz#487a88f2583a046e882328fe0665b37eca4fd0f6"
integrity sha512-SnMH9ngI+ipGh3kqQ8+mDtWunirwmhQnQeZkEq9e/9Xsgjf04OetqrqRHKM1HmJtG2qMUJbyXFJ0F81TPuT+3g==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.0.0.tgz#29e89c7e4fd2e2b16ad059076f6261998aee53df"
integrity sha512-VSQwTX9EmdbotArtA1J67X8964oQfe0xHb32x4tu+JqTR+wOHyG6wGzPMdXH2oKAp6rdd7BzqxUXXf0J+ypHlw==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.0.0.tgz#2f63aae922d2b2829aec21bf8f9adda8b6c16365"
integrity sha512-xBCP0nnpO0q4tsytXkvIwWFINtbFRyVY5gxa1zB0vlFtqYR9lNhrOwH3CBrks3kkeaePOXd611+8sjdUtrLnXA==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.0.0.tgz#4117bad96c2a6775f70294fba45c63951a8a21ac"
integrity sha512-NutwDafqhGxqPj/eiUixJq9ImS/0sgx6gqlD7jRndCvQ2Q8AvDdu1+xKcGWGNnhcDsNM/n1avf1e62OG1GaqJg==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.0.0.tgz#5914eb86f9ea92a00d76cb094dd9734b3bf2012c"
integrity sha512-zNaxaO+Kl/xNz02E9QlcVz0pT4MjkXGDLb25qxtAzyJL15aU0+VjjbIZAYWctG59dvggNIUNDWgoBeVTKB9xLg==

"@next/[email protected]":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.0.0.tgz#c54a5a739dee04b20338d305226a2acdf701f67f"
integrity sha512-FFOGGWwTCRMu9W7MF496Urefxtuo2lttxF1vwS+1rIRsKvuLrWhVaVTj3T8sf2EBL6gtJbmh4TYlizS+obnGKA==
"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.5.3.tgz#f72eac8c7b71d33e0768bd3c8baf68b00fea0160"
integrity sha512-6hiYNJxJmyYvvKGrVThzo4nTcqvqUTA/JvKim7Auaj33NexDqSNwN5YrrQu+QhZJCIpv2tULSHt+lf+rUflLSw==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.5.3.tgz#96eda3a1247a713579eb241d76d3f503291c8938"
integrity sha512-UpBKxu2ob9scbpJyEq/xPgpdrgBgN3aLYlxyGqlYX5/KnwpJpFuIHU2lx8upQQ7L+MEmz+fA1XSgesoK92ppwQ==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.5.3.tgz#132e155a029310fffcdfd3e3c4255f7ce9fd2714"
integrity sha512-5AzM7Yx1Ky+oLY6pHs7tjONTF22JirDPd5Jw/3/NazJ73uGB05NqhGhB4SbeCchg7SlVYVBeRMrMSZwJwq/xoA==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.5.3.tgz#981d7d8fdcf040bd0c89588ef4139c28805f5cf1"
integrity sha512-A/C1shbyUhj7wRtokmn73eBksjTM7fFQoY2v/0rTM5wehpkjQRLOXI8WJsag2uLhnZ4ii5OzR1rFPwoD9cvOgA==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.5.3.tgz#b8263663acda7b84bc2c4ffa39ca4b0172a78060"
integrity sha512-FubPuw/Boz8tKkk+5eOuDHOpk36F80rbgxlx4+xty/U71e3wZZxVYHfZXmf0IRToBn1Crb8WvLM9OYj/Ur815g==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.5.3.tgz#cd0bed8ee92032c25090bed9d95602ac698d925f"
integrity sha512-DPw8nFuM1uEpbX47tM3wiXIR0Qa+atSzs9Q3peY1urkhofx44o7E1svnq+a5Q0r8lAcssLrwiM+OyJJgV/oj7g==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.5.3.tgz#7f556674ca97e6936220d10c58252cc36522d80a"
integrity sha512-zBPSP8cHL51Gub/YV8UUePW7AVGukp2D8JU93IHbVDu2qmhFAn9LWXiOOLKplZQKxnIPUkJTQAJDCWBWU4UWUA==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.5.3.tgz#4912721fb8695f11daec4cde42e73dc57bcc479f"
integrity sha512-ONcL/lYyGUj4W37D4I2I450SZtSenmFAvapkJQNIJhrPMhzDU/AdfLkW98NvH1D2+7FXwe7yclf3+B7v28uzBQ==

"@next/[email protected]":
version "13.5.3"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.5.3.tgz#97340a709febb60ff73003566b99d127d4e5b881"
integrity sha512-2Vz2tYWaLqJvLcWbbTlJ5k9AN6JD7a5CN2pAeIzpbecK8ZF/yobA39cXtv6e+Z8c5UJuVOmaTldEAIxvsIux/Q==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -491,10 +471,10 @@
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz#31b9c510d8cada9683549e1dbb4284cca5001faf"
integrity sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw==

"@swc/helpers@0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.11.tgz#db23a376761b3d31c26502122f349a21b592c8de"
integrity sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==
"@swc/helpers@0.5.2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.2.tgz#85ea0c76450b61ad7d10a37050289eded783c27d"
integrity sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==
dependencies:
tslib "^2.4.0"

Expand Down Expand Up @@ -1020,6 +1000,13 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

[email protected]:
version "1.6.0"
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
dependencies:
streamsearch "^1.1.0"

call-bind@^1.0.0, call-bind@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
Expand Down Expand Up @@ -2018,6 +2005,11 @@ 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==

[email protected]:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
Expand Down Expand Up @@ -2094,7 +2086,7 @@ gopd@^1.0.1:
dependencies:
get-intrinsic "^1.1.3"

graceful-fs@^4.2.4:
graceful-fs@^4.1.2, graceful-fs@^4.2.4:
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==
Expand Down Expand Up @@ -2817,31 +2809,29 @@ next-auth@^4.15.0:
preact-render-to-string "^5.1.19"
uuid "^8.3.2"

next@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/next/-/next-13.0.0.tgz#6f07064a4f374562cf58677bef4dd06326ca648b"
integrity sha512-puH1WGM6rGeFOoFdXXYfUxN9Sgi4LMytCV5HkQJvVUOhHfC1DoVqOfvzaEteyp6P04IW+gbtK2Q9pInVSrltPA==
next@13.5.3:
version "13.5.3"
resolved "https://registry.yarnpkg.com/next/-/next-13.5.3.tgz#631efcbcc9d756c610855d9b94f3d8c4e73ee131"
integrity sha512-4Nt4HRLYDW/yRpJ/QR2t1v63UOMS55A38dnWv3UDOWGezuY0ZyFO1ABNbD7mulVzs9qVhgy2+ppjdsANpKP1mg==
dependencies:
"@next/env" "13.0.0"
"@swc/helpers" "0.4.11"
"@next/env" "13.5.3"
"@swc/helpers" "0.5.2"
busboy "1.6.0"
caniuse-lite "^1.0.30001406"
postcss "8.4.14"
styled-jsx "5.1.0"
use-sync-external-store "1.2.0"
styled-jsx "5.1.1"
watchpack "2.4.0"
zod "3.21.4"
optionalDependencies:
"@next/swc-android-arm-eabi" "13.0.0"
"@next/swc-android-arm64" "13.0.0"
"@next/swc-darwin-arm64" "13.0.0"
"@next/swc-darwin-x64" "13.0.0"
"@next/swc-freebsd-x64" "13.0.0"
"@next/swc-linux-arm-gnueabihf" "13.0.0"
"@next/swc-linux-arm64-gnu" "13.0.0"
"@next/swc-linux-arm64-musl" "13.0.0"
"@next/swc-linux-x64-gnu" "13.0.0"
"@next/swc-linux-x64-musl" "13.0.0"
"@next/swc-win32-arm64-msvc" "13.0.0"
"@next/swc-win32-ia32-msvc" "13.0.0"
"@next/swc-win32-x64-msvc" "13.0.0"
"@next/swc-darwin-arm64" "13.5.3"
"@next/swc-darwin-x64" "13.5.3"
"@next/swc-linux-arm64-gnu" "13.5.3"
"@next/swc-linux-arm64-musl" "13.5.3"
"@next/swc-linux-x64-gnu" "13.5.3"
"@next/swc-linux-x64-musl" "13.5.3"
"@next/swc-win32-arm64-msvc" "13.5.3"
"@next/swc-win32-ia32-msvc" "13.5.3"
"@next/swc-win32-x64-msvc" "13.5.3"

node-cron@^3.0.2:
version "3.0.2"
Expand Down Expand Up @@ -3686,6 +3676,11 @@ stacktrace-js@^2.0.2:
stack-generator "^2.0.5"
stacktrace-gps "^3.0.4"

streamsearch@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==

string-argv@^0.3.1:
version "0.3.2"
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
Expand Down Expand Up @@ -3800,10 +3795,10 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==

[email protected].0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.1.0.tgz#4a5622ab9714bd3fcfaeec292aa555871f057563"
integrity sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==
[email protected].1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.1.1.tgz#839a1c3aaacc4e735fed0781b8619ea5d0009d1f"
integrity sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==
dependencies:
client-only "0.0.1"

Expand Down Expand Up @@ -4055,7 +4050,7 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

use-sync-external-store@1.2.0, use-sync-external-store@^1.2.0:
use-sync-external-store@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
Expand All @@ -4075,6 +4070,14 @@ walkdir@^0.4.1:
resolved "https://registry.yarnpkg.com/walkdir/-/walkdir-0.4.1.tgz#dc119f83f4421df52e3061e514228a2db20afa39"
integrity sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==

[email protected]:
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"

wcwidth@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
Expand Down Expand Up @@ -4155,6 +4158,11 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

[email protected]:
version "3.21.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

zod@^3.22.2:
version "3.22.2"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.2.tgz#3add8c682b7077c05ac6f979fea6998b573e157b"
Expand Down

0 comments on commit 99cfd37

Please sign in to comment.