Skip to content

Commit 2eab42a

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#33)
Bumps the npm_and_yarn group with 3 updates in the /rescript-ecosystem/packages/core/compiler-source directory: [rollup](https://github.com/rollup/rollup), [minimatch](https://github.com/isaacs/minimatch) and [tar](https://github.com/isaacs/node-tar). Updates `rollup` from 4.55.1 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.55.1...v4.59.0">compare view</a></li> </ul> </details> <br /> Updates `minimatch` from 3.1.2 to 3.1.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/7bba97888a27a6162983056bcce2a6e28f668712"><code>7bba978</code></a> 3.1.5</li> <li><a href="https://github.com/isaacs/minimatch/commit/bd259425b2ca17b42897997f93e890314155522d"><code>bd25942</code></a> docs: add warning about ReDoS</li> <li><a href="https://github.com/isaacs/minimatch/commit/1a9c27c75725474dbde57db2995b6281b267756d"><code>1a9c27c</code></a> fix partial matching of globstar patterns</li> <li><a href="https://github.com/isaacs/minimatch/commit/1a2e084af579731af66c221214e3ca8222c9bf23"><code>1a2e084</code></a> 3.1.4</li> <li><a href="https://github.com/isaacs/minimatch/commit/ae24656237c3d58067442f790ce17eff84463a47"><code>ae24656</code></a> update lockfile</li> <li><a href="https://github.com/isaacs/minimatch/commit/b1003749228b2a79e1f237963a0d559ef7a0941e"><code>b100374</code></a> limit recursion for **, improve perf considerably</li> <li><a href="https://github.com/isaacs/minimatch/commit/26ffeaa091b9f660833e23f42e07165b33e85c13"><code>26ffeaa</code></a> lockfile update</li> <li><a href="https://github.com/isaacs/minimatch/commit/9eca892a4e5dbb20534f9f30483b85cdeee6c2eb"><code>9eca892</code></a> lock node version to 14</li> <li><a href="https://github.com/isaacs/minimatch/commit/00c323b188b704e5d4bc534ecec2268cfa70a32a"><code>00c323b</code></a> 3.1.3</li> <li><a href="https://github.com/isaacs/minimatch/commit/30486b2048929264f44d18822891cfffa02af78b"><code>30486b2</code></a> update CI matrix and actions</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5">compare view</a></li> </ul> </details> <br /> Updates `tar` from 7.5.6 to 7.5.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/1f0c2c9006b10199cf2686f8ef43e79a1773e1aa"><code>1f0c2c9</code></a> 7.5.9</li> <li><a href="https://github.com/isaacs/node-tar/commit/fbb08518bf290733b68ca4d4135f75becf73fd75"><code>fbb0851</code></a> build minified version as default export</li> <li><a href="https://github.com/isaacs/node-tar/commit/6b8eba0ef367ac937e703238daa6df94ae6f823f"><code>6b8eba0</code></a> 7.5.8</li> <li><a href="https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"><code>2cb1120</code></a> fix(unpack): improve UnpackSync symlink error &quot;into&quot; path accuracy</li> <li><a href="https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"><code>d18e4e1</code></a> fix: do not write linkpaths through symlinks</li> <li><a href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb"><code>4a37eb9</code></a> 7.5.7</li> <li><a href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"><code>f4a7aa9</code></a> fix: properly sanitize hard links containing ..</li> <li>See full diff in <a href="https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.9">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperpolymath/developer-ecosystem/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: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 30ac4b1 commit 2eab42a

File tree

1 file changed

+110
-110
lines changed
  • rescript-ecosystem/packages/core/compiler-source

1 file changed

+110
-110
lines changed

rescript-ecosystem/packages/core/compiler-source/yarn.lock

Lines changed: 110 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -540,177 +540,177 @@ __metadata:
540540
languageName: node
541541
linkType: hard
542542

543-
"@rollup/rollup-android-arm-eabi@npm:4.55.1":
544-
version: 4.55.1
545-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.55.1"
543+
"@rollup/rollup-android-arm-eabi@npm:4.59.0":
544+
version: 4.59.0
545+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.59.0"
546546
conditions: os=android & cpu=arm
547547
languageName: node
548548
linkType: hard
549549

550-
"@rollup/rollup-android-arm64@npm:4.55.1":
551-
version: 4.55.1
552-
resolution: "@rollup/rollup-android-arm64@npm:4.55.1"
550+
"@rollup/rollup-android-arm64@npm:4.59.0":
551+
version: 4.59.0
552+
resolution: "@rollup/rollup-android-arm64@npm:4.59.0"
553553
conditions: os=android & cpu=arm64
554554
languageName: node
555555
linkType: hard
556556

557-
"@rollup/rollup-darwin-arm64@npm:4.55.1":
558-
version: 4.55.1
559-
resolution: "@rollup/rollup-darwin-arm64@npm:4.55.1"
557+
"@rollup/rollup-darwin-arm64@npm:4.59.0":
558+
version: 4.59.0
559+
resolution: "@rollup/rollup-darwin-arm64@npm:4.59.0"
560560
conditions: os=darwin & cpu=arm64
561561
languageName: node
562562
linkType: hard
563563

564-
"@rollup/rollup-darwin-x64@npm:4.55.1":
565-
version: 4.55.1
566-
resolution: "@rollup/rollup-darwin-x64@npm:4.55.1"
564+
"@rollup/rollup-darwin-x64@npm:4.59.0":
565+
version: 4.59.0
566+
resolution: "@rollup/rollup-darwin-x64@npm:4.59.0"
567567
conditions: os=darwin & cpu=x64
568568
languageName: node
569569
linkType: hard
570570

571-
"@rollup/rollup-freebsd-arm64@npm:4.55.1":
572-
version: 4.55.1
573-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.55.1"
571+
"@rollup/rollup-freebsd-arm64@npm:4.59.0":
572+
version: 4.59.0
573+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.59.0"
574574
conditions: os=freebsd & cpu=arm64
575575
languageName: node
576576
linkType: hard
577577

578-
"@rollup/rollup-freebsd-x64@npm:4.55.1":
579-
version: 4.55.1
580-
resolution: "@rollup/rollup-freebsd-x64@npm:4.55.1"
578+
"@rollup/rollup-freebsd-x64@npm:4.59.0":
579+
version: 4.59.0
580+
resolution: "@rollup/rollup-freebsd-x64@npm:4.59.0"
581581
conditions: os=freebsd & cpu=x64
582582
languageName: node
583583
linkType: hard
584584

585-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.55.1":
586-
version: 4.55.1
587-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.55.1"
585+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0":
586+
version: 4.59.0
587+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0"
588588
conditions: os=linux & cpu=arm & libc=glibc
589589
languageName: node
590590
linkType: hard
591591

592-
"@rollup/rollup-linux-arm-musleabihf@npm:4.55.1":
593-
version: 4.55.1
594-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.55.1"
592+
"@rollup/rollup-linux-arm-musleabihf@npm:4.59.0":
593+
version: 4.59.0
594+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.59.0"
595595
conditions: os=linux & cpu=arm & libc=musl
596596
languageName: node
597597
linkType: hard
598598

599-
"@rollup/rollup-linux-arm64-gnu@npm:4.55.1":
600-
version: 4.55.1
601-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.55.1"
599+
"@rollup/rollup-linux-arm64-gnu@npm:4.59.0":
600+
version: 4.59.0
601+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.59.0"
602602
conditions: os=linux & cpu=arm64 & libc=glibc
603603
languageName: node
604604
linkType: hard
605605

606-
"@rollup/rollup-linux-arm64-musl@npm:4.55.1":
607-
version: 4.55.1
608-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.55.1"
606+
"@rollup/rollup-linux-arm64-musl@npm:4.59.0":
607+
version: 4.59.0
608+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.59.0"
609609
conditions: os=linux & cpu=arm64 & libc=musl
610610
languageName: node
611611
linkType: hard
612612

613-
"@rollup/rollup-linux-loong64-gnu@npm:4.55.1":
614-
version: 4.55.1
615-
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.55.1"
613+
"@rollup/rollup-linux-loong64-gnu@npm:4.59.0":
614+
version: 4.59.0
615+
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.59.0"
616616
conditions: os=linux & cpu=loong64 & libc=glibc
617617
languageName: node
618618
linkType: hard
619619

620-
"@rollup/rollup-linux-loong64-musl@npm:4.55.1":
621-
version: 4.55.1
622-
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.55.1"
620+
"@rollup/rollup-linux-loong64-musl@npm:4.59.0":
621+
version: 4.59.0
622+
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.59.0"
623623
conditions: os=linux & cpu=loong64 & libc=musl
624624
languageName: node
625625
linkType: hard
626626

627-
"@rollup/rollup-linux-ppc64-gnu@npm:4.55.1":
628-
version: 4.55.1
629-
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.55.1"
627+
"@rollup/rollup-linux-ppc64-gnu@npm:4.59.0":
628+
version: 4.59.0
629+
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.59.0"
630630
conditions: os=linux & cpu=ppc64 & libc=glibc
631631
languageName: node
632632
linkType: hard
633633

634-
"@rollup/rollup-linux-ppc64-musl@npm:4.55.1":
635-
version: 4.55.1
636-
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.55.1"
634+
"@rollup/rollup-linux-ppc64-musl@npm:4.59.0":
635+
version: 4.59.0
636+
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.59.0"
637637
conditions: os=linux & cpu=ppc64 & libc=musl
638638
languageName: node
639639
linkType: hard
640640

641-
"@rollup/rollup-linux-riscv64-gnu@npm:4.55.1":
642-
version: 4.55.1
643-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.55.1"
641+
"@rollup/rollup-linux-riscv64-gnu@npm:4.59.0":
642+
version: 4.59.0
643+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.59.0"
644644
conditions: os=linux & cpu=riscv64 & libc=glibc
645645
languageName: node
646646
linkType: hard
647647

648-
"@rollup/rollup-linux-riscv64-musl@npm:4.55.1":
649-
version: 4.55.1
650-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.55.1"
648+
"@rollup/rollup-linux-riscv64-musl@npm:4.59.0":
649+
version: 4.59.0
650+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.59.0"
651651
conditions: os=linux & cpu=riscv64 & libc=musl
652652
languageName: node
653653
linkType: hard
654654

655-
"@rollup/rollup-linux-s390x-gnu@npm:4.55.1":
656-
version: 4.55.1
657-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.55.1"
655+
"@rollup/rollup-linux-s390x-gnu@npm:4.59.0":
656+
version: 4.59.0
657+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.59.0"
658658
conditions: os=linux & cpu=s390x & libc=glibc
659659
languageName: node
660660
linkType: hard
661661

662-
"@rollup/rollup-linux-x64-gnu@npm:4.55.1":
663-
version: 4.55.1
664-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.55.1"
662+
"@rollup/rollup-linux-x64-gnu@npm:4.59.0":
663+
version: 4.59.0
664+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.59.0"
665665
conditions: os=linux & cpu=x64 & libc=glibc
666666
languageName: node
667667
linkType: hard
668668

669-
"@rollup/rollup-linux-x64-musl@npm:4.55.1":
670-
version: 4.55.1
671-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.55.1"
669+
"@rollup/rollup-linux-x64-musl@npm:4.59.0":
670+
version: 4.59.0
671+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.59.0"
672672
conditions: os=linux & cpu=x64 & libc=musl
673673
languageName: node
674674
linkType: hard
675675

676-
"@rollup/rollup-openbsd-x64@npm:4.55.1":
677-
version: 4.55.1
678-
resolution: "@rollup/rollup-openbsd-x64@npm:4.55.1"
676+
"@rollup/rollup-openbsd-x64@npm:4.59.0":
677+
version: 4.59.0
678+
resolution: "@rollup/rollup-openbsd-x64@npm:4.59.0"
679679
conditions: os=openbsd & cpu=x64
680680
languageName: node
681681
linkType: hard
682682

683-
"@rollup/rollup-openharmony-arm64@npm:4.55.1":
684-
version: 4.55.1
685-
resolution: "@rollup/rollup-openharmony-arm64@npm:4.55.1"
683+
"@rollup/rollup-openharmony-arm64@npm:4.59.0":
684+
version: 4.59.0
685+
resolution: "@rollup/rollup-openharmony-arm64@npm:4.59.0"
686686
conditions: os=openharmony & cpu=arm64
687687
languageName: node
688688
linkType: hard
689689

690-
"@rollup/rollup-win32-arm64-msvc@npm:4.55.1":
691-
version: 4.55.1
692-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.55.1"
690+
"@rollup/rollup-win32-arm64-msvc@npm:4.59.0":
691+
version: 4.59.0
692+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.59.0"
693693
conditions: os=win32 & cpu=arm64
694694
languageName: node
695695
linkType: hard
696696

697-
"@rollup/rollup-win32-ia32-msvc@npm:4.55.1":
698-
version: 4.55.1
699-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.55.1"
697+
"@rollup/rollup-win32-ia32-msvc@npm:4.59.0":
698+
version: 4.59.0
699+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.59.0"
700700
conditions: os=win32 & cpu=ia32
701701
languageName: node
702702
linkType: hard
703703

704-
"@rollup/rollup-win32-x64-gnu@npm:4.55.1":
705-
version: 4.55.1
706-
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.55.1"
704+
"@rollup/rollup-win32-x64-gnu@npm:4.59.0":
705+
version: 4.59.0
706+
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.59.0"
707707
conditions: os=win32 & cpu=x64
708708
languageName: node
709709
linkType: hard
710710

711-
"@rollup/rollup-win32-x64-msvc@npm:4.55.1":
712-
version: 4.55.1
713-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.55.1"
711+
"@rollup/rollup-win32-x64-msvc@npm:4.59.0":
712+
version: 4.59.0
713+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.59.0"
714714
conditions: os=win32 & cpu=x64
715715
languageName: node
716716
linkType: hard
@@ -1975,11 +1975,11 @@ __metadata:
19751975
linkType: hard
19761976

19771977
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1":
1978-
version: 3.1.2
1979-
resolution: "minimatch@npm:3.1.2"
1978+
version: 3.1.5
1979+
resolution: "minimatch@npm:3.1.5"
19801980
dependencies:
19811981
brace-expansion: "npm:^1.1.7"
1982-
checksum: 10c0/0262810a8fc2e72cca45d6fd86bd349eee435eb95ac6aa45c9ea2180e7ee875ef44c32b55b5973ceabe95ea12682f6e3725cbb63d7a2d1da3ae1163c8b210311
1982+
checksum: 10c0/2ecbdc0d33f07bddb0315a8b5afbcb761307a8778b48f0b312418ccbced99f104a2d17d8aca7573433c70e8ccd1c56823a441897a45e384ea76ef401a26ace70
19831983
languageName: node
19841984
linkType: hard
19851985

@@ -2559,34 +2559,34 @@ __metadata:
25592559
linkType: hard
25602560

25612561
"rollup@npm:^4.32.0":
2562-
version: 4.55.1
2563-
resolution: "rollup@npm:4.55.1"
2564-
dependencies:
2565-
"@rollup/rollup-android-arm-eabi": "npm:4.55.1"
2566-
"@rollup/rollup-android-arm64": "npm:4.55.1"
2567-
"@rollup/rollup-darwin-arm64": "npm:4.55.1"
2568-
"@rollup/rollup-darwin-x64": "npm:4.55.1"
2569-
"@rollup/rollup-freebsd-arm64": "npm:4.55.1"
2570-
"@rollup/rollup-freebsd-x64": "npm:4.55.1"
2571-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.55.1"
2572-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.55.1"
2573-
"@rollup/rollup-linux-arm64-gnu": "npm:4.55.1"
2574-
"@rollup/rollup-linux-arm64-musl": "npm:4.55.1"
2575-
"@rollup/rollup-linux-loong64-gnu": "npm:4.55.1"
2576-
"@rollup/rollup-linux-loong64-musl": "npm:4.55.1"
2577-
"@rollup/rollup-linux-ppc64-gnu": "npm:4.55.1"
2578-
"@rollup/rollup-linux-ppc64-musl": "npm:4.55.1"
2579-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.55.1"
2580-
"@rollup/rollup-linux-riscv64-musl": "npm:4.55.1"
2581-
"@rollup/rollup-linux-s390x-gnu": "npm:4.55.1"
2582-
"@rollup/rollup-linux-x64-gnu": "npm:4.55.1"
2583-
"@rollup/rollup-linux-x64-musl": "npm:4.55.1"
2584-
"@rollup/rollup-openbsd-x64": "npm:4.55.1"
2585-
"@rollup/rollup-openharmony-arm64": "npm:4.55.1"
2586-
"@rollup/rollup-win32-arm64-msvc": "npm:4.55.1"
2587-
"@rollup/rollup-win32-ia32-msvc": "npm:4.55.1"
2588-
"@rollup/rollup-win32-x64-gnu": "npm:4.55.1"
2589-
"@rollup/rollup-win32-x64-msvc": "npm:4.55.1"
2562+
version: 4.59.0
2563+
resolution: "rollup@npm:4.59.0"
2564+
dependencies:
2565+
"@rollup/rollup-android-arm-eabi": "npm:4.59.0"
2566+
"@rollup/rollup-android-arm64": "npm:4.59.0"
2567+
"@rollup/rollup-darwin-arm64": "npm:4.59.0"
2568+
"@rollup/rollup-darwin-x64": "npm:4.59.0"
2569+
"@rollup/rollup-freebsd-arm64": "npm:4.59.0"
2570+
"@rollup/rollup-freebsd-x64": "npm:4.59.0"
2571+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.59.0"
2572+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.59.0"
2573+
"@rollup/rollup-linux-arm64-gnu": "npm:4.59.0"
2574+
"@rollup/rollup-linux-arm64-musl": "npm:4.59.0"
2575+
"@rollup/rollup-linux-loong64-gnu": "npm:4.59.0"
2576+
"@rollup/rollup-linux-loong64-musl": "npm:4.59.0"
2577+
"@rollup/rollup-linux-ppc64-gnu": "npm:4.59.0"
2578+
"@rollup/rollup-linux-ppc64-musl": "npm:4.59.0"
2579+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.59.0"
2580+
"@rollup/rollup-linux-riscv64-musl": "npm:4.59.0"
2581+
"@rollup/rollup-linux-s390x-gnu": "npm:4.59.0"
2582+
"@rollup/rollup-linux-x64-gnu": "npm:4.59.0"
2583+
"@rollup/rollup-linux-x64-musl": "npm:4.59.0"
2584+
"@rollup/rollup-openbsd-x64": "npm:4.59.0"
2585+
"@rollup/rollup-openharmony-arm64": "npm:4.59.0"
2586+
"@rollup/rollup-win32-arm64-msvc": "npm:4.59.0"
2587+
"@rollup/rollup-win32-ia32-msvc": "npm:4.59.0"
2588+
"@rollup/rollup-win32-x64-gnu": "npm:4.59.0"
2589+
"@rollup/rollup-win32-x64-msvc": "npm:4.59.0"
25902590
"@types/estree": "npm:1.0.8"
25912591
fsevents: "npm:~2.3.2"
25922592
dependenciesMeta:
@@ -2644,7 +2644,7 @@ __metadata:
26442644
optional: true
26452645
bin:
26462646
rollup: dist/bin/rollup
2647-
checksum: 10c0/267309f0db5c5493b2b163643dceed6e57aa20fcd75d40cf44740b8b572e747a0f9e1694b11ff518583596c37fe13ada09bf676956f50073c16cdac09e633a66
2647+
checksum: 10c0/f38742da34cfee5e899302615fa157aa77cb6a2a1495e5e3ce4cc9c540d3262e235bbe60caa31562bbfe492b01fdb3e7a8c43c39d842d3293bcf843123b766fc
26482648
languageName: node
26492649
linkType: hard
26502650

@@ -2903,15 +2903,15 @@ __metadata:
29032903
linkType: hard
29042904

29052905
"tar@npm:^7.4.3":
2906-
version: 7.5.6
2907-
resolution: "tar@npm:7.5.6"
2906+
version: 7.5.9
2907+
resolution: "tar@npm:7.5.9"
29082908
dependencies:
29092909
"@isaacs/fs-minipass": "npm:^4.0.0"
29102910
chownr: "npm:^3.0.0"
29112911
minipass: "npm:^7.1.2"
29122912
minizlib: "npm:^3.1.0"
29132913
yallist: "npm:^5.0.0"
2914-
checksum: 10c0/08af3807035957650ad5f2a300c49ca4fe0566ac0ea5a23741a5b5103c6da42891a9eeaed39bc1fbcf21c5cac4dc846828a004727fb08b9d946322d3144d1fd2
2914+
checksum: 10c0/e870beb1b2477135ca2abe86b2d18f7b35d0a4e3a37bbc523d3b8f7adca268dfab543f26528a431d569897f8c53a7cac745cdfbc4411c2f89aeeacc652b81b0a
29152915
languageName: node
29162916
linkType: hard
29172917

0 commit comments

Comments
 (0)