Commit 412d243
authored
chore(deps): bump minimatch and verdaccio (#8072)
Bumps [minimatch](https://github.com/isaacs/minimatch) to 9.0.9 and
updates ancestor dependency
[verdaccio](https://github.com/verdaccio/verdaccio). These dependencies
need to be updated together.
Updates `minimatch` from 7.4.6 to 9.0.9
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/isaacs/minimatch/blob/main/changelog.md">minimatch's
changelog</a>.</em></p>
<blockquote>
<h1>change log</h1>
<h2>10.2</h2>
<ul>
<li>Add <code>braceExpandMax</code> option</li>
</ul>
<h2>10.1</h2>
<ul>
<li>Add <code>magicalBraces</code> option for <code>escape</code></li>
<li>Fix <code>makeRe</code> when <code>partial: true</code> is set.</li>
<li>Fix <code>makeRe</code> when pattern ends in a final <code>**</code>
path part.</li>
</ul>
<h2>10.0</h2>
<ul>
<li>Require node 20 or 22 and higher</li>
</ul>
<h2>9.0</h2>
<ul>
<li>No default export, only named exports.</li>
</ul>
<h2>8.0</h2>
<ul>
<li>Recursive descent parser for extglob, allowing correct support
for arbitrarily nested extglob expressions</li>
<li>Bump required Node.js version</li>
</ul>
<h2>7.4</h2>
<ul>
<li>Add <code>escape()</code> method</li>
<li>Add <code>unescape()</code> method</li>
<li>Add <code>Minimatch.hasMagic()</code> method</li>
</ul>
<h2>7.3</h2>
<ul>
<li>Add support for posix character classes in a unicode-aware way.</li>
</ul>
<h2>7.2</h2>
<ul>
<li>Add <code>windowsNoMagicRoot</code> option</li>
</ul>
<h2>7.1</h2>
<ul>
<li>Add <code>optimizationLevel</code> configuration option, and revert
the
default back to the 6.2 style minimal optimizations, making the
advanced transforms introduced in 7.0 opt-in. Also, process
provided file paths in the same way in optimizationLevel:2
mode, so <em>most</em> things that matched with optimizationLevel 1 or
0 <em>should</em> match with level 2 as well. However, level 1 is the
default, out of an abundance of caution.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/minimatch/commit/8a10e473e2e0ff03c2d4de308f257093af2bce21"><code>8a10e47</code></a>
9.0.9</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/c6f180636cebd4de2f9af7ef29ca4c9bf2eeef02"><code>c6f1806</code></a>
brace-expansion@2</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/446cfa3e2aa3ef45bd4a27fa4418221e158489f6"><code>446cfa3</code></a>
9.0.8</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/8fa151ab95fd4e2acd6e1a81f10d02dc7c1098d3"><code>8fa151a</code></a>
docs: add warning about ReDoS</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/71b78a2a4cad3a40af08a39c065e71bbf69ea7f7"><code>71b78a2</code></a>
fix partial matching of globstar patterns</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/2de496f6d9362dd92460f35ffa6ff8de2907244b"><code>2de496f</code></a>
9.0.7</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/0d4616de9193bf1d359271662e92657bb51b2f75"><code>0d4616d</code></a>
limit nested extglob recursion, flatten extglobs</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/7117ef381e74deace1c62a74d2298c8fe61d10ca"><code>7117ef3</code></a>
9.0.6</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/2418458b7fe82e0a1fd1a1b6f618c41c90b9848a"><code>2418458</code></a>
update deps, do not checkin dist</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/1d1f531009d5e4a86083de37e5ef3f301e073986"><code>1d1f531</code></a>
update deps</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/minimatch/compare/v7.4.6...v9.0.9">compare
view</a></li>
</ul>
</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 />
Updates `verdaccio` from 6.2.7 to 6.3.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/verdaccio/verdaccio/releases">verdaccio's
releases</a>.</em></p>
<blockquote>
<h2>v6.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update node.js to v22.22.1 (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5623">verdaccio/verdaccio#5623</a></li>
<li>fix(deps): update core verdaccio dependencies (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5636">verdaccio/verdaccio#5636</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/verdaccio/verdaccio/compare/v6.3.1...v6.3.2">https://github.com/verdaccio/verdaccio/compare/v6.3.1...v6.3.2</a></p>
<h2>v6.3.1</h2>
<ul>
<li>No changes</li>
<li>Only to create new docker <code>latest</code> image</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/verdaccio/verdaccio/compare/v6.3.0...v6.3.1">https://github.com/verdaccio/verdaccio/compare/v6.3.0...v6.3.1</a></p>
<h2>v6.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(deps): update core verdaccio dependencies (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5587">verdaccio/verdaccio#5587</a></li>
<li>chore(deps): update dependency selfsigned to v5 (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5591">verdaccio/verdaccio#5591</a></li>
<li>fix(deps): update dependency envinfo to v7.21.0 (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5590">verdaccio/verdaccio#5590</a></li>
<li>chore(deps): update dependency supertest to v7.2.2 (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5589">verdaccio/verdaccio#5589</a></li>
<li>chore(deps): pin dependencies (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5586">verdaccio/verdaccio#5586</a></li>
<li>chore(deps): update dependency cross-env to v10.1.0 (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5588">verdaccio/verdaccio#5588</a></li>
<li>chore: refactor eslint by <a
href="https://github.com/juanpicado"><code>@juanpicado</code></a> in <a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5609">verdaccio/verdaccio#5609</a></li>
<li>fix(deps): update core verdaccio dependencies (6.x) by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5613">verdaccio/verdaccio#5613</a>
<ul>
<li>by <a href="https://github.com/mbtools"><code>@mbtools</code></a>
👏🏼
<ul>
<li>fix: error checking storage directory <a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5447">verdaccio/verdaccio#5447</a></li>
<li>chore(web): reduce memory consumption of package list <a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5539">#5639</a></li>
<li>fix(auth): processing allow_unpublish <a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5602">#5602</a></li>
<li>by <a
href="https://github.com/juanpicado"><code>@juanpicado</code></a>
<ul>
<li>[feat: make asset manifest bundler-agnostic <a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5608">#5608</a>](<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5608">verdaccio/verdaccio#5608</a>)<br
/>
<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5602">verdaccio/verdaccio#5602</a></li>
</ul>
</li>
<li>fix(api): remove unnecessary allow check <a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5599">verdaccio/verdaccio#5599</a></li>
</ul>
</li>
<li>Renovate 🤖
<ul>
<li>[fix(deps): update dependency minimatch to v7.4.9 (master) <a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5607">#5607</a>](<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5607">verdaccio/verdaccio#5607</a>)</li>
<li>[fix(deps): update dependency ajv to v8.18.0 (master) <a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5605">#5605</a>](<a
href="https://redirect.github.com/verdaccio/verdaccio/pull/5605">verdaccio/verdaccio#5605</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.9...v6.3.0">https://github.com/verdaccio/verdaccio/compare/v6.2.9...v6.3.0</a></p>
<h2>v6.2.9</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.8...v6.2.9">https://github.com/verdaccio/verdaccio/compare/v6.2.8...v6.2.9</a></p>
<ul>
<li>No changes in the source code</li>
<li>Fixed docker publish build wasn't correctly pushing the
<code>latest</code> and semantic version tags</li>
</ul>
<p>Reference: <a
href="https://github.com/orgs/verdaccio/discussions/5582">https://github.com/orgs/verdaccio/discussions/5582</a></p>
<h2>v6.2.8</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/verdaccio/verdaccio/blob/v6.3.2/CHANGELOG.md">verdaccio's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/verdaccio/verdaccio/compare/v6.3.1...v6.3.2">6.3.2</a>
(2026-03-14)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update core verdaccio dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5636">#5636</a>)
(<a
href="https://github.com/verdaccio/verdaccio/commit/3da63a4d0bda7dd3bf86378992b05c67b0f1eda5">3da63a4</a>)</li>
</ul>
<h3><a
href="https://github.com/verdaccio/verdaccio/compare/v6.3.0...v6.3.1">6.3.1</a>
(2026-03-08)</h3>
<h2><a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.9...v6.3.0">6.3.0</a>
(2026-03-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update core verdaccio dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5587">#5587</a>)
(<a
href="https://github.com/verdaccio/verdaccio/commit/0369efaaaa5f0cafd72e27abd70d7a94e1fff812">0369efa</a>)</li>
<li><strong>deps:</strong> update core verdaccio dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5613">#5613</a>)
(<a
href="https://github.com/verdaccio/verdaccio/commit/1763ae264a46f1ff4db6cf0561b57debdd56dab4">1763ae2</a>)</li>
<li><strong>deps:</strong> update dependency envinfo to v7.21.0 (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5590">#5590</a>)
(<a
href="https://github.com/verdaccio/verdaccio/commit/980ef5cbdf03bd7d8eea46186e7dd2287dbf766d">980ef5c</a>)</li>
</ul>
<h3><a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.8...v6.2.9">6.2.9</a>
(2026-02-26)</h3>
<h3><a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.7...v6.2.8">6.2.8</a>
(2026-02-25)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>docker image dependencies and cmd run updates (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5584">#5584</a>)
(<a
href="https://github.com/verdaccio/verdaccio/commit/98d00bda7e481b7587b03f7da29911daaf331222">98d00bd</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/d39d5546e7ea5c08936e6a6ae596cb6a7846f101"><code>d39d554</code></a>
chore(release): 6.3.2</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/3da63a4d0bda7dd3bf86378992b05c67b0f1eda5"><code>3da63a4</code></a>
fix(deps): update core verdaccio dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5636">#5636</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/2f522cd8201074dedf3ba834179856c80ea68948"><code>2f522cd</code></a>
chore(deps): update node.js to v22.22.1 (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5623">#5623</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/99cb815fe3b7eb8e08da8378afb6666c64e4d316"><code>99cb815</code></a>
chore(release): 6.3.1</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/efeedb1944644ccbc745aadcc53037ae8c6ebf35"><code>efeedb1</code></a>
chore(release): 6.3.0</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/1763ae264a46f1ff4db6cf0561b57debdd56dab4"><code>1763ae2</code></a>
fix(deps): update core verdaccio dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5613">#5613</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/2d9ba2f60491bd94ec1a3a8a54aedbcf0e0fa616"><code>2d9ba2f</code></a>
chore: refactor eslint (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5609">#5609</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/5505c7c596d153682d9b850824c2a76f6cc52837"><code>5505c7c</code></a>
chore(deps): update dependency cross-env to v10.1.0 (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5588">#5588</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/2d426392e39fe6dd0d6d9d2d2b2bf3a2fdd05e9c"><code>2d42639</code></a>
chore(deps): pin dependencies (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5586">#5586</a>)</li>
<li><a
href="https://github.com/verdaccio/verdaccio/commit/8c89b9ca602ff351a5edfc1cb8fc4661e2084f5e"><code>8c89b9c</code></a>
chore(deps): update dependency supertest to v7.2.2 (<a
href="https://redirect.github.com/verdaccio/verdaccio/issues/5589">#5589</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/verdaccio/verdaccio/compare/v6.2.7...v6.3.2">compare
view</a></li>
</ul>
</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 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/netlify/cli/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 2198133 commit 412d243
2 files changed
+403
-230
lines changed
0 commit comments