deps: bump the dependency-updates group with 8 updates (#1875)

Bumps the dependency-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `38.9.0` | `38.10.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.29.2` | `12.33.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.2` | `11.1.3` | | [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `8.5.1` | `8.5.2` | | [minimatch](https://github.com/isaacs/minimatch) | `10.1.1` | `10.1.2` | | [pacote](https://github.com/npm/pacote) | `21.1.0` | `21.2.0` | | [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` | | [tap](https://github.com/tapjs/tapjs) | `21.5.0` | `21.5.1` | Updates `@primer/react` from 38.9.0 to 38.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/react/releases"><code>@​primer/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​primer/react</code><a href="https://github.com/38"><code>@​38</code></a>.10.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/react/pull/7488">#7488</a> <a href="https://github.com/primer/react/commit/fe85519ff23c23294a524e2ddceef042eb3c3608"><code>fe85519</code></a> Thanks <a href="https://github.com/koesie10"><code>@​koesie10</code></a>! - DataTable: Add <code>externalSorting</code> prop to disable client-side sorting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/4a9b756ec228edaa7e10226c0b4483a92bb8beb5"><code>4a9b756</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/7496">#7496</a>)</li> <li><a href="https://github.com/primer/react/commit/4f43e8295c643780addfd01a8dcb011a59a5b6db"><code>4f43e82</code></a> Remove deprecated component exports from <code>@​primer/styled-react</code> (<a href="https://redirect.github.com/primer/react/issues/7499">#7499</a>)</li> <li><a href="https://github.com/primer/react/commit/fe85519ff23c23294a524e2ddceef042eb3c3608"><code>fe85519</code></a> DataTable: Add externalSorting prop to disable client-side sorting (<a href="https://redirect.github.com/primer/react/issues/7488">#7488</a>)</li> <li><a href="https://github.com/primer/react/commit/5516f3f84ab5dd8142fc077ea6d89796de2b3a96"><code>5516f3f</code></a> Remove primer_react_action_list_item_as_button feature flag (<a href="https://redirect.github.com/primer/react/issues/7477">#7477</a>)</li> <li><a href="https://github.com/primer/react/commit/ffceef548f2d9bf16406e249144c8a3407217959"><code>ffceef5</code></a> Delete ExternalTooltipVersion_1 IconButton story (<a href="https://redirect.github.com/primer/react/issues/7486">#7486</a>)</li> <li>See full diff in <a href="https://github.com/primer/react/compare/@primer/react@38.9.0...@primer/react@38.10.0">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.29.2 to 12.33.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.33.0] 2026-02-05</h2> <h3>Added</h3> <ul> <li><code>&lt;motion /&gt;</code>: New <code>propagate.tap</code> prop prevents tap gestures from propagating to parents.</li> </ul> <h2>[12.32.0] 2026-02-05</h2> <h3>Added</h3> <ul> <li><code>transition.inherit</code>: When <code>true</code>, inherit transition values from less-specific transitions.</li> </ul> <h2>[12.31.3] 2026-02-05</h2> <h3>Fixed</h3> <ul> <li><code>&lt;motion /&gt;</code>: Ensure animation state is reset after being re-suspended.</li> <li>Prevent stale values when mixing <code>transitionEnd</code> and <code>transition.type: false</code>.</li> <li>Drag: Fix &quot;sticky&quot; throw velocity on initial interaciton.</li> <li>Drag: Ensure catching a thrown element kills its velocity.</li> </ul> <h2>[12.31.2] 2026-02-05</h2> <h3>Fixed</h3> <ul> <li><code>onHoverStart</code> and <code>onHoverEnd</code> first argument now correctly typed as <code>PointerEvent</code>.</li> <li><code>whileHover</code>: No longer persists after drag end.</li> <li><code>AnimatePresence</code>: Allow changing <code>mode</code> prop.</li> </ul> <h2>[12.31.1] 2026-02-04</h2> <h3>Added</h3> <ul> <li>Drag constraints updated even when draggable or constraints resize outside of React renders.</li> </ul> <h2>[12.31.0] 2026-02-03</h2> <h3>Added</h3> <ul> <li><code>animate</code>: Support for bi-directional callbacks within animation sequences.</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>onPan</code> never fires before <code>onPanStart</code>.</li> </ul> <h2>[12.30.1] 2026-02-03</h2> <h3>Fixed</h3> <ul> <li>Allow drag to be initiated by child <code>a</code> and <code>button</code> elements.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/fde47ac120d6f82ef676318c1801b952fe10493a"><code>fde47ac</code></a> v12.33.0</li> <li><a href="https://github.com/motiondivision/motion/commit/4849b3af9a7980b2a759c5ed9b32366812a35889"><code>4849b3a</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/6a1edd6bf4d14c5697ad201845df27f15b1b1916"><code>6a1edd6</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3539">#3539</a> from motiondivision/event-propagation</li> <li><a href="https://github.com/motiondivision/motion/commit/0fec416782a9fbd6c6f7f393e4594292284981b1"><code>0fec416</code></a> Adding changelog updates</li> <li><a href="https://github.com/motiondivision/motion/commit/b962d0976dea946db43fcf49a66861b205116ec4"><code>b962d09</code></a> v12.32.0</li> <li><a href="https://github.com/motiondivision/motion/commit/69b1c9714bd5e65f2a64bfb7d979911af4d65107"><code>69b1c97</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/972e55621947dc5b627ab2c649105c4b0ab1501c"><code>972e556</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3538">#3538</a> from motiondivision/motion-config-merge-transition</li> <li><a href="https://github.com/motiondivision/motion/commit/d4c0bcd51a90a77be35c933ba984c286f6153ae4"><code>d4c0bcd</code></a> refactor(gestures): Rename stopTapPropagation to propagate={{ tap: false }}</li> <li><a href="https://github.com/motiondivision/motion/commit/cd4ec2310b101fb8c86a520ec51aa944d51f2187"><code>cd4ec23</code></a> v12.31.3</li> <li><a href="https://github.com/motiondivision/motion/commit/461273f1004bffe275f4693d6957e1a7649aed82"><code>461273f</code></a> Updating changelog</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.29.2...v12.33.0">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 11.1.2 to 11.1.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's changelog</a>.</em></p> <blockquote> <h3>11.1.3</h3> <p><em>February 6, 2026</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"><code>@csstools/postcss-text-decoration-shorthand</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502"><code>5.0.2</code></a> (patch)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-primer-react` from 8.5.1 to 8.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/releases">eslint-plugin-primer-react's releases</a>.</em></p> <blockquote> <h2>v8.5.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/488">#488</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a> Thanks <a href="https://github.com/siddharthkp"><code>@​siddharthkp</code></a>! - utils/casing-matches: Prevent ReDoS vulnerability</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md">eslint-plugin-primer-react's changelog</a>.</em></p> <blockquote> <h2>8.5.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/488">#488</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a> Thanks <a href="https://github.com/siddharthkp"><code>@​siddharthkp</code></a>! - utils/casing-matches: Prevent ReDoS vulnerability</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/19185581433c50af4a107ded6205395f428a2155"><code>1918558</code></a> Version Packages (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/489">#489</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/daec60a97f37c624ee569069a5f70182f9b5cd12"><code>daec60a</code></a> Bump <code>@​typescript-eslint/rule-tester</code> from 8.53.1 to 8.54.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/494">#494</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/013510fdb6bfb2d96970b0aeb67bb2c537e6d003"><code>013510f</code></a> Bump <code>@​typescript-eslint/rule-tester</code> from 8.53.0 to 8.53.1 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/491">#491</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/8a81dbb339f4d2990503d77283d3b0e4d28911fe"><code>8a81dbb</code></a> Bump globals from 17.0.0 to 17.1.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/492">#492</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a> casing-matches.ts: Fix regex warnings from code scanning (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/488">#488</a>)</li> <li>See full diff in <a href="https://github.com/primer/eslint-plugin-primer-react/compare/v8.5.1...v8.5.2">compare view</a></li> </ul> </details> <br /> Updates `minimatch` from 10.1.1 to 10.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/fde70d1bfbe84069e025e58131b8efa1c50602c2"><code>fde70d1</code></a> 10.1.2</li> <li><a href="https://github.com/isaacs/minimatch/commit/05210d8249922bf76ac9eff457e717bcd2f8d434"><code>05210d8</code></a> update deps</li> <li><a href="https://github.com/isaacs/minimatch/commit/ba4093ca1ca31684e32ab14e61780daacc8bc233"><code>ba4093c</code></a> update workflows and package stuff</li> <li>See full diff in <a href="https://github.com/isaacs/minimatch/compare/v10.1.1...v10.1.2">compare view</a></li> </ul> </details> <br /> Updates `pacote` from 21.1.0 to 21.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/pacote/releases">pacote's releases</a>.</em></p> <blockquote> <h2>v21.2.0</h2> <h2><a href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">21.2.0</a> (2026-02-06)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a> <a href="https://redirect.github.com/npm/pacote/pull/442">#442</a> implement gitSubdir according to npa spec (<a href="https://redirect.github.com/npm/pacote/issues/442">#442</a>) (<a href="https://github.com/Kakadus"><code>@​Kakadus</code></a>)</li> <li><a href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a> <a href="https://redirect.github.com/npm/pacote/pull/443">#443</a> add allowRemote, allowFile, allowDirectory (<a href="https://redirect.github.com/npm/pacote/issues/443">#443</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/pacote/blob/main/CHANGELOG.md">pacote's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">21.2.0</a> (2026-02-06)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a> <a href="https://redirect.github.com/npm/pacote/pull/442">#442</a> implement gitSubdir according to npa spec (<a href="https://redirect.github.com/npm/pacote/issues/442">#442</a>) (<a href="https://github.com/Kakadus"><code>@​Kakadus</code></a>)</li> <li><a href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a> <a href="https://redirect.github.com/npm/pacote/pull/443">#443</a> add allowRemote, allowFile, allowDirectory (<a href="https://redirect.github.com/npm/pacote/issues/443">#443</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/pacote/commit/27cc5e11c8c1f515f3c96abcaefab702ffcce2b3"><code>27cc5e1</code></a> chore: release 21.2.0 (<a href="https://redirect.github.com/npm/pacote/issues/444">#444</a>)</li> <li><a href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a> feat: implement gitSubdir according to npa spec (<a href="https://redirect.github.com/npm/pacote/issues/442">#442</a>)</li> <li><a href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a> feat: add allowRemote, allowFile, allowDirectory (<a href="https://redirect.github.com/npm/pacote/issues/443">#443</a>)</li> <li>See full diff in <a href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">compare view</a></li> </ul> </details> <br /> Updates `semver` from 7.7.3 to 7.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.7.4</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">7.7.4</a> (2026-01-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/835">#835</a> cli: pass options to semver.valid() for loose version validation (<a href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>) (<a href="https://github.com/mldangelo"><code>@​mldangelo</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/836">#836</a> fix typos and update -n CLI option documentation (<a href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>) (<a href="https://github.com/mldangelo"><code>@​mldangelo</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/840">#840</a> <code>@npmcli/template-oss@4.29.0</code> (<a href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/824">#824</a> bump <code>@​npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li><a href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/820">#820</a> reorder parameters in invalid-versions.js test (<a href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/829">#829</a> bump <code>@​npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">7.7.4</a> (2026-01-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/835">#835</a> cli: pass options to semver.valid() for loose version validation (<a href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>) (<a href="https://github.com/mldangelo"><code>@​mldangelo</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/836">#836</a> fix typos and update -n CLI option documentation (<a href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>) (<a href="https://github.com/mldangelo"><code>@​mldangelo</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/840">#840</a> <code>@npmcli/template-oss@4.29.0</code> (<a href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/824">#824</a> bump <code>@​npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li><a href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/820">#820</a> reorder parameters in invalid-versions.js test (<a href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>) (<a href="https://github.com/reggi"><code>@​reggi</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/829">#829</a> bump <code>@​npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/5993c2e42bdf17c5f03e6360da51bc707fcee460"><code>5993c2e</code></a> chore: release 7.7.4 (<a href="https://redirect.github.com/npm/node-semver/issues/839">#839</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a> deps: <code>@​npmcli/template-oss</code><a href="https://github.com/4"><code>@​4</code></a>.29.0 (<a href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a> fix(cli): pass options to semver.valid() for loose version validation (<a href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a> docs: fix typos and update -n CLI option documentation (<a href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/ab9e28a582f524e8d40157f3d2b75fcc764d0765"><code>ab9e28a</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.27.1 to 4.28.0 (<a href="https://redirect.github.com/npm/node-semver/issues/827">#827</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a> chore: bump <code>@​npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a> chore: reorder parameters in invalid-versions.js test (<a href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/16a35f5df4bb142d781229a09158c4e9970c1f5a"><code>16a35f5</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.26.0 to 4.27.1 (<a href="https://redirect.github.com/npm/node-semver/issues/823">#823</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/3a3459da45389bd024ac907cbc21ca5a24beaa05"><code>3a3459d</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.25.1 to 4.26.0 (<a href="https://redirect.github.com/npm/node-semver/issues/818">#818</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">compare view</a></li> </ul> </details> <br /> Updates `tap` from 21.5.0 to 21.5.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tapjs/tapjs/commit/8dfae92d82d41448b15af6437b12291ce09661d4"><code>8dfae92</code></a> update versions</li> <li><a href="https://github.com/tapjs/tapjs/commit/72c290e8f60a5a776e9a8428d10429c45da132c8"><code>72c290e</code></a> lockfile update</li> <li><a href="https://github.com/tapjs/tapjs/commit/9711580a159616ea6a9921fa907776bc63b61976"><code>9711580</code></a> update pagefind version</li> <li><a href="https://github.com/tapjs/tapjs/commit/d9f59700be37b0c5c660d756ba8d00c70e4b1d39"><code>d9f5970</code></a> update tshy and foreground-child</li> <li><a href="https://github.com/tapjs/tapjs/commit/63521635dd32122a4c2fd2a93cd6a26d2d363f9c"><code>6352163</code></a> update jackspeak and cliui</li> <li>See full diff in <a href="https://github.com/tapjs/tapjs/compare/tap@21.5.0...tap@21.5.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | tap | [>= 18.a, < 19] | | tap | [>= 19.a, < 20] | </details> 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Feb 9, 2026 at 07:58 UTC e3f91570182dbc6135ef7250e8bf056adcee1d54
1 file changed +326 -245
package-lock.json
+326 -245
@@ -5984,9 +5984,9 @@
5984 }
5985 },
5986 "node_modules/@csstools/postcss-text-decoration-shorthand": {
5987 - "version": "5.0.1",
5988 - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.1.tgz",
5989 - "integrity": "sha512-yH9VyYE1LFLfyp6fYMLSUVON7vILzp1U2NkiCEIi7FM0M5thKd4XJJioD2a2a4t5sHwKesVaGyg89k2Hf1z0Sg==",
5987 + "version": "5.0.2",
5988 + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.2.tgz",
5989 + "integrity": "sha512-0VUTt79lfQ2LGQLfyOBeqpinDLzOf3w+tlA1Re/KjSOc86H6tRz6TeXbISrBSJlfM1fYKNmBNw+ON8Ovy6aNeg==",
5990 "funding": [
5991 {
5992 "type": "github",
@@ -7343,9 +7343,9 @@
7343 }
7344 },
7345 "node_modules/@isaacs/brace-expansion": {
7346 - "version": "5.0.0",
7347 - "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
7348 - "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
7346 + "version": "5.0.1",
7347 + "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
7348 + "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
7349 "license": "MIT",
7350 "dependencies": {
7351 "@isaacs/balanced-match": "^4.0.1"
@@ -11671,9 +11671,9 @@
11671 "license": "MIT"
11672 },
11673 "node_modules/@primer/react": {
11674 - "version": "38.9.0",
11675 - "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.9.0.tgz",
11676 - "integrity": "sha512-ST0kGTWLtgPaLJ0aF7HwhvcuZMMW2FKf5z2kBE9hAvajy5Jp2H604zq1+UU547NEnjtOpPUhvh0eK5a0aPIN5g==",
11674 + "version": "38.10.0",
11675 + "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.10.0.tgz",
11676 + "integrity": "sha512-3OXrCqQvzd+ja4XcjzXAq+BwBs6EAKMsZlUa/TG8mWRsCcKr4WSIRKrnpMiI+dQUmP481QLH6qjEGgAQAd3nUw==",
11677 "license": "MIT",
11678 "dependencies": {
11679 "@github/mini-throttle": "^2.1.1",
@@ -12394,9 +12394,9 @@
12394 }
12395 },
12396 "node_modules/@tapjs/after": {
12397 - "version": "3.3.0",
12398 - "resolved": "https://registry.npmjs.org/@tapjs/after/-/after-3.3.0.tgz",
12399 - "integrity": "sha512-Z8Ozhv27xPP5oaIbPA1zFHS7oozRzf4bgeRnyoDPvXIo3akhu7wq661wkxNyCbfPZ7s4ShWNbNrgwTGOowYaJg==",
12397 + "version": "3.3.1",
12398 + "resolved": "https://registry.npmjs.org/@tapjs/after/-/after-3.3.1.tgz",
12399 + "integrity": "sha512-/RZb0DZxfHP74ursSByTpgKU6jVUtNOtoQ3/prf76+5+G7Q7D7QIQtlrH3bUgk84DI89j+4Nc2DTkMCOLy7BWQ==",
12400 "dev": true,
12401 "license": "BlueOak-1.0.0",
12402 "dependencies": {
@@ -12406,13 +12406,13 @@
12406 "node": "20 || >=22"
12407 },
12408 "peerDependencies": {
12409 - "@tapjs/core": "4.4.0"
12409 + "@tapjs/core": "4.4.1"
12410 }
12411 },
12412 "node_modules/@tapjs/after-each": {
12413 - "version": "4.3.0",
12414 - "resolved": "https://registry.npmjs.org/@tapjs/after-each/-/after-each-4.3.0.tgz",
12415 - "integrity": "sha512-2vGA0GYGH2JcCfNSfQdyVQaeezGZ7zQRRY74WTYD7yMR7m5yHGbgJ3moPWb0MJuj+mUacos7ksXYeqXxxdGy8Q==",
12413 + "version": "4.3.1",
12414 + "resolved": "https://registry.npmjs.org/@tapjs/after-each/-/after-each-4.3.1.tgz",
12415 + "integrity": "sha512-kgRbmhKisIl31FsCxFkDmZLNj0qCdNte0aarVLsaFq1LVJOtpITdBfnuiKigrLj4Go9XiASmIpGrU8h1uYF2Xw==",
12416 "dev": true,
12417 "license": "BlueOak-1.0.0",
12418 "dependencies": {
@@ -12422,13 +12422,13 @@
12422 "node": "20 || >=22"
12423 },
12424 "peerDependencies": {
12425 - "@tapjs/core": "4.4.0"
12425 + "@tapjs/core": "4.4.1"
12426 }
12427 },
12428 "node_modules/@tapjs/asserts": {
12429 - "version": "4.3.0",
12430 - "resolved": "https://registry.npmjs.org/@tapjs/asserts/-/asserts-4.3.0.tgz",
12431 - "integrity": "sha512-BuC61QMowZAtbvluWkKzD8/JF7ICqrG2xTz3sPRczvhyEvcjYHYJXqMn+gDeyPQs4LxgFpaTdaA4Xb9tPpNGJQ==",
12429 + "version": "4.3.1",
12430 + "resolved": "https://registry.npmjs.org/@tapjs/asserts/-/asserts-4.3.1.tgz",
12431 + "integrity": "sha512-PyBE1/umvg/o9Ntg3gryWaamCFHhMV0zSdoD6n5saexa8AYUb9XM6XA4y7uXRisdSFVVnD8/yX0OAWsQhryE0g==",
12432 "dev": true,
12433 "license": "BlueOak-1.0.0",
12434 "dependencies": {
@@ -12444,13 +12444,13 @@
12444 "url": "https://github.com/sponsors/isaacs"
12445 },
12446 "peerDependencies": {
12447 - "@tapjs/core": "4.4.0"
12447 + "@tapjs/core": "4.4.1"
12448 }
12449 },
12450 "node_modules/@tapjs/before": {
12451 - "version": "4.3.0",
12452 - "resolved": "https://registry.npmjs.org/@tapjs/before/-/before-4.3.0.tgz",
12453 - "integrity": "sha512-if+l+sXIeIzyJ4DusYhznetd4AbWrjOhXKkflYmPKf8F703shbpjZfwPo4jCZ2Y/rBWKHXQ1iLOm2pjebZMqJg==",
12451 + "version": "4.3.1",
12452 + "resolved": "https://registry.npmjs.org/@tapjs/before/-/before-4.3.1.tgz",
12453 + "integrity": "sha512-zxa+DrruCGJhTQCLjYa8nfyYihLsWBWCEgiSvtwOkQKNZhxcaLmH/W85zEWKJ+MnZaa4wVqkyyRkhAM12eq0Lg==",
12454 "dev": true,
12455 "license": "BlueOak-1.0.0",
12456 "dependencies": {
@@ -12460,13 +12460,13 @@
12460 "node": "20 || >=22"
12461 },
12462 "peerDependencies": {
12463 - "@tapjs/core": "4.4.0"
12463 + "@tapjs/core": "4.4.1"
12464 }
12465 },
12466 "node_modules/@tapjs/before-each": {
12467 - "version": "4.3.0",
12468 - "resolved": "https://registry.npmjs.org/@tapjs/before-each/-/before-each-4.3.0.tgz",
12469 - "integrity": "sha512-+6qzPbXKita72BkISZF75hIqBoBNiKYrr0q7YiwzLrNi/tGlmg7pLEA83O2ttyb2MOzy9p2InTdj6tJv0t/ZBw==",
12467 + "version": "4.3.1",
12468 + "resolved": "https://registry.npmjs.org/@tapjs/before-each/-/before-each-4.3.1.tgz",
12469 + "integrity": "sha512-vPCbni80H7/6JtQY2LoO4kiRmuyOwPJXpgR2SRrH9Aq07EVveSlgMkKJxomkbuE5lGr/l6zhO/TZDPnuorSvrg==",
12470 "dev": true,
12471 "license": "BlueOak-1.0.0",
12472 "dependencies": {
@@ -12476,33 +12476,33 @@
12476 "node": "20 || >=22"
12477 },
12478 "peerDependencies": {
12479 - "@tapjs/core": "4.4.0"
12479 + "@tapjs/core": "4.4.1"
12480 }
12481 },
12482 "node_modules/@tapjs/chdir": {
12483 - "version": "3.3.0",
12484 - "resolved": "https://registry.npmjs.org/@tapjs/chdir/-/chdir-3.3.0.tgz",
12485 - "integrity": "sha512-xR64rno2vgZct/54RSZQWb54ACF3V8LpUbRnR7f/JpHh41b1CUGQVTZTK8h+Z22U84mqS51aHJARFt25gnoivg==",
12483 + "version": "3.3.1",
12484 + "resolved": "https://registry.npmjs.org/@tapjs/chdir/-/chdir-3.3.1.tgz",
12485 + "integrity": "sha512-8awqiQswpJRtlOdag+wV/ezuX1kv9YKiG3DAKcNVr7exkGr61StL7qV1cdHah2rPAXlJv6blgDIYbR80d3s9qA==",
12486 "dev": true,
12487 "license": "BlueOak-1.0.0",
12488 "engines": {
12489 "node": "20 || >=22"
12490 },
12491 "peerDependencies": {
12492 - "@tapjs/core": "4.4.0"
12492 + "@tapjs/core": "4.4.1"
12493 }
12494 },
12495 "node_modules/@tapjs/config": {
12496 - "version": "5.4.0",
12497 - "resolved": "https://registry.npmjs.org/@tapjs/config/-/config-5.4.0.tgz",
12498 - "integrity": "sha512-ycbAq6YYhm4gFnUu9wD1uDXHmJsU/IFlQAVj7LtaiSNkixjG1nLIkbi9+Kf8mfQSNa/j7m3fhAMb82jKqBLCXA==",
12496 + "version": "5.4.1",
12497 + "resolved": "https://registry.npmjs.org/@tapjs/config/-/config-5.4.1.tgz",
12498 + "integrity": "sha512-ZK1Zs58ALGWx6Zxd0fDlN9VlGNxoudpXZqjlr2asC/Zu6v5oyilN9CX2r9PWHyTHNe6b/TpfpOvt2gTCTpuROA==",
12499 "dev": true,
12500 "license": "BlueOak-1.0.0",
12501 "dependencies": {
12502 - "@tapjs/core": "4.4.0",
12503 - "@tapjs/test": "4.3.0",
12502 + "@tapjs/core": "4.4.1",
12503 + "@tapjs/test": "4.3.1",
12504 "chalk": "^5.6.2",
12505 - "jackspeak": "^4.0.1",
12505 + "jackspeak": "^4.1.2",
12506 "polite-json": "^5.0.0",
12507 "tap-yaml": "4.3.0",
12508 "walk-up-path": "^4.0.0"
@@ -12514,18 +12514,28 @@
12514 "url": "https://github.com/sponsors/isaacs"
12515 },
12516 "peerDependencies": {
12517 - "@tapjs/core": "4.4.0",
12518 - "@tapjs/test": "4.3.0"
12517 + "@tapjs/core": "4.4.1",
12518 + "@tapjs/test": "4.3.1"
12519 + }
12520 + },
12521 + "node_modules/@tapjs/config/node_modules/@isaacs/cliui": {
12522 + "version": "9.0.0",
12523 + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
12524 + "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
12525 + "dev": true,
12526 + "license": "BlueOak-1.0.0",
12527 + "engines": {
12528 + "node": ">=18"
12529 }
12530 },
12531 "node_modules/@tapjs/config/node_modules/jackspeak": {
12522 - "version": "4.1.1",
12523 - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
12524 - "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
12532 + "version": "4.2.3",
12533 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
12534 + "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
12535 "dev": true,
12536 "license": "BlueOak-1.0.0",
12537 "dependencies": {
12528 - "@isaacs/cliui": "^8.0.2"
12538 + "@isaacs/cliui": "^9.0.0"
12539 },
12540 "engines": {
12541 "node": "20 || >=22"
@@ -12545,15 +12555,15 @@
12555 }
12556 },
12557 "node_modules/@tapjs/core": {
12548 - "version": "4.4.0",
12549 - "resolved": "https://registry.npmjs.org/@tapjs/core/-/core-4.4.0.tgz",
12550 - "integrity": "sha512-agJabQ9P4iW+CshG8B/5OORwySzU3yaLhCSzHNGSIwvhVlXcN0coMYdBuKLo1kCZM3X2D24pa1tO7NcUqVyNyQ==",
12558 + "version": "4.4.1",
12559 + "resolved": "https://registry.npmjs.org/@tapjs/core/-/core-4.4.1.tgz",
12560 + "integrity": "sha512-zEeDgt6YNOKXs4NfGGZ1Lz5aLTlHNCUpwvx5hVl7CuL+/noudWZvL39Vy2rKb+zZnTSgF7b34DqGLoy8+jgpfg==",
12561 "dev": true,
12562 "license": "BlueOak-1.0.0",
12563 "dependencies": {
12564 "@tapjs/processinfo": "^3.1.9",
12565 "@tapjs/stack": "4.3.0",
12556 - "@tapjs/test": "4.3.0",
12566 + "@tapjs/test": "4.3.1",
12567 "async-hook-domain": "^4.0.1",
12568 "diff": "^8.0.2",
12569 "is-actual-promise": "^1.0.1",
@@ -12598,9 +12608,9 @@
12608 }
12609 },
12610 "node_modules/@tapjs/filter": {
12601 - "version": "4.3.0",
12602 - "resolved": "https://registry.npmjs.org/@tapjs/filter/-/filter-4.3.0.tgz",
12603 - "integrity": "sha512-I/Egvq7iuc9wI/OAH37OvrkO7UuVb05atxQ6Mc6MfXjrnKfzePSe32gvVcPjcbdwR4Bg0XBRI0rKozYFeXPW9g==",
12611 + "version": "4.3.1",
12612 + "resolved": "https://registry.npmjs.org/@tapjs/filter/-/filter-4.3.1.tgz",
12613 + "integrity": "sha512-oyoqmUcHjYvr5f7LOryVB9ruEtjTiABdwZghx3XgeRnaNiVX3J9J8/xvdctnkbDB7cq3g9Ao2DYzweDl6Zfvhg==",
12614 "dev": true,
12615 "license": "BlueOak-1.0.0",
12616 "engines": {
@@ -12610,13 +12620,13 @@
12620 "url": "https://github.com/sponsors/isaacs"
12621 },
12622 "peerDependencies": {
12613 - "@tapjs/core": "4.4.0"
12623 + "@tapjs/core": "4.4.1"
12624 }
12625 },
12626 "node_modules/@tapjs/fixture": {
12617 - "version": "4.3.0",
12618 - "resolved": "https://registry.npmjs.org/@tapjs/fixture/-/fixture-4.3.0.tgz",
12619 - "integrity": "sha512-vFhlpF/p7NOD1HmuhouO89va3IiE6CLk47Mq1IRSU2oR8uwM1jT6BQJnCPF43P5sl2nj4fuCUomU+lVOPbvCBg==",
12627 + "version": "4.3.1",
12628 + "resolved": "https://registry.npmjs.org/@tapjs/fixture/-/fixture-4.3.1.tgz",
12629 + "integrity": "sha512-x3w6Ro4H6UAxNSkDTtmz73kVCjZP4TNY2m+wLLiRdi8fa3lCn7WfvHUn9zoATgRFjgOnG4XrXSkjybhqHZ4Ibw==",
12630 "dev": true,
12631 "license": "BlueOak-1.0.0",
12632 "dependencies": {
@@ -12630,17 +12640,17 @@
12640 "url": "https://github.com/sponsors/isaacs"
12641 },
12642 "peerDependencies": {
12633 - "@tapjs/core": "4.4.0"
12643 + "@tapjs/core": "4.4.1"
12644 }
12645 },
12646 "node_modules/@tapjs/fixture/node_modules/glob": {
12637 - "version": "13.0.0",
12638 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
12639 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
12647 + "version": "13.0.1",
12648 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
12649 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
12650 "dev": true,
12651 "license": "BlueOak-1.0.0",
12652 "dependencies": {
12643 - "minimatch": "^10.1.1",
12653 + "minimatch": "^10.1.2",
12654 "minipass": "^7.1.2",
12655 "path-scurry": "^2.0.0"
12656 },
@@ -12652,9 +12662,9 @@
12662 }
12663 },
12664 "node_modules/@tapjs/fixture/node_modules/lru-cache": {
12655 - "version": "11.2.4",
12656 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
12657 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
12665 + "version": "11.2.5",
12666 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
12667 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
12668 "dev": true,
12669 "license": "BlueOak-1.0.0",
12670 "engines": {
@@ -12715,30 +12725,30 @@
12725 }
12726 },
12727 "node_modules/@tapjs/intercept": {
12718 - "version": "4.3.0",
12719 - "resolved": "https://registry.npmjs.org/@tapjs/intercept/-/intercept-4.3.0.tgz",
12720 - "integrity": "sha512-NKx3p87KL6WRG/2SwtMiJf4lecfGsTKRbmLXQyV4Fiy/HF9pCK3k+FGfU+Rk6gpa76MvdpF6IQ6uNojrAhApXg==",
12728 + "version": "4.3.1",
12729 + "resolved": "https://registry.npmjs.org/@tapjs/intercept/-/intercept-4.3.1.tgz",
12730 + "integrity": "sha512-AvfZwFqAh8g+226HRVMUwoHm1ncf6xMHRQfcsPPIMtjnIrbJZjr2S2uM9qTWTnlk2EVgerqfyh3H8R6ykJsGIg==",
12731 "dev": true,
12732 "license": "BlueOak-1.0.0",
12733 "dependencies": {
12724 - "@tapjs/after": "3.3.0",
12734 + "@tapjs/after": "3.3.1",
12735 "@tapjs/stack": "4.3.0"
12736 },
12737 "engines": {
12738 "node": "20 || >=22"
12739 },
12740 "peerDependencies": {
12731 - "@tapjs/core": "4.4.0"
12741 + "@tapjs/core": "4.4.1"
12742 }
12743 },
12744 "node_modules/@tapjs/mock": {
12735 - "version": "4.3.0",
12736 - "resolved": "https://registry.npmjs.org/@tapjs/mock/-/mock-4.3.0.tgz",
12737 - "integrity": "sha512-3NndkMomhD8NJskn9ZXWkKVZAOJEzh8Vj4nSUtaOEXTfRstf9lboEQaSuvD9vju2wn8gssA7MohJ8AuADeRY5Q==",
12745 + "version": "4.3.1",
12746 + "resolved": "https://registry.npmjs.org/@tapjs/mock/-/mock-4.3.1.tgz",
12747 + "integrity": "sha512-oiR34RhC0+h0fqLNHkDA5QmQXmVJkujvdGwUEBxR3HzUIKZWp5SfVw4dY2/Lvl33tPBOtsFDFuqnpt3+f6SrXg==",
12748 "dev": true,
12749 "license": "BlueOak-1.0.0",
12750 "dependencies": {
12741 - "@tapjs/after": "3.3.0",
12751 + "@tapjs/after": "3.3.1",
12752 "@tapjs/stack": "4.3.0",
12753 "resolve-import": "^2.1.1",
12754 "walk-up-path": "^4.0.0"
@@ -12750,7 +12760,7 @@
12760 "url": "https://github.com/sponsors/isaacs"
12761 },
12762 "peerDependencies": {
12753 - "@tapjs/core": "4.4.0"
12763 + "@tapjs/core": "4.4.1"
12764 }
12765 },
12766 "node_modules/@tapjs/mock/node_modules/walk-up-path": {
@@ -12764,9 +12774,9 @@
12774 }
12775 },
12776 "node_modules/@tapjs/node-serialize": {
12767 - "version": "4.3.0",
12768 - "resolved": "https://registry.npmjs.org/@tapjs/node-serialize/-/node-serialize-4.3.0.tgz",
12769 - "integrity": "sha512-kBKlBlUm1XgF1yLRWUwBelZNb6oWgKDFo2tVJrWHglyDboxsEbfe7Hfgz7D9lU91nrsZ9Yh/X5xQ8sy3lP4oQw==",
12777 + "version": "4.3.1",
12778 + "resolved": "https://registry.npmjs.org/@tapjs/node-serialize/-/node-serialize-4.3.1.tgz",
12779 + "integrity": "sha512-dOsTr75HFESskVvuv8L6SAw23c2WtF6aoNkaD9SwtbTQZxvZQNGMechWPWYGaMsHB+aB+6EBg1MVnqWHQrOVcw==",
12780 "dev": true,
12781 "license": "BlueOak-1.0.0",
12782 "dependencies": {
@@ -12781,7 +12791,7 @@
12791 "url": "https://github.com/sponsors/isaacs"
12792 },
12793 "peerDependencies": {
12784 - "@tapjs/core": "4.4.0"
12794 + "@tapjs/core": "4.4.1"
12795 }
12796 },
12797 "node_modules/@tapjs/processinfo": {
@@ -12815,13 +12825,13 @@
12825 }
12826 },
12827 "node_modules/@tapjs/reporter": {
12818 - "version": "4.4.0",
12819 - "resolved": "https://registry.npmjs.org/@tapjs/reporter/-/reporter-4.4.0.tgz",
12820 - "integrity": "sha512-9oyZ55j/uwhYfqC4DXjATx8Byzmsg6AJixJdFeR+EI1xBHh7LoP8XVaJfBHgmd//g0R9gITP4omFN94jtLIxuQ==",
12828 + "version": "4.4.1",
12829 + "resolved": "https://registry.npmjs.org/@tapjs/reporter/-/reporter-4.4.1.tgz",
12830 + "integrity": "sha512-kOppWVcv3sa0fmsBrpzwJiUZbwEdhixBAg0J39dUDMDdNIYrefVUSJsi7f1Agi9uRRXeJfZlUw23tII4CV06rQ==",
12831 "dev": true,
12832 "license": "BlueOak-1.0.0",
12833 "dependencies": {
12824 - "@tapjs/config": "5.4.0",
12834 + "@tapjs/config": "5.4.1",
12835 "@tapjs/stack": "4.3.0",
12836 "chalk": "^5.6.2",
12837 "ink": "^5.2.1",
@@ -12842,7 +12852,7 @@
12852 "url": "https://github.com/sponsors/isaacs"
12853 },
12854 "peerDependencies": {
12845 - "@tapjs/core": "4.4.0"
12855 + "@tapjs/core": "4.4.1"
12856 }
12857 },
12858 "node_modules/@tapjs/reporter/node_modules/ansi-regex": {
@@ -12904,24 +12914,24 @@
12914 }
12915 },
12916 "node_modules/@tapjs/run": {
12907 - "version": "4.4.0",
12908 - "resolved": "https://registry.npmjs.org/@tapjs/run/-/run-4.4.0.tgz",
12909 - "integrity": "sha512-ejfJRr6/f5zFqrpPwMkKdqjUuXOfYIqImCgk8giFPRVtCcnQh3KYce8XcQHulx209atg149UFQr+T9ax+w+nzg==",
12917 + "version": "4.4.1",
12918 + "resolved": "https://registry.npmjs.org/@tapjs/run/-/run-4.4.1.tgz",
12919 + "integrity": "sha512-mVD9FCknr1mkkCv1vMKL2x4pmpka8ArqHufMP8Mb3Etj6blfePNv0Mu75RWVN9bKYzKAkqPGLenDBPb9hnbUgg==",
12920 "dev": true,
12921 "license": "BlueOak-1.0.0",
12922 "dependencies": {
12913 - "@tapjs/after": "3.3.0",
12914 - "@tapjs/before": "4.3.0",
12915 - "@tapjs/config": "5.4.0",
12923 + "@tapjs/after": "3.3.1",
12924 + "@tapjs/before": "4.3.1",
12925 + "@tapjs/config": "5.4.1",
12926 "@tapjs/processinfo": "^3.1.9",
12917 - "@tapjs/reporter": "4.4.0",
12918 - "@tapjs/spawn": "4.3.0",
12919 - "@tapjs/stdin": "4.3.0",
12920 - "@tapjs/test": "4.3.0",
12927 + "@tapjs/reporter": "4.4.1",
12928 + "@tapjs/spawn": "4.3.1",
12929 + "@tapjs/stdin": "4.3.1",
12930 + "@tapjs/test": "4.3.1",
12931 "c8": "^10.1.3",
12932 "chalk": "^5.6.2",
12933 "chokidar": "^4.0.2",
12924 - "foreground-child": "^3.1.1",
12934 + "foreground-child": "^4.0.0",
12935 "glob": "^13.0.0",
12936 "minipass": "^7.0.4",
12937 "mkdirp": "^3.0.1",
@@ -12949,7 +12959,7 @@
12959 "url": "https://github.com/sponsors/isaacs"
12960 },
12961 "peerDependencies": {
12952 - "@tapjs/core": "4.4.0"
12962 + "@tapjs/core": "4.4.1"
12963 }
12964 },
12965 "node_modules/@tapjs/run/node_modules/chokidar": {
@@ -12968,14 +12978,30 @@
12978 "url": "https://paulmillr.com/funding/"
12979 }
12980 },
12981 + "node_modules/@tapjs/run/node_modules/foreground-child": {
12982 + "version": "4.0.3",
12983 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-4.0.3.tgz",
12984 + "integrity": "sha512-yeXZaNbCBGaT9giTpLPBdtedzjwhlJBUoL/R4BVQU5mn0TQXOHwVIl1Q2DMuBIdNno4ktA1abZ7dQFVxD6uHxw==",
12985 + "dev": true,
12986 + "license": "BlueOak-1.0.0",
12987 + "dependencies": {
12988 + "signal-exit": "^4.0.1"
12989 + },
12990 + "engines": {
12991 + "node": ">=16"
12992 + },
12993 + "funding": {
12994 + "url": "https://github.com/sponsors/isaacs"
12995 + }
12996 + },
12997 "node_modules/@tapjs/run/node_modules/glob": {
12972 - "version": "13.0.0",
12973 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
12974 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
12998 + "version": "13.0.1",
12999 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
13000 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
13001 "dev": true,
13002 "license": "BlueOak-1.0.0",
13003 "dependencies": {
12978 - "minimatch": "^10.1.1",
13004 + "minimatch": "^10.1.2",
13005 "minipass": "^7.1.2",
13006 "path-scurry": "^2.0.0"
13007 },
@@ -12987,9 +13013,9 @@
13013 }
13014 },
13015 "node_modules/@tapjs/run/node_modules/lru-cache": {
12990 - "version": "11.2.4",
12991 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
12992 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
13016 + "version": "11.2.5",
13017 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
13018 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
13019 "dev": true,
13020 "license": "BlueOak-1.0.0",
13021 "engines": {
@@ -13077,9 +13103,9 @@
13103 }
13104 },
13105 "node_modules/@tapjs/snapshot": {
13080 - "version": "4.3.0",
13081 - "resolved": "https://registry.npmjs.org/@tapjs/snapshot/-/snapshot-4.3.0.tgz",
13082 - "integrity": "sha512-88g6ikMW2wNII53/5lBqN8wPVsr24yAzQZU+BkrLJ0ekosikSrQtspuCJhWMmU107AJ5FPPlO96DAFp3sUSkJg==",
13106 + "version": "4.3.1",
13107 + "resolved": "https://registry.npmjs.org/@tapjs/snapshot/-/snapshot-4.3.1.tgz",
13108 + "integrity": "sha512-xPE5yxnck9EhpbH2i60xIB9HxgG39wSyn6Hj+UQal/lDgprbdYNG+36Owdp52TNHOL14GcVO3aiqyOy4UdkN6A==",
13109 "dev": true,
13110 "license": "BlueOak-1.0.0",
13111 "dependencies": {
@@ -13094,20 +13120,20 @@
13120 "url": "https://github.com/sponsors/isaacs"
13121 },
13122 "peerDependencies": {
13097 - "@tapjs/core": "4.4.0"
13123 + "@tapjs/core": "4.4.1"
13124 }
13125 },
13126 "node_modules/@tapjs/spawn": {
13101 - "version": "4.3.0",
13102 - "resolved": "https://registry.npmjs.org/@tapjs/spawn/-/spawn-4.3.0.tgz",
13103 - "integrity": "sha512-6NER3vzkJTgKFzGH71WmwjVkqgwp7x8/NXaRoEcRs5g9ItCTU4FhvUg/7mYC/EKFtSqwuJ/Q3fbJ0J541wvJSQ==",
13127 + "version": "4.3.1",
13128 + "resolved": "https://registry.npmjs.org/@tapjs/spawn/-/spawn-4.3.1.tgz",
13129 + "integrity": "sha512-bQ5Mb0F8Vm07TDe3DYFEzuIN1aCbRyFPYjM6cD62iszT0B4znaXL4PseRXB0VoL9cxJICeNm6AiT0G9PF09z4Q==",
13130 "dev": true,
13131 "license": "BlueOak-1.0.0",
13132 "engines": {
13133 "node": "20 || >=22"
13134 },
13135 "peerDependencies": {
13110 - "@tapjs/core": "4.4.0"
13136 + "@tapjs/core": "4.4.1"
13137 }
13138 },
13139 "node_modules/@tapjs/stack": {
@@ -13124,51 +13150,51 @@
13150 }
13151 },
13152 "node_modules/@tapjs/stdin": {
13127 - "version": "4.3.0",
13128 - "resolved": "https://registry.npmjs.org/@tapjs/stdin/-/stdin-4.3.0.tgz",
13129 - "integrity": "sha512-DIf9aHsAgbyDAiE1PIDPtnsX9ZSpHl7LHOgEjeitEr9LXdmgR6zAQFGVEDJW433F2UQwrysPvUZZIruM8XqjhQ==",
13153 + "version": "4.3.1",
13154 + "resolved": "https://registry.npmjs.org/@tapjs/stdin/-/stdin-4.3.1.tgz",
13155 + "integrity": "sha512-wD4bJM+1LmnDkBpR7aLJ6tlwDM/OT0RaiHPFgRrpDv7FB50LeR3h9wh7s+c+Ysc9OgZDkLNLkvG9jIhb937bZA==",
13156 "dev": true,
13157 "license": "BlueOak-1.0.0",
13158 "engines": {
13159 "node": "20 || >=22"
13160 },
13161 "peerDependencies": {
13136 - "@tapjs/core": "4.4.0"
13162 + "@tapjs/core": "4.4.1"
13163 }
13164 },
13165 "node_modules/@tapjs/test": {
13140 - "version": "4.3.0",
13141 - "resolved": "https://registry.npmjs.org/@tapjs/test/-/test-4.3.0.tgz",
13142 - "integrity": "sha512-33+AoqqSNimlUBiyK05SGax/EiNPnhuQdUrpPRS52FdgTM6p6QeD1uqZkFOFhh5dZkoXos5YN+zHfqLN/+dD+g==",
13166 + "version": "4.3.1",
13167 + "resolved": "https://registry.npmjs.org/@tapjs/test/-/test-4.3.1.tgz",
13168 + "integrity": "sha512-NOsYB1VhaSPmWqrvsdeVnUuklNtJwFEQnybPHjVCqq0ecjP/SZKW+nnVzt9ISAPF+FDtQisqgJV2/Y54jzhpgA==",
13169 "dev": true,
13170 "license": "BlueOak-1.0.0",
13171 "dependencies": {
13172 "@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
13147 - "@tapjs/after": "3.3.0",
13148 - "@tapjs/after-each": "4.3.0",
13149 - "@tapjs/asserts": "4.3.0",
13150 - "@tapjs/before": "4.3.0",
13151 - "@tapjs/before-each": "4.3.0",
13152 - "@tapjs/chdir": "3.3.0",
13153 - "@tapjs/filter": "4.3.0",
13154 - "@tapjs/fixture": "4.3.0",
13155 - "@tapjs/intercept": "4.3.0",
13156 - "@tapjs/mock": "4.3.0",
13157 - "@tapjs/node-serialize": "4.3.0",
13158 - "@tapjs/snapshot": "4.3.0",
13159 - "@tapjs/spawn": "4.3.0",
13160 - "@tapjs/stdin": "4.3.0",
13161 - "@tapjs/typescript": "3.5.0",
13162 - "@tapjs/worker": "4.3.0",
13173 + "@tapjs/after": "3.3.1",
13174 + "@tapjs/after-each": "4.3.1",
13175 + "@tapjs/asserts": "4.3.1",
13176 + "@tapjs/before": "4.3.1",
13177 + "@tapjs/before-each": "4.3.1",
13178 + "@tapjs/chdir": "3.3.1",
13179 + "@tapjs/filter": "4.3.1",
13180 + "@tapjs/fixture": "4.3.1",
13181 + "@tapjs/intercept": "4.3.1",
13182 + "@tapjs/mock": "4.3.1",
13183 + "@tapjs/node-serialize": "4.3.1",
13184 + "@tapjs/snapshot": "4.3.1",
13185 + "@tapjs/spawn": "4.3.1",
13186 + "@tapjs/stdin": "4.3.1",
13187 + "@tapjs/typescript": "3.5.1",
13188 + "@tapjs/worker": "4.3.1",
13189 "glob": "^13.0.0",
13164 - "jackspeak": "^4.0.1",
13190 + "jackspeak": "^4.1.2",
13191 "mkdirp": "^3.0.0",
13192 "package-json-from-dist": "^1.0.0",
13193 "resolve-import": "^2.1.1",
13194 "rimraf": "^6.0.0",
13195 "sync-content": "^2.0.1",
13196 "tap-parser": "18.3.0",
13171 - "tshy": "^3.0.3",
13197 + "tshy": "^3.1.3",
13198 "typescript": "5.9",
13199 "walk-up-path": "^4.0.0"
13200 },
@@ -13179,17 +13205,27 @@
13205 "node": "20 || >=22"
13206 },
13207 "peerDependencies": {
13182 - "@tapjs/core": "4.4.0"
13208 + "@tapjs/core": "4.4.1"
13209 + }
13210 + },
13211 + "node_modules/@tapjs/test/node_modules/@isaacs/cliui": {
13212 + "version": "9.0.0",
13213 + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
13214 + "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
13215 + "dev": true,
13216 + "license": "BlueOak-1.0.0",
13217 + "engines": {
13218 + "node": ">=18"
13219 }
13220 },
13221 "node_modules/@tapjs/test/node_modules/glob": {
13186 - "version": "13.0.0",
13187 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
13188 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
13222 + "version": "13.0.1",
13223 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
13224 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
13225 "dev": true,
13226 "license": "BlueOak-1.0.0",
13227 "dependencies": {
13192 - "minimatch": "^10.1.1",
13228 + "minimatch": "^10.1.2",
13229 "minipass": "^7.1.2",
13230 "path-scurry": "^2.0.0"
13231 },
@@ -13201,13 +13237,13 @@
13237 }
13238 },
13239 "node_modules/@tapjs/test/node_modules/jackspeak": {
13204 - "version": "4.1.1",
13205 - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
13206 - "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
13240 + "version": "4.2.3",
13241 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
13242 + "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
13243 "dev": true,
13244 "license": "BlueOak-1.0.0",
13245 "dependencies": {
13210 - "@isaacs/cliui": "^8.0.2"
13246 + "@isaacs/cliui": "^9.0.0"
13247 },
13248 "engines": {
13249 "node": "20 || >=22"
@@ -13217,9 +13253,9 @@
13253 }
13254 },
13255 "node_modules/@tapjs/test/node_modules/lru-cache": {
13220 - "version": "11.2.4",
13221 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
13222 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
13256 + "version": "11.2.5",
13257 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
13258 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
13259 "dev": true,
13260 "license": "BlueOak-1.0.0",
13261 "engines": {
@@ -13290,9 +13326,9 @@
13326 }
13327 },
13328 "node_modules/@tapjs/typescript": {
13293 - "version": "3.5.0",
13294 - "resolved": "https://registry.npmjs.org/@tapjs/typescript/-/typescript-3.5.0.tgz",
13295 - "integrity": "sha512-8v8S3QZplJ8Uzz5yNfyS6YZkiZJ80KQwIcYVjiqCBAoqVI37FrZSONd4OKiF25rxa/ZjQJzIbtGwf/toqqOZxg==",
13329 + "version": "3.5.1",
13330 + "resolved": "https://registry.npmjs.org/@tapjs/typescript/-/typescript-3.5.1.tgz",
13331 + "integrity": "sha512-4clGpzF1OTjLZYlavI167rCseSVsLpd5ygBAf297o468VEtpRAJPYx1IjoPrnGWC/M5iJadsCrTlIuBYABw81g==",
13332 "dev": true,
13333 "license": "BlueOak-1.0.0",
13334 "dependencies": {
@@ -13302,20 +13338,20 @@
13338 "node": "20 || >=22"
13339 },
13340 "peerDependencies": {
13305 - "@tapjs/core": "4.4.0"
13341 + "@tapjs/core": "4.4.1"
13342 }
13343 },
13344 "node_modules/@tapjs/worker": {
13309 - "version": "4.3.0",
13310 - "resolved": "https://registry.npmjs.org/@tapjs/worker/-/worker-4.3.0.tgz",
13311 - "integrity": "sha512-8V/0/YRT5+cAodz6HQaJGFeK3YXi2WcGaTb8V1sKLna9Ll6X+vc8ngOBJHa9YqNuadw8p2eWf02nS6UKT4MOHQ==",
13345 + "version": "4.3.1",
13346 + "resolved": "https://registry.npmjs.org/@tapjs/worker/-/worker-4.3.1.tgz",
13347 + "integrity": "sha512-RInbFaGUH+KsAl/ozRVCMhpXaQPsvwEQ7PiKprpXgKjxjUrzwlkAbFAxo4K79axCWWdm6JUD5pH93n0FJ75jYQ==",
13348 "dev": true,
13349 "license": "BlueOak-1.0.0",
13350 "engines": {
13351 "node": "20 || >=22"
13352 },
13353 "peerDependencies": {
13318 - "@tapjs/core": "4.4.0"
13354 + "@tapjs/core": "4.4.1"
13355 }
13356 },
13357 "node_modules/@testing-library/dom": {
@@ -13430,9 +13466,9 @@
13466 "license": "MIT"
13467 },
13468 "node_modules/@tsconfig/node20": {
13433 - "version": "20.1.8",
13434 - "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz",
13435 - "integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==",
13469 + "version": "20.1.9",
13470 + "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.9.tgz",
13471 + "integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
13472 "dev": true,
13473 "license": "MIT"
13474 },
@@ -19767,9 +19803,9 @@
19803 }
19804 },
19805 "node_modules/es-toolkit": {
19770 - "version": "1.42.0",
19771 - "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.42.0.tgz",
19772 - "integrity": "sha512-SLHIyY7VfDJBM8clz4+T2oquwTQxEzu263AyhVK4jREOAwJ+8eebaa4wM3nlvnAqhDrMm2EsA6hWHaQsMPQ1nA==",
19806 + "version": "1.44.0",
19807 + "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.44.0.tgz",
19808 + "integrity": "sha512-6penXeZalaV88MM3cGkFZZfOoLGWshWWfdy0tWw/RlVVyhvMaWSBTOvXNeiW3e5FwdS5ePW0LGEu17zT139ktg==",
19809 "dev": true,
19810 "license": "MIT",
19811 "workspaces": [
@@ -21242,9 +21278,9 @@
21278 }
21279 },
21280 "node_modules/eslint-plugin-primer-react": {
21245 - "version": "8.5.1",
21246 - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.5.1.tgz",
21247 - "integrity": "sha512-lvDZOnb75VhtN/ggZcNdb/nU3DdI4NlTeL36QFPFpo2oquYVoHXcuYw76pSR6N2ff0bi3DIW8lcR0QOBtml1CA==",
21281 + "version": "8.5.2",
21282 + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.5.2.tgz",
21283 + "integrity": "sha512-BoBsNxnAyfC0MolFTr1M99tSU1dNRVNdsM5ueygpkpZOxYb71jI0+4HNVSlYBMZ7Y7TuDxX/YKZfdnU9VTfdIw==",
21284 "dev": true,
21285 "license": "MIT",
21286 "dependencies": {
@@ -23130,12 +23166,12 @@
23166 }
23167 },
23168 "node_modules/framer-motion": {
23133 - "version": "12.29.2",
23134 - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz",
23135 - "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==",
23169 + "version": "12.33.0",
23170 + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.33.0.tgz",
23171 + "integrity": "sha512-ca8d+rRPcDP5iIF+MoT3WNc0KHJMjIyFAbtVLvM9eA7joGSpeqDfiNH/kCs1t4CHi04njYvWyj0jS4QlEK/rJQ==",
23172 "license": "MIT",
23173 "dependencies": {
23138 - "motion-dom": "^12.29.2",
23174 + "motion-dom": "^12.33.0",
23175 "motion-utils": "^12.29.2",
23176 "tslib": "^2.4.0"
23177 },
@@ -26878,9 +26914,9 @@
26914 }
26915 },
26916 "node_modules/ink/node_modules/ansi-escapes": {
26881 - "version": "7.2.0",
26882 - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz",
26883 - "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
26917 + "version": "7.3.0",
26918 + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
26919 + "integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
26920 "dev": true,
26921 "license": "MIT",
26922 "dependencies": {
@@ -29576,6 +29612,15 @@
29612 "node": ">=6"
29613 }
29614 },
29615 + "node_modules/jsonc-simple-parser": {
29616 + "version": "3.0.0",
29617 + "resolved": "https://registry.npmjs.org/jsonc-simple-parser/-/jsonc-simple-parser-3.0.0.tgz",
29618 + "integrity": "sha512-0qi9Kuj4JPar4/3b9wZteuPZrTeFzXsQyOZj7hksnReCZN3Vr17Doz7w/i3E9XH7vRkVTHhHES+r1h97I+hfww==",
29619 + "dev": true,
29620 + "dependencies": {
29621 + "reghex": "^3.0.2"
29622 + }
29623 + },
29624 "node_modules/jsonfile": {
29625 "version": "6.1.0",
29626 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -33723,12 +33768,12 @@
33768 }
33769 },
33770 "node_modules/minimatch": {
33726 - "version": "10.1.1",
33727 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
33728 - "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
33771 + "version": "10.1.2",
33772 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.2.tgz",
33773 + "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
33774 "license": "BlueOak-1.0.0",
33775 "dependencies": {
33731 - "@isaacs/brace-expansion": "^5.0.0"
33776 + "@isaacs/brace-expansion": "^5.0.1"
33777 },
33778 "engines": {
33779 "node": "20 || >=22"
@@ -33918,9 +33963,9 @@
33963 }
33964 },
33965 "node_modules/motion-dom": {
33921 - "version": "12.29.2",
33922 - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz",
33923 - "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==",
33966 + "version": "12.33.0",
33967 + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.33.0.tgz",
33968 + "integrity": "sha512-XRPebVypsl0UM+7v0Hr8o9UAj0S2djsQWRdHBd5iVouVpMrQqAI0C/rDAT3QaYnXnHuC5hMcwDHCboNeyYjPoQ==",
33969 "license": "MIT",
33970 "dependencies": {
33971 "motion-utils": "^12.29.2"
@@ -35084,9 +35129,9 @@
35129 }
35130 },
35131 "node_modules/pacote": {
35087 - "version": "21.1.0",
35088 - "resolved": "https://registry.npmjs.org/pacote/-/pacote-21.1.0.tgz",
35089 - "integrity": "sha512-WF/PwrImIIVaLmtuCeO5L7n6DA0ZGCqmDPO/XbNjZgNUX+2O5z4f4Wdmu6erBWNICkl3ftKJvit2eIVcpegRRw==",
35132 + "version": "21.2.0",
35133 + "resolved": "https://registry.npmjs.org/pacote/-/pacote-21.2.0.tgz",
35134 + "integrity": "sha512-OwidJA8uHuGYxoZhe4DBv3JJqGg4ojjVV5dwvVxRKq+bOBpgYMbYd/onIvSU1sv5nQIsb+zp4/0uqv6giFQVjg==",
35135 "license": "ISC",
35136 "dependencies": {
35137 "@npmcli/git": "^7.0.0",
@@ -37644,9 +37689,9 @@
37689 }
37690 },
37691 "node_modules/postcss-preset-env": {
37647 - "version": "11.1.2",
37648 - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.1.2.tgz",
37649 - "integrity": "sha512-rtRQeKP7xZgAAE4YSxjYyX62qpgn9n7BczxtpA0AP4u9JYn1wfUhsd3ZmV9mi8IlU111aF1TtJMqT/QhmtAgLA==",
37692 + "version": "11.1.3",
37693 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.1.3.tgz",
37694 + "integrity": "sha512-kZOfgzUc52yq2fJRZig7sHgWaHJoDOLABBoswe6TPTHgW3581VkP3eRj+Silhc7cJTomMjZZsyRHNjQ+bW11Gg==",
37695 "funding": [
37696 {
37697 "type": "github",
@@ -37697,7 +37742,7 @@
37742 "@csstools/postcss-stepped-value-functions": "^5.0.0",
37743 "@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
37744 "@csstools/postcss-system-ui-font-family": "^2.0.0",
37700 - "@csstools/postcss-text-decoration-shorthand": "^5.0.1",
37745 + "@csstools/postcss-text-decoration-shorthand": "^5.0.2",
37746 "@csstools/postcss-trigonometric-functions": "^5.0.0",
37747 "@csstools/postcss-unset-value": "^5.0.0",
37748 "autoprefixer": "^10.4.23",
@@ -39529,6 +39574,13 @@
39574 "node": ">=4"
39575 }
39576 },
39577 + "node_modules/reghex": {
39578 + "version": "3.0.2",
39579 + "resolved": "https://registry.npmjs.org/reghex/-/reghex-3.0.2.tgz",
39580 + "integrity": "sha512-Zb9DJ5u6GhgqRSBnxV2QSnLqEwcKxHWFA1N2yUa4ZUAO1P8jlWKYtWZ6/ooV6yylspGXJX0O/uNzEv0xrCtwaA==",
39581 + "dev": true,
39582 + "license": "MIT"
39583 + },
39584 "node_modules/registry-auth-token": {
39585 "version": "5.0.3",
39586 "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.3.tgz",
@@ -41015,13 +41067,13 @@
41067 }
41068 },
41069 "node_modules/resolve-import/node_modules/glob": {
41018 - "version": "13.0.0",
41019 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
41020 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
41070 + "version": "13.0.1",
41071 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
41072 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
41073 "dev": true,
41074 "license": "BlueOak-1.0.0",
41075 "dependencies": {
41024 - "minimatch": "^10.1.1",
41076 + "minimatch": "^10.1.2",
41077 "minipass": "^7.1.2",
41078 "path-scurry": "^2.0.0"
41079 },
@@ -41033,9 +41085,9 @@
41085 }
41086 },
41087 "node_modules/resolve-import/node_modules/lru-cache": {
41036 - "version": "11.2.4",
41037 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
41038 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
41088 + "version": "11.2.5",
41089 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
41090 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
41091 "dev": true,
41092 "license": "BlueOak-1.0.0",
41093 "engines": {
@@ -41388,9 +41440,9 @@
41440 }
41441 },
41442 "node_modules/semver": {
41391 - "version": "7.7.3",
41392 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
41393 - "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
41443 + "version": "7.7.4",
41444 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
41445 + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
41446 "license": "ISC",
41447 "bin": {
41448 "semver": "bin/semver.js"
@@ -42880,17 +42932,16 @@
42932 "license": "MIT"
42933 },
42934 "node_modules/sync-content": {
42883 - "version": "2.0.3",
42884 - "resolved": "https://registry.npmjs.org/sync-content/-/sync-content-2.0.3.tgz",
42885 - "integrity": "sha512-gKE1q9t4qBDkWqJElji6HSM2OBLK6QooA0LjYg5TYJLE7rca95u2/RKpMZ15WfW9Ri3qbFJRfiS0zbSQqvlf4w==",
42935 + "version": "2.0.4",
42936 + "resolved": "https://registry.npmjs.org/sync-content/-/sync-content-2.0.4.tgz",
42937 + "integrity": "sha512-w3ioiBmbaogob33WdLnuwFk+8tpePI58CTWKqtdAgEqc2hfGuSwP02gPETqNX/3PLS5skv5a1wQR0gbaa2W0XQ==",
42938 "dev": true,
42939 "license": "BlueOak-1.0.0",
42940 "dependencies": {
42889 - "glob": "^13.0.0",
42941 + "glob": "^13.0.1",
42942 "mkdirp": "^3.0.1",
42943 "path-scurry": "^2.0.0",
42892 - "rimraf": "^6.0.0",
42893 - "tshy": "^3.1.0"
42944 + "rimraf": "^6.0.0"
42945 },
42946 "bin": {
42947 "sync-content": "dist/esm/bin.mjs"
@@ -42903,13 +42954,13 @@
42954 }
42955 },
42956 "node_modules/sync-content/node_modules/glob": {
42906 - "version": "13.0.0",
42907 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
42908 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
42957 + "version": "13.0.1",
42958 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
42959 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
42960 "dev": true,
42961 "license": "BlueOak-1.0.0",
42962 "dependencies": {
42912 - "minimatch": "^10.1.1",
42963 + "minimatch": "^10.1.2",
42964 "minipass": "^7.1.2",
42965 "path-scurry": "^2.0.0"
42966 },
@@ -42921,9 +42972,9 @@
42972 }
42973 },
42974 "node_modules/sync-content/node_modules/lru-cache": {
42924 - "version": "11.2.4",
42925 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
42926 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
42975 + "version": "11.2.5",
42976 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
42977 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
42978 "dev": true,
42979 "license": "BlueOak-1.0.0",
42980 "engines": {
@@ -43060,31 +43111,31 @@
43111 }
43112 },
43113 "node_modules/tap": {
43063 - "version": "21.5.0",
43064 - "resolved": "https://registry.npmjs.org/tap/-/tap-21.5.0.tgz",
43065 - "integrity": "sha512-nCTEk5fle5DaI9LV+PjA2r8g0o7HNg9w7Acv8PT1y3S4qZzX858nImeARVaRo3NSdXMhkMj4twhoaG9DXjt50g==",
43114 + "version": "21.5.1",
43115 + "resolved": "https://registry.npmjs.org/tap/-/tap-21.5.1.tgz",
43116 + "integrity": "sha512-uhS20sTR4Q+/T2ovawxgVLjdsTQuU+xFz9htRwlx5jwkaWiv+1xes/0ZW5IlO+hlQp9iQH3rj30FNRlnN2ZVtw==",
43117 "dev": true,
43118 "license": "BlueOak-1.0.0",
43119 "dependencies": {
43069 - "@tapjs/after": "3.3.0",
43070 - "@tapjs/after-each": "4.3.0",
43071 - "@tapjs/asserts": "4.3.0",
43072 - "@tapjs/before": "4.3.0",
43073 - "@tapjs/before-each": "4.3.0",
43074 - "@tapjs/chdir": "3.3.0",
43075 - "@tapjs/core": "4.4.0",
43076 - "@tapjs/filter": "4.3.0",
43077 - "@tapjs/fixture": "4.3.0",
43078 - "@tapjs/intercept": "4.3.0",
43079 - "@tapjs/mock": "4.3.0",
43080 - "@tapjs/node-serialize": "4.3.0",
43081 - "@tapjs/run": "4.4.0",
43082 - "@tapjs/snapshot": "4.3.0",
43083 - "@tapjs/spawn": "4.3.0",
43084 - "@tapjs/stdin": "4.3.0",
43085 - "@tapjs/test": "4.3.0",
43086 - "@tapjs/typescript": "3.5.0",
43087 - "@tapjs/worker": "4.3.0",
43120 + "@tapjs/after": "3.3.1",
43121 + "@tapjs/after-each": "4.3.1",
43122 + "@tapjs/asserts": "4.3.1",
43123 + "@tapjs/before": "4.3.1",
43124 + "@tapjs/before-each": "4.3.1",
43125 + "@tapjs/chdir": "3.3.1",
43126 + "@tapjs/core": "4.4.1",
43127 + "@tapjs/filter": "4.3.1",
43128 + "@tapjs/fixture": "4.3.1",
43129 + "@tapjs/intercept": "4.3.1",
43130 + "@tapjs/mock": "4.3.1",
43131 + "@tapjs/node-serialize": "4.3.1",
43132 + "@tapjs/run": "4.4.1",
43133 + "@tapjs/snapshot": "4.3.1",
43134 + "@tapjs/spawn": "4.3.1",
43135 + "@tapjs/stdin": "4.3.1",
43136 + "@tapjs/test": "4.3.1",
43137 + "@tapjs/typescript": "3.5.1",
43138 + "@tapjs/worker": "4.3.1",
43139 "resolve-import": "^2.1.1"
43140 },
43141 "bin": {
@@ -43692,26 +43743,27 @@
43743 }
43744 },
43745 "node_modules/tshy": {
43695 - "version": "3.1.0",
43696 - "resolved": "https://registry.npmjs.org/tshy/-/tshy-3.1.0.tgz",
43697 - "integrity": "sha512-DPBaaJSqcKFLSHTiqm3Xl2Phl7m1RtLNMe7J8qyoYO+tb2EW+txRp2NHR746GcrVicUUcNzfpm0yU1suQHRIwQ==",
43746 + "version": "3.2.0",
43747 + "resolved": "https://registry.npmjs.org/tshy/-/tshy-3.2.0.tgz",
43748 + "integrity": "sha512-/HqAZP+2lAn3P6t4IwnkseP6WPiRmv5fNirXzGA4YB15XJ3YXM7maQd1OBAEKlU3kek2iEO3VzQ/gzMhXlvAIA==",
43749 "dev": true,
43750 "license": "BlueOak-1.0.0",
43751 "dependencies": {
43752 "chalk": "^5.6.2",
43753 "chokidar": "^4.0.3",
43703 - "foreground-child": "^3.3.1",
43754 + "foreground-child": "^4.0.0",
43755 + "jsonc-simple-parser": "^3.0.0",
43756 "minimatch": "^10.0.3",
43757 "mkdirp": "^3.0.1",
43758 "polite-json": "^5.0.0",
43707 - "resolve-import": "^2.0.0",
43708 - "rimraf": "^6.0.1",
43709 - "sync-content": "^2.0.1",
43759 + "resolve-import": "^2.1.1",
43760 + "rimraf": "^6.1.2",
43761 + "sync-content": "^2.0.3",
43762 "typescript": "^5.9.3",
43763 "walk-up-path": "^4.0.0"
43764 },
43765 "bin": {
43714 - "tshy": "dist/esm/index.js"
43766 + "tshy": "dist/esm/bin-min.mjs"
43767 },
43768 "engines": {
43769 "node": "20 || >=22"
@@ -43733,14 +43785,30 @@
43785 "url": "https://paulmillr.com/funding/"
43786 }
43787 },
43788 + "node_modules/tshy/node_modules/foreground-child": {
43789 + "version": "4.0.3",
43790 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-4.0.3.tgz",
43791 + "integrity": "sha512-yeXZaNbCBGaT9giTpLPBdtedzjwhlJBUoL/R4BVQU5mn0TQXOHwVIl1Q2DMuBIdNno4ktA1abZ7dQFVxD6uHxw==",
43792 + "dev": true,
43793 + "license": "BlueOak-1.0.0",
43794 + "dependencies": {
43795 + "signal-exit": "^4.0.1"
43796 + },
43797 + "engines": {
43798 + "node": ">=16"
43799 + },
43800 + "funding": {
43801 + "url": "https://github.com/sponsors/isaacs"
43802 + }
43803 + },
43804 "node_modules/tshy/node_modules/glob": {
43737 - "version": "13.0.0",
43738 - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
43739 - "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
43805 + "version": "13.0.1",
43806 + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
43807 + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
43808 "dev": true,
43809 "license": "BlueOak-1.0.0",
43810 "dependencies": {
43743 - "minimatch": "^10.1.1",
43811 + "minimatch": "^10.1.2",
43812 "minipass": "^7.1.2",
43813 "path-scurry": "^2.0.0"
43814 },
@@ -43752,9 +43820,9 @@
43820 }
43821 },
43822 "node_modules/tshy/node_modules/lru-cache": {
43755 - "version": "11.2.4",
43756 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
43757 - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
43823 + "version": "11.2.5",
43824 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
43825 + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
43826 "dev": true,
43827 "license": "BlueOak-1.0.0",
43828 "engines": {
@@ -43828,6 +43896,19 @@
43896 "url": "https://github.com/sponsors/isaacs"
43897 }
43898 },
43899 + "node_modules/tshy/node_modules/signal-exit": {
43900 + "version": "4.1.0",
43901 + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
43902 + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
43903 + "dev": true,
43904 + "license": "ISC",
43905 + "engines": {
43906 + "node": ">=14"
43907 + },
43908 + "funding": {
43909 + "url": "https://github.com/sponsors/isaacs"
43910 + }
43911 + },
43912 "node_modules/tshy/node_modules/walk-up-path": {
43913 "version": "4.0.0",
43914 "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz",