mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
chore: bump next from 15.3.2 to 15.5.4 (#13739)
Bumps [next](https://github.com/vercel/next.js) from 15.3.2 to 15.5.4. <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>v15.5.4</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: ensure onRequestError is invoked when otel enabled (<a href="https://redirect.github.com/vercel/next.js/issues/83343">#83343</a>)</li> <li>fix: devtools initial position should be from next config (<a href="https://redirect.github.com/vercel/next.js/issues/83571">#83571</a>)</li> <li>[devtool] fix overlay styles are missing (<a href="https://redirect.github.com/vercel/next.js/issues/83721">#83721</a>)</li> <li>Turbopack: don't match dynamic pattern for node_modules packages (<a href="https://redirect.github.com/vercel/next.js/issues/83176">#83176</a>)</li> <li>Turbopack: don't treat metadata routes as RSC (<a href="https://redirect.github.com/vercel/next.js/issues/82911">#82911</a>)</li> <li>[turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (<a href="https://redirect.github.com/vercel/next.js/issues/83357">#83357</a>)</li> <li>Turbopack: throw large static metadata error earlier (<a href="https://redirect.github.com/vercel/next.js/issues/82939">#82939</a>)</li> <li>fix: error overlay not closing when backdrop clicked (<a href="https://redirect.github.com/vercel/next.js/issues/83981">#83981</a>)</li> <li>Turbopack: flush Node.js worker IPC on error (<a href="https://redirect.github.com/vercel/next.js/issues/84077">#84077</a>)</li> </ul> <h3>Misc Changes</h3> <ul> <li>[CNA] use linter preference (<a href="https://redirect.github.com/vercel/next.js/issues/83194">#83194</a>)</li> <li>CI: use KV for test timing data (<a href="https://redirect.github.com/vercel/next.js/issues/83745">#83745</a>)</li> <li>docs: september improvements and fixes (<a href="https://redirect.github.com/vercel/next.js/issues/83997">#83997</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/yiminghe"><code>@yiminghe</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</code></a>, <a href="https://github.com/mischnic"><code>@mischnic</code></a>, <a href="https://github.com/lukesandberg"><code>@lukesandberg</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/icyJoseph"><code>@icyJoseph</code></a>, <a href="https://github.com/leerob"><code>@leerob</code></a>, <a href="https://github.com/fufuShih"><code>@fufuShih</code></a>, <a href="https://github.com/dwrth"><code>@dwrth</code></a>, <a href="https://github.com/aymericzip"><code>@aymericzip</code></a>, <a href="https://github.com/obendev"><code>@obendev</code></a>, <a href="https://github.com/molebox"><code>@molebox</code></a>, <a href="https://github.com/OoMNoO"><code>@OoMNoO</code></a>, <a href="https://github.com/pontasan"><code>@pontasan</code></a>, <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/HondaYt"><code>@HondaYt</code></a>, <a href="https://github.com/ryuapp"><code>@ryuapp</code></a>, <a href="https://github.com/lpalmes"><code>@lpalmes</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v15.5.3</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: validation return types of pages API routes (<a href="https://redirect.github.com/vercel/next.js/issues/83069">#83069</a>)</li> <li>fix: relative paths in dev in validator.ts (<a href="https://redirect.github.com/vercel/next.js/issues/83073">#83073</a>)</li> <li>fix: remove satisfies keyword from type validation to preserve old TS compatibility (<a href="https://redirect.github.com/vercel/next.js/issues/83071">#83071</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/bgub"><code>@bgub</code></a> for helping!</p> <h2>v15.5.2</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: disable unknownatrules lint rule entirely (<a href="https://redirect.github.com/vercel/next.js/issues/83059">#83059</a>)</li> <li>revert: add ?dpl to fonts in /_next/static/media (<a href="https://redirect.github.com/vercel/next.js/issues/83062">#83062</a>)</li> </ul> <h3>Credits</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/40f1d7814d8f1ab3d9e169b389015b8d6f258fb3"><code>40f1d78</code></a> v15.5.4</li> <li><a href="https://github.com/vercel/next.js/commit/cb30f0a1760b640b42cc15f34c55531499d3949c"><code>cb30f0a</code></a> [backport] docs: september improvements and fixes (<a href="https://redirect.github.com/vercel/next.js/issues/83997">#83997</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b6a32bb57956f0bd4175d7b04e83c3bbad5249a8"><code>b6a32bb</code></a> [backport] [CNA] use linter preference (<a href="https://redirect.github.com/vercel/next.js/issues/83194">#83194</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/84087">#84087</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/26d61f1e9a27a5f6c3dea5ac36c2c20c33cc0127"><code>26d61f1</code></a> [backport] Turbopack: flush Node.js worker IPC on error (<a href="https://redirect.github.com/vercel/next.js/issues/84079">#84079</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e11e87a54734bb8136e2e5ac5c0c2218b1e57a48"><code>e11e87a</code></a> [backport] fix: error overlay not closing when backdrop clicked (<a href="https://redirect.github.com/vercel/next.js/issues/83981">#83981</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/83">#83</a>...</li> <li><a href="https://github.com/vercel/next.js/commit/0a29888575d9f95e1cdf26d62bcab05a5a53bf95"><code>0a29888</code></a> [backport] fix: devtools initial position should be from next config (<a href="https://redirect.github.com/vercel/next.js/issues/83571">#83571</a>)...</li> <li><a href="https://github.com/vercel/next.js/commit/7a53950c136242fa77af5c02307a86966379e5a8"><code>7a53950</code></a> [backport] Turbopack: don't treat metadata routes as RSC (<a href="https://redirect.github.com/vercel/next.js/issues/83804">#83804</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/050bdf1ae70f71cac9a4634b1059ce386b15825a"><code>050bdf1</code></a> [backport] Turbopack: throw large static metadata error earlier (<a href="https://redirect.github.com/vercel/next.js/issues/83816">#83816</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/1f6ea09f8586ec26978c79d0a3d90b4b6b62f1a4"><code>1f6ea09</code></a> [backport] Turbopack: Improve handling of symlink resolution errors (<a href="https://redirect.github.com/vercel/next.js/issues/83805">#83805</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c7d1855499e507df5591c3697a365ae1a063ebb0"><code>c7d1855</code></a> [backport] CI: use KV for test timing data (<a href="https://redirect.github.com/vercel/next.js/issues/83860">#83860</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.3.2...v15.5.4">compare view</a></li> </ul> </details> <br /> [](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/toeverything/AFFiNE/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
@@ -5566,12 +5566,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@emnapi/runtime@npm:^1.2.0, @emnapi/runtime@npm:^1.4.0, @emnapi/runtime@npm:^1.4.3":
|
||||
version: 1.4.3
|
||||
resolution: "@emnapi/runtime@npm:1.4.3"
|
||||
"@emnapi/runtime@npm:^1.2.0, @emnapi/runtime@npm:^1.4.0, @emnapi/runtime@npm:^1.4.3, @emnapi/runtime@npm:^1.5.0":
|
||||
version: 1.5.0
|
||||
resolution: "@emnapi/runtime@npm:1.5.0"
|
||||
dependencies:
|
||||
tslib: "npm:^2.4.0"
|
||||
checksum: 10/4f90852a1a5912982cc4e176b6420556971bcf6a85ee23e379e2455066d616219751367dcf43e6a6eaf41ea7e95ba9dc830665a52b5d979dfe074237d19578f8
|
||||
checksum: 10/5311ce854306babc77f4bd94c2f973722714a0fab93c126239104ad52dea16a147bfed4c4cff3ca1eb32709607221c25d2f747ae8524cbeb9088058f02ff962b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -6979,6 +6979,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/colour@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@img/colour@npm:1.0.0"
|
||||
checksum: 10/bd248d7c4b8ba99a72b22a005a63f1d3309ee8343a74b6d0d1314bae300a3096919991a09e9a9243cf6ca50e393b4c5a7e065488ed616c3b58d052473240b812
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-darwin-arm64@npm:0.33.5":
|
||||
version: 0.33.5
|
||||
resolution: "@img/sharp-darwin-arm64@npm:0.33.5"
|
||||
@@ -6991,11 +6998,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-darwin-arm64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-darwin-arm64@npm:0.34.1"
|
||||
"@img/sharp-darwin-arm64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-darwin-arm64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-darwin-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-darwin-arm64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-darwin-arm64":
|
||||
optional: true
|
||||
@@ -7015,11 +7022,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-darwin-x64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-darwin-x64@npm:0.34.1"
|
||||
"@img/sharp-darwin-x64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-darwin-x64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-darwin-x64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-darwin-x64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-darwin-x64":
|
||||
optional: true
|
||||
@@ -7034,9 +7041,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-darwin-arm64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-darwin-arm64@npm:1.1.0"
|
||||
"@img/sharp-libvips-darwin-arm64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-darwin-arm64@npm:1.2.3"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7048,9 +7055,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-darwin-x64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-darwin-x64@npm:1.1.0"
|
||||
"@img/sharp-libvips-darwin-x64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-darwin-x64@npm:1.2.3"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7062,9 +7069,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linux-arm64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linux-arm64@npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linux-arm64@npm:1.2.3"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7076,16 +7083,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linux-arm@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linux-arm@npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linux-arm@npm:1.2.3"
|
||||
conditions: os=linux & cpu=arm & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linux-ppc64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linux-ppc64@npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-ppc64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linux-ppc64@npm:1.2.3"
|
||||
conditions: os=linux & cpu=ppc64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7097,9 +7104,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linux-s390x@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linux-s390x@npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-s390x@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linux-s390x@npm:1.2.3"
|
||||
conditions: os=linux & cpu=s390x & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7111,9 +7118,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linux-x64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linux-x64@npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-x64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linux-x64@npm:1.2.3"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7125,9 +7132,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-arm64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-arm64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.2.3"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7139,9 +7146,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-x64@npm:1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-x64@npm:1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.2.3"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7158,11 +7165,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-arm64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linux-arm64@npm:0.34.1"
|
||||
"@img/sharp-linux-arm64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linux-arm64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linux-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linux-arm64":
|
||||
optional: true
|
||||
@@ -7182,11 +7189,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-arm@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linux-arm@npm:0.34.1"
|
||||
"@img/sharp-linux-arm@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linux-arm@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linux-arm": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linux-arm":
|
||||
optional: true
|
||||
@@ -7194,6 +7201,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-ppc64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linux-ppc64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linux-ppc64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linux-ppc64":
|
||||
optional: true
|
||||
conditions: os=linux & cpu=ppc64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-s390x@npm:0.33.5":
|
||||
version: 0.33.5
|
||||
resolution: "@img/sharp-linux-s390x@npm:0.33.5"
|
||||
@@ -7206,11 +7225,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-s390x@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linux-s390x@npm:0.34.1"
|
||||
"@img/sharp-linux-s390x@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linux-s390x@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linux-s390x": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-s390x": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linux-s390x":
|
||||
optional: true
|
||||
@@ -7230,11 +7249,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linux-x64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linux-x64@npm:0.34.1"
|
||||
"@img/sharp-linux-x64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linux-x64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linux-x64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-x64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linux-x64":
|
||||
optional: true
|
||||
@@ -7254,11 +7273,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linuxmusl-arm64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linuxmusl-arm64@npm:0.34.1"
|
||||
"@img/sharp-linuxmusl-arm64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linuxmusl-arm64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linuxmusl-arm64":
|
||||
optional: true
|
||||
@@ -7278,11 +7297,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-linuxmusl-x64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-linuxmusl-x64@npm:0.34.1"
|
||||
"@img/sharp-linuxmusl-x64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-linuxmusl-x64@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-libvips-linuxmusl-x64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-x64": "npm:1.2.3"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-libvips-linuxmusl-x64":
|
||||
optional: true
|
||||
@@ -7299,15 +7318,22 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-wasm32@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-wasm32@npm:0.34.1"
|
||||
"@img/sharp-wasm32@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-wasm32@npm:0.34.4"
|
||||
dependencies:
|
||||
"@emnapi/runtime": "npm:^1.4.0"
|
||||
"@emnapi/runtime": "npm:^1.5.0"
|
||||
conditions: cpu=wasm32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-win32-arm64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-win32-arm64@npm:0.34.4"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-win32-ia32@npm:0.33.5":
|
||||
version: 0.33.5
|
||||
resolution: "@img/sharp-win32-ia32@npm:0.33.5"
|
||||
@@ -7315,9 +7341,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-win32-ia32@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-win32-ia32@npm:0.34.1"
|
||||
"@img/sharp-win32-ia32@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-win32-ia32@npm:0.34.4"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -7329,9 +7355,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-win32-x64@npm:0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "@img/sharp-win32-x64@npm:0.34.1"
|
||||
"@img/sharp-win32-x64@npm:0.34.4":
|
||||
version: 0.34.4
|
||||
resolution: "@img/sharp-win32-x64@npm:0.34.4"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -9458,65 +9484,65 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/env@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/env@npm:15.3.2"
|
||||
checksum: 10/433eabaa23affbcb1c55f8a67161de911ebfec2fa917071ad4fce34b5e8d60632d769e01fd966dbbc1bec6cedce8958bb90996a7cc0d6804ffc51663dde7d43e
|
||||
"@next/env@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/env@npm:15.5.4"
|
||||
checksum: 10/0727ef6dbb15c04d85119e3d4b28e000ca0a4dbb8bce46b2657181776545912181c74dd370e75ea8157bffbaf33bc687bd34c49b33e0b3a598c22295892ae1d9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-arm64@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-darwin-arm64@npm:15.3.2"
|
||||
"@next/swc-darwin-arm64@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-darwin-arm64@npm:15.5.4"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-x64@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-darwin-x64@npm:15.3.2"
|
||||
"@next/swc-darwin-x64@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-darwin-x64@npm:15.5.4"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-arm64-gnu@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-linux-arm64-gnu@npm:15.3.2"
|
||||
"@next/swc-linux-arm64-gnu@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-linux-arm64-gnu@npm:15.5.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-arm64-musl@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-linux-arm64-musl@npm:15.3.2"
|
||||
"@next/swc-linux-arm64-musl@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-linux-arm64-musl@npm:15.5.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-x64-gnu@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-linux-x64-gnu@npm:15.3.2"
|
||||
"@next/swc-linux-x64-gnu@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-linux-x64-gnu@npm:15.5.4"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-linux-x64-musl@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-linux-x64-musl@npm:15.3.2"
|
||||
"@next/swc-linux-x64-musl@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-linux-x64-musl@npm:15.5.4"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-win32-arm64-msvc@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-win32-arm64-msvc@npm:15.3.2"
|
||||
"@next/swc-win32-arm64-msvc@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-win32-arm64-msvc@npm:15.5.4"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-win32-x64-msvc@npm:15.3.2":
|
||||
version: 15.3.2
|
||||
resolution: "@next/swc-win32-x64-msvc@npm:15.3.2"
|
||||
"@next/swc-win32-x64-msvc@npm:15.5.4":
|
||||
version: 15.5.4
|
||||
resolution: "@next/swc-win32-x64-msvc@npm:15.5.4"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -14335,7 +14361,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/counter@npm:0.1.3, @swc/counter@npm:^0.1.3":
|
||||
"@swc/counter@npm:^0.1.3":
|
||||
version: 0.1.3
|
||||
resolution: "@swc/counter@npm:0.1.3"
|
||||
checksum: 10/df8f9cfba9904d3d60f511664c70d23bb323b3a0803ec9890f60133954173047ba9bdeabce28cd70ba89ccd3fd6c71c7b0bd58be85f611e1ffbe5d5c18616598
|
||||
@@ -18280,7 +18306,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"busboy@npm:1.6.0, busboy@npm:^1.6.0":
|
||||
"busboy@npm:^1.6.0":
|
||||
version: 1.6.0
|
||||
resolution: "busboy@npm:1.6.0"
|
||||
dependencies:
|
||||
@@ -20841,10 +20867,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.1, detect-libc@npm:^2.0.3, detect-libc@npm:^2.0.4":
|
||||
version: 2.0.4
|
||||
resolution: "detect-libc@npm:2.0.4"
|
||||
checksum: 10/136e995f8c5ffbc515955b0175d441b967defd3d5f2268e89fa695e9c7170d8bed17993e31a34b04f0fad33d844a3a598e0fd519a8e9be3cad5f67662d96fee0
|
||||
"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.1, detect-libc@npm:^2.0.3, detect-libc@npm:^2.0.4, detect-libc@npm:^2.1.0":
|
||||
version: 2.1.2
|
||||
resolution: "detect-libc@npm:2.1.2"
|
||||
checksum: 10/b736c8d97d5d46164c0d1bed53eb4e6a3b1d8530d460211e2d52f1c552875e706c58a5376854e4e54f8b828c9cada58c855288c968522eb93ac7696d65970766
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -28306,28 +28332,26 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"next@npm:^15.3.1":
|
||||
version: 15.3.2
|
||||
resolution: "next@npm:15.3.2"
|
||||
version: 15.5.4
|
||||
resolution: "next@npm:15.5.4"
|
||||
dependencies:
|
||||
"@next/env": "npm:15.3.2"
|
||||
"@next/swc-darwin-arm64": "npm:15.3.2"
|
||||
"@next/swc-darwin-x64": "npm:15.3.2"
|
||||
"@next/swc-linux-arm64-gnu": "npm:15.3.2"
|
||||
"@next/swc-linux-arm64-musl": "npm:15.3.2"
|
||||
"@next/swc-linux-x64-gnu": "npm:15.3.2"
|
||||
"@next/swc-linux-x64-musl": "npm:15.3.2"
|
||||
"@next/swc-win32-arm64-msvc": "npm:15.3.2"
|
||||
"@next/swc-win32-x64-msvc": "npm:15.3.2"
|
||||
"@swc/counter": "npm:0.1.3"
|
||||
"@next/env": "npm:15.5.4"
|
||||
"@next/swc-darwin-arm64": "npm:15.5.4"
|
||||
"@next/swc-darwin-x64": "npm:15.5.4"
|
||||
"@next/swc-linux-arm64-gnu": "npm:15.5.4"
|
||||
"@next/swc-linux-arm64-musl": "npm:15.5.4"
|
||||
"@next/swc-linux-x64-gnu": "npm:15.5.4"
|
||||
"@next/swc-linux-x64-musl": "npm:15.5.4"
|
||||
"@next/swc-win32-arm64-msvc": "npm:15.5.4"
|
||||
"@next/swc-win32-x64-msvc": "npm:15.5.4"
|
||||
"@swc/helpers": "npm:0.5.15"
|
||||
busboy: "npm:1.6.0"
|
||||
caniuse-lite: "npm:^1.0.30001579"
|
||||
postcss: "npm:8.4.31"
|
||||
sharp: "npm:^0.34.1"
|
||||
sharp: "npm:^0.34.3"
|
||||
styled-jsx: "npm:5.1.6"
|
||||
peerDependencies:
|
||||
"@opentelemetry/api": ^1.1.0
|
||||
"@playwright/test": ^1.41.2
|
||||
"@playwright/test": ^1.51.1
|
||||
babel-plugin-react-compiler: "*"
|
||||
react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
||||
react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
||||
@@ -28362,7 +28386,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
next: dist/bin/next
|
||||
checksum: 10/cf58ce8d33fb58b5ba7ab6e5d9e8a18e45f4f8d96c4fbbf0eb19195dc78dc408b4879146e93a937a21cb9ef0b59dc5c5ae579db8d34464fe15f4a3638fd150b4
|
||||
checksum: 10/6cc933dd0e829e122e0232776b6fda5d9ff1a3c9c5f423163bb5962c524c479e0ad21cd8a6556ac028a17758b56e3988af4e11c5792ad986c973a370e42d1689
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -32246,33 +32270,35 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sharp@npm:^0.34.1":
|
||||
version: 0.34.1
|
||||
resolution: "sharp@npm:0.34.1"
|
||||
"sharp@npm:^0.34.3":
|
||||
version: 0.34.4
|
||||
resolution: "sharp@npm:0.34.4"
|
||||
dependencies:
|
||||
"@img/sharp-darwin-arm64": "npm:0.34.1"
|
||||
"@img/sharp-darwin-x64": "npm:0.34.1"
|
||||
"@img/sharp-libvips-darwin-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-darwin-x64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-ppc64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-s390x": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linux-x64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "npm:1.1.0"
|
||||
"@img/sharp-libvips-linuxmusl-x64": "npm:1.1.0"
|
||||
"@img/sharp-linux-arm": "npm:0.34.1"
|
||||
"@img/sharp-linux-arm64": "npm:0.34.1"
|
||||
"@img/sharp-linux-s390x": "npm:0.34.1"
|
||||
"@img/sharp-linux-x64": "npm:0.34.1"
|
||||
"@img/sharp-linuxmusl-arm64": "npm:0.34.1"
|
||||
"@img/sharp-linuxmusl-x64": "npm:0.34.1"
|
||||
"@img/sharp-wasm32": "npm:0.34.1"
|
||||
"@img/sharp-win32-ia32": "npm:0.34.1"
|
||||
"@img/sharp-win32-x64": "npm:0.34.1"
|
||||
color: "npm:^4.2.3"
|
||||
detect-libc: "npm:^2.0.3"
|
||||
semver: "npm:^7.7.1"
|
||||
"@img/colour": "npm:^1.0.0"
|
||||
"@img/sharp-darwin-arm64": "npm:0.34.4"
|
||||
"@img/sharp-darwin-x64": "npm:0.34.4"
|
||||
"@img/sharp-libvips-darwin-arm64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-darwin-x64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linux-arm": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linux-arm64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linux-ppc64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linux-s390x": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linux-x64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linuxmusl-arm64": "npm:1.2.3"
|
||||
"@img/sharp-libvips-linuxmusl-x64": "npm:1.2.3"
|
||||
"@img/sharp-linux-arm": "npm:0.34.4"
|
||||
"@img/sharp-linux-arm64": "npm:0.34.4"
|
||||
"@img/sharp-linux-ppc64": "npm:0.34.4"
|
||||
"@img/sharp-linux-s390x": "npm:0.34.4"
|
||||
"@img/sharp-linux-x64": "npm:0.34.4"
|
||||
"@img/sharp-linuxmusl-arm64": "npm:0.34.4"
|
||||
"@img/sharp-linuxmusl-x64": "npm:0.34.4"
|
||||
"@img/sharp-wasm32": "npm:0.34.4"
|
||||
"@img/sharp-win32-arm64": "npm:0.34.4"
|
||||
"@img/sharp-win32-ia32": "npm:0.34.4"
|
||||
"@img/sharp-win32-x64": "npm:0.34.4"
|
||||
detect-libc: "npm:^2.1.0"
|
||||
semver: "npm:^7.7.2"
|
||||
dependenciesMeta:
|
||||
"@img/sharp-darwin-arm64":
|
||||
optional: true
|
||||
@@ -32300,6 +32326,8 @@ __metadata:
|
||||
optional: true
|
||||
"@img/sharp-linux-arm64":
|
||||
optional: true
|
||||
"@img/sharp-linux-ppc64":
|
||||
optional: true
|
||||
"@img/sharp-linux-s390x":
|
||||
optional: true
|
||||
"@img/sharp-linux-x64":
|
||||
@@ -32310,11 +32338,13 @@ __metadata:
|
||||
optional: true
|
||||
"@img/sharp-wasm32":
|
||||
optional: true
|
||||
"@img/sharp-win32-arm64":
|
||||
optional: true
|
||||
"@img/sharp-win32-ia32":
|
||||
optional: true
|
||||
"@img/sharp-win32-x64":
|
||||
optional: true
|
||||
checksum: 10/aecb960c0780b56134bfef01b7aeaa4e6650320a8a1f491237b45e900fc670830ee5d0600f30e51878328109db82e376bb526931d07a2e9358510ef30ab5abe8
|
||||
checksum: 10/8e6268e3b0fba7704291684e63c2829963a5ec311d8a8ebbcd32d750c4efb0b01594d925d289ccb5ac0ac373df40fedf5a05a8f331470db799b9c78c48923cba
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user