Skip to content

Commit 1e798b1

Browse files
fix(lambda): bump rollup from 4.46.2 to 4.59.0 in /lambdas (#5052)
Bumps [rollup](https://github.com/rollup/rollup) from 4.46.2 to 4.59.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v4.59.0</h2> <h2>4.59.0</h2> <p><em>2026-02-22</em></p> <h3>Features</h3> <ul> <li>Throw when the generated bundle contains paths that would leave the output directory (<a href="https://redirect.github.com/rollup/rollup/issues/6276">#6276</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6275">#6275</a>: Validate bundle stays within output dir (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.58.0</h2> <h2>4.58.0</h2> <p><em>2026-02-20</em></p> <h3>Features</h3> <ul> <li>Also support <code>__NO_SIDE_EFFECTS__</code> annotation before variable declarations declaring function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6272">#6272</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6256">#6256</a>: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (<a href="https://github.com/njg7194"><code>@​njg7194</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6259">#6259</a>: docs: Correct typo and improve sentence structure in docs for <code>output.experimentalMinChunkSize</code> (<a href="https://github.com/millerick"><code>@​millerick</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6260">#6260</a>: fix(deps): update rust crate swc_compiler_base to v47 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6261">#6261</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6262">#6262</a>: Avoid unnecessary cloning of the code string (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6263">#6263</a>: fix(deps): update minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6265">#6265</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6267">#6267</a>: fix(deps): update minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6268">#6268</a>: chore(deps): update dependency eslint-plugin-unicorn to v63 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6269">#6269</a>: chore(deps): update dependency lru-cache to v11 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6270">#6270</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6272">#6272</a>: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.57.1</h2> <h2>4.57.1</h2> <p><em>2026-01-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix heap corruption issue in Windows (<a href="https://redirect.github.com/rollup/rollup/issues/6251">#6251</a>)</li> <li>Ensure exports of a dynamic import are fully included when called from a try...catch (<a href="https://redirect.github.com/rollup/rollup/issues/6254">#6254</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6251">#6251</a>: fix: Isolate and cache <code>process.report.getReport()</code> calls in a child process for robust environment detection (<a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>4.59.0</h2> <p><em>2026-02-22</em></p> <h3>Features</h3> <ul> <li>Throw when the generated bundle contains paths that would leave the output directory (<a href="https://redirect.github.com/rollup/rollup/issues/6276">#6276</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6275">#6275</a>: Validate bundle stays within output dir (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.58.0</h2> <p><em>2026-02-20</em></p> <h3>Features</h3> <ul> <li>Also support <code>__NO_SIDE_EFFECTS__</code> annotation before variable declarations declaring function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/6272">#6272</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6256">#6256</a>: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (<a href="https://github.com/njg7194"><code>@​njg7194</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6259">#6259</a>: docs: Correct typo and improve sentence structure in docs for <code>output.experimentalMinChunkSize</code> (<a href="https://github.com/millerick"><code>@​millerick</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6260">#6260</a>: fix(deps): update rust crate swc_compiler_base to v47 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6261">#6261</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6262">#6262</a>: Avoid unnecessary cloning of the code string (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6263">#6263</a>: fix(deps): update minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6265">#6265</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6267">#6267</a>: fix(deps): update minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6268">#6268</a>: chore(deps): update dependency eslint-plugin-unicorn to v63 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6269">#6269</a>: chore(deps): update dependency lru-cache to v11 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6270">#6270</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6272">#6272</a>: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.57.1</h2> <p><em>2026-01-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix heap corruption issue in Windows (<a href="https://redirect.github.com/rollup/rollup/issues/6251">#6251</a>)</li> <li>Ensure exports of a dynamic import are fully included when called from a try...catch (<a href="https://redirect.github.com/rollup/rollup/issues/6254">#6254</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6251">#6251</a>: fix: Isolate and cache <code>process.report.getReport()</code> calls in a child process for robust environment detection (<a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6252">#6252</a>: chore(deps): update dependency lru-cache to v11 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6253">#6253</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6254">#6254</a>: Fully include dynamic imports in a try-catch (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/ae846957f109690a866cc3e4c073613c338d3476"><code>ae84695</code></a> 4.59.0</li> <li><a href="https://github.com/rollup/rollup/commit/b39616e9175b3d9fc3977c99153174c490805a93"><code>b39616e</code></a> Update audit-resolve</li> <li><a href="https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"><code>c60770d</code></a> Validate bundle stays within output dir (<a href="https://redirect.github.com/rollup/rollup/issues/6275">#6275</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/33f39c1f205ea2eadaf4b589e493453e2baa3662"><code>33f39c1</code></a> 4.58.0</li> <li><a href="https://github.com/rollup/rollup/commit/b61c40803b717854c1c28937e8098e5ad3c7b8ca"><code>b61c408</code></a> forward NO_SIDE_EFFECTS annotations to function expressions in variable decla...</li> <li><a href="https://github.com/rollup/rollup/commit/7f00689ec90e2cafb11c26eefbcac62343c936f6"><code>7f00689</code></a> Extend agent instructions</li> <li><a href="https://github.com/rollup/rollup/commit/e7b2b85af0901244ecc141b9d792c6db6b527ea4"><code>e7b2b85</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/6270">#6270</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/2aa5da9baf82211b8207d268c8751630cb766970"><code>2aa5da9</code></a> fix(deps): update minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/6267">#6267</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/4319837c5448d0c10d89e9ded118888deec2eeec"><code>4319837</code></a> chore(deps): update dependency lru-cache to v11 (<a href="https://redirect.github.com/rollup/rollup/issues/6269">#6269</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c3b6b4bdc4f2ed978fa233132a526957e6513233"><code>c3b6b4b</code></a> chore(deps): update dependency eslint-plugin-unicorn to v63 (<a href="https://redirect.github.com/rollup/rollup/issues/6268">#6268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.46.2...v4.59.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for rollup since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=4.46.2&new-version=4.59.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 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/github-aws-runners/terraform-aws-github-runner/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 ec3d48f commit 1e798b1

File tree

1 file changed

+135
-85
lines changed

1 file changed

+135
-85
lines changed

lambdas/yarn.lock

Lines changed: 135 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,142 +4259,177 @@ __metadata:
42594259
languageName: node
42604260
linkType: hard
42614261

4262-
"@rollup/rollup-android-arm-eabi@npm:4.46.2":
4263-
version: 4.46.2
4264-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.46.2"
4262+
"@rollup/rollup-android-arm-eabi@npm:4.59.0":
4263+
version: 4.59.0
4264+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.59.0"
42654265
conditions: os=android & cpu=arm
42664266
languageName: node
42674267
linkType: hard
42684268

4269-
"@rollup/rollup-android-arm64@npm:4.46.2":
4270-
version: 4.46.2
4271-
resolution: "@rollup/rollup-android-arm64@npm:4.46.2"
4269+
"@rollup/rollup-android-arm64@npm:4.59.0":
4270+
version: 4.59.0
4271+
resolution: "@rollup/rollup-android-arm64@npm:4.59.0"
42724272
conditions: os=android & cpu=arm64
42734273
languageName: node
42744274
linkType: hard
42754275

4276-
"@rollup/rollup-darwin-arm64@npm:4.46.2":
4277-
version: 4.46.2
4278-
resolution: "@rollup/rollup-darwin-arm64@npm:4.46.2"
4276+
"@rollup/rollup-darwin-arm64@npm:4.59.0":
4277+
version: 4.59.0
4278+
resolution: "@rollup/rollup-darwin-arm64@npm:4.59.0"
42794279
conditions: os=darwin & cpu=arm64
42804280
languageName: node
42814281
linkType: hard
42824282

4283-
"@rollup/rollup-darwin-x64@npm:4.46.2":
4284-
version: 4.46.2
4285-
resolution: "@rollup/rollup-darwin-x64@npm:4.46.2"
4283+
"@rollup/rollup-darwin-x64@npm:4.59.0":
4284+
version: 4.59.0
4285+
resolution: "@rollup/rollup-darwin-x64@npm:4.59.0"
42864286
conditions: os=darwin & cpu=x64
42874287
languageName: node
42884288
linkType: hard
42894289

4290-
"@rollup/rollup-freebsd-arm64@npm:4.46.2":
4291-
version: 4.46.2
4292-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.46.2"
4290+
"@rollup/rollup-freebsd-arm64@npm:4.59.0":
4291+
version: 4.59.0
4292+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.59.0"
42934293
conditions: os=freebsd & cpu=arm64
42944294
languageName: node
42954295
linkType: hard
42964296

4297-
"@rollup/rollup-freebsd-x64@npm:4.46.2":
4298-
version: 4.46.2
4299-
resolution: "@rollup/rollup-freebsd-x64@npm:4.46.2"
4297+
"@rollup/rollup-freebsd-x64@npm:4.59.0":
4298+
version: 4.59.0
4299+
resolution: "@rollup/rollup-freebsd-x64@npm:4.59.0"
43004300
conditions: os=freebsd & cpu=x64
43014301
languageName: node
43024302
linkType: hard
43034303

4304-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.46.2":
4305-
version: 4.46.2
4306-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.2"
4304+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0":
4305+
version: 4.59.0
4306+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0"
43074307
conditions: os=linux & cpu=arm & libc=glibc
43084308
languageName: node
43094309
linkType: hard
43104310

4311-
"@rollup/rollup-linux-arm-musleabihf@npm:4.46.2":
4312-
version: 4.46.2
4313-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.46.2"
4311+
"@rollup/rollup-linux-arm-musleabihf@npm:4.59.0":
4312+
version: 4.59.0
4313+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.59.0"
43144314
conditions: os=linux & cpu=arm & libc=musl
43154315
languageName: node
43164316
linkType: hard
43174317

4318-
"@rollup/rollup-linux-arm64-gnu@npm:4.46.2":
4319-
version: 4.46.2
4320-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.46.2"
4318+
"@rollup/rollup-linux-arm64-gnu@npm:4.59.0":
4319+
version: 4.59.0
4320+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.59.0"
43214321
conditions: os=linux & cpu=arm64 & libc=glibc
43224322
languageName: node
43234323
linkType: hard
43244324

4325-
"@rollup/rollup-linux-arm64-musl@npm:4.46.2":
4326-
version: 4.46.2
4327-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.46.2"
4325+
"@rollup/rollup-linux-arm64-musl@npm:4.59.0":
4326+
version: 4.59.0
4327+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.59.0"
43284328
conditions: os=linux & cpu=arm64 & libc=musl
43294329
languageName: node
43304330
linkType: hard
43314331

4332-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.46.2":
4333-
version: 4.46.2
4334-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.2"
4332+
"@rollup/rollup-linux-loong64-gnu@npm:4.59.0":
4333+
version: 4.59.0
4334+
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.59.0"
43354335
conditions: os=linux & cpu=loong64 & libc=glibc
43364336
languageName: node
43374337
linkType: hard
43384338

4339-
"@rollup/rollup-linux-ppc64-gnu@npm:4.46.2":
4340-
version: 4.46.2
4341-
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.46.2"
4339+
"@rollup/rollup-linux-loong64-musl@npm:4.59.0":
4340+
version: 4.59.0
4341+
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.59.0"
4342+
conditions: os=linux & cpu=loong64 & libc=musl
4343+
languageName: node
4344+
linkType: hard
4345+
4346+
"@rollup/rollup-linux-ppc64-gnu@npm:4.59.0":
4347+
version: 4.59.0
4348+
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.59.0"
43424349
conditions: os=linux & cpu=ppc64 & libc=glibc
43434350
languageName: node
43444351
linkType: hard
43454352

4346-
"@rollup/rollup-linux-riscv64-gnu@npm:4.46.2":
4347-
version: 4.46.2
4348-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.46.2"
4353+
"@rollup/rollup-linux-ppc64-musl@npm:4.59.0":
4354+
version: 4.59.0
4355+
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.59.0"
4356+
conditions: os=linux & cpu=ppc64 & libc=musl
4357+
languageName: node
4358+
linkType: hard
4359+
4360+
"@rollup/rollup-linux-riscv64-gnu@npm:4.59.0":
4361+
version: 4.59.0
4362+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.59.0"
43494363
conditions: os=linux & cpu=riscv64 & libc=glibc
43504364
languageName: node
43514365
linkType: hard
43524366

4353-
"@rollup/rollup-linux-riscv64-musl@npm:4.46.2":
4354-
version: 4.46.2
4355-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.46.2"
4367+
"@rollup/rollup-linux-riscv64-musl@npm:4.59.0":
4368+
version: 4.59.0
4369+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.59.0"
43564370
conditions: os=linux & cpu=riscv64 & libc=musl
43574371
languageName: node
43584372
linkType: hard
43594373

4360-
"@rollup/rollup-linux-s390x-gnu@npm:4.46.2":
4361-
version: 4.46.2
4362-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.46.2"
4374+
"@rollup/rollup-linux-s390x-gnu@npm:4.59.0":
4375+
version: 4.59.0
4376+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.59.0"
43634377
conditions: os=linux & cpu=s390x & libc=glibc
43644378
languageName: node
43654379
linkType: hard
43664380

4367-
"@rollup/rollup-linux-x64-gnu@npm:4.46.2":
4368-
version: 4.46.2
4369-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.46.2"
4381+
"@rollup/rollup-linux-x64-gnu@npm:4.59.0":
4382+
version: 4.59.0
4383+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.59.0"
43704384
conditions: os=linux & cpu=x64 & libc=glibc
43714385
languageName: node
43724386
linkType: hard
43734387

4374-
"@rollup/rollup-linux-x64-musl@npm:4.46.2":
4375-
version: 4.46.2
4376-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.46.2"
4388+
"@rollup/rollup-linux-x64-musl@npm:4.59.0":
4389+
version: 4.59.0
4390+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.59.0"
43774391
conditions: os=linux & cpu=x64 & libc=musl
43784392
languageName: node
43794393
linkType: hard
43804394

4381-
"@rollup/rollup-win32-arm64-msvc@npm:4.46.2":
4382-
version: 4.46.2
4383-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.46.2"
4395+
"@rollup/rollup-openbsd-x64@npm:4.59.0":
4396+
version: 4.59.0
4397+
resolution: "@rollup/rollup-openbsd-x64@npm:4.59.0"
4398+
conditions: os=openbsd & cpu=x64
4399+
languageName: node
4400+
linkType: hard
4401+
4402+
"@rollup/rollup-openharmony-arm64@npm:4.59.0":
4403+
version: 4.59.0
4404+
resolution: "@rollup/rollup-openharmony-arm64@npm:4.59.0"
4405+
conditions: os=openharmony & cpu=arm64
4406+
languageName: node
4407+
linkType: hard
4408+
4409+
"@rollup/rollup-win32-arm64-msvc@npm:4.59.0":
4410+
version: 4.59.0
4411+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.59.0"
43844412
conditions: os=win32 & cpu=arm64
43854413
languageName: node
43864414
linkType: hard
43874415

4388-
"@rollup/rollup-win32-ia32-msvc@npm:4.46.2":
4389-
version: 4.46.2
4390-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.46.2"
4416+
"@rollup/rollup-win32-ia32-msvc@npm:4.59.0":
4417+
version: 4.59.0
4418+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.59.0"
43914419
conditions: os=win32 & cpu=ia32
43924420
languageName: node
43934421
linkType: hard
43944422

4395-
"@rollup/rollup-win32-x64-msvc@npm:4.46.2":
4396-
version: 4.46.2
4397-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.46.2"
4423+
"@rollup/rollup-win32-x64-gnu@npm:4.59.0":
4424+
version: 4.59.0
4425+
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.59.0"
4426+
conditions: os=win32 & cpu=x64
4427+
languageName: node
4428+
linkType: hard
4429+
4430+
"@rollup/rollup-win32-x64-msvc@npm:4.59.0":
4431+
version: 4.59.0
4432+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.59.0"
43984433
conditions: os=win32 & cpu=x64
43994434
languageName: node
44004435
linkType: hard
@@ -10221,29 +10256,34 @@ __metadata:
1022110256
linkType: hard
1022210257

1022310258
"rollup@npm:^4.43.0":
10224-
version: 4.46.2
10225-
resolution: "rollup@npm:4.46.2"
10226-
dependencies:
10227-
"@rollup/rollup-android-arm-eabi": "npm:4.46.2"
10228-
"@rollup/rollup-android-arm64": "npm:4.46.2"
10229-
"@rollup/rollup-darwin-arm64": "npm:4.46.2"
10230-
"@rollup/rollup-darwin-x64": "npm:4.46.2"
10231-
"@rollup/rollup-freebsd-arm64": "npm:4.46.2"
10232-
"@rollup/rollup-freebsd-x64": "npm:4.46.2"
10233-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.46.2"
10234-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.46.2"
10235-
"@rollup/rollup-linux-arm64-gnu": "npm:4.46.2"
10236-
"@rollup/rollup-linux-arm64-musl": "npm:4.46.2"
10237-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.46.2"
10238-
"@rollup/rollup-linux-ppc64-gnu": "npm:4.46.2"
10239-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.46.2"
10240-
"@rollup/rollup-linux-riscv64-musl": "npm:4.46.2"
10241-
"@rollup/rollup-linux-s390x-gnu": "npm:4.46.2"
10242-
"@rollup/rollup-linux-x64-gnu": "npm:4.46.2"
10243-
"@rollup/rollup-linux-x64-musl": "npm:4.46.2"
10244-
"@rollup/rollup-win32-arm64-msvc": "npm:4.46.2"
10245-
"@rollup/rollup-win32-ia32-msvc": "npm:4.46.2"
10246-
"@rollup/rollup-win32-x64-msvc": "npm:4.46.2"
10259+
version: 4.59.0
10260+
resolution: "rollup@npm:4.59.0"
10261+
dependencies:
10262+
"@rollup/rollup-android-arm-eabi": "npm:4.59.0"
10263+
"@rollup/rollup-android-arm64": "npm:4.59.0"
10264+
"@rollup/rollup-darwin-arm64": "npm:4.59.0"
10265+
"@rollup/rollup-darwin-x64": "npm:4.59.0"
10266+
"@rollup/rollup-freebsd-arm64": "npm:4.59.0"
10267+
"@rollup/rollup-freebsd-x64": "npm:4.59.0"
10268+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.59.0"
10269+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.59.0"
10270+
"@rollup/rollup-linux-arm64-gnu": "npm:4.59.0"
10271+
"@rollup/rollup-linux-arm64-musl": "npm:4.59.0"
10272+
"@rollup/rollup-linux-loong64-gnu": "npm:4.59.0"
10273+
"@rollup/rollup-linux-loong64-musl": "npm:4.59.0"
10274+
"@rollup/rollup-linux-ppc64-gnu": "npm:4.59.0"
10275+
"@rollup/rollup-linux-ppc64-musl": "npm:4.59.0"
10276+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.59.0"
10277+
"@rollup/rollup-linux-riscv64-musl": "npm:4.59.0"
10278+
"@rollup/rollup-linux-s390x-gnu": "npm:4.59.0"
10279+
"@rollup/rollup-linux-x64-gnu": "npm:4.59.0"
10280+
"@rollup/rollup-linux-x64-musl": "npm:4.59.0"
10281+
"@rollup/rollup-openbsd-x64": "npm:4.59.0"
10282+
"@rollup/rollup-openharmony-arm64": "npm:4.59.0"
10283+
"@rollup/rollup-win32-arm64-msvc": "npm:4.59.0"
10284+
"@rollup/rollup-win32-ia32-msvc": "npm:4.59.0"
10285+
"@rollup/rollup-win32-x64-gnu": "npm:4.59.0"
10286+
"@rollup/rollup-win32-x64-msvc": "npm:4.59.0"
1024710287
"@types/estree": "npm:1.0.8"
1024810288
fsevents: "npm:~2.3.2"
1024910289
dependenciesMeta:
@@ -10267,10 +10307,14 @@ __metadata:
1026710307
optional: true
1026810308
"@rollup/rollup-linux-arm64-musl":
1026910309
optional: true
10270-
"@rollup/rollup-linux-loongarch64-gnu":
10310+
"@rollup/rollup-linux-loong64-gnu":
10311+
optional: true
10312+
"@rollup/rollup-linux-loong64-musl":
1027110313
optional: true
1027210314
"@rollup/rollup-linux-ppc64-gnu":
1027310315
optional: true
10316+
"@rollup/rollup-linux-ppc64-musl":
10317+
optional: true
1027410318
"@rollup/rollup-linux-riscv64-gnu":
1027510319
optional: true
1027610320
"@rollup/rollup-linux-riscv64-musl":
@@ -10281,17 +10325,23 @@ __metadata:
1028110325
optional: true
1028210326
"@rollup/rollup-linux-x64-musl":
1028310327
optional: true
10328+
"@rollup/rollup-openbsd-x64":
10329+
optional: true
10330+
"@rollup/rollup-openharmony-arm64":
10331+
optional: true
1028410332
"@rollup/rollup-win32-arm64-msvc":
1028510333
optional: true
1028610334
"@rollup/rollup-win32-ia32-msvc":
1028710335
optional: true
10336+
"@rollup/rollup-win32-x64-gnu":
10337+
optional: true
1028810338
"@rollup/rollup-win32-x64-msvc":
1028910339
optional: true
1029010340
fsevents:
1029110341
optional: true
1029210342
bin:
1029310343
rollup: dist/bin/rollup
10294-
checksum: 10c0/f428497fe119fe7c4e34f1020d45ba13e99b94c9aa36958d88823d932b155c9df3d84f53166f3ee913ff68ea6c7599a9ab34861d88562ad9d8420f64ca5dad4c
10344+
checksum: 10c0/f38742da34cfee5e899302615fa157aa77cb6a2a1495e5e3ce4cc9c540d3262e235bbe60caa31562bbfe492b01fdb3e7a8c43c39d842d3293bcf843123b766fc
1029510345
languageName: node
1029610346
linkType: hard
1029710347

0 commit comments

Comments
 (0)