deps: bump the dependency-updates group with 16 updates (#1707)

Bumps the dependency-updates group with 16 updates: | Package | From | To | | --- | --- | --- | | [@mdx-js/mdx](https://github.com/mdx-js/mdx/tree/HEAD/packages/mdx) | `3.1.0` | `3.1.1` | | [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.1.0` | `3.1.1` | | [@primer/octicons-react](https://github.com/primer/octicons) | `19.15.5` | `19.17.0` | | [gatsby](https://github.com/gatsbyjs/gatsby) | `5.14.6` | `5.15.0` | | [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) | `5.14.0` | `5.15.0` | | [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) | `5.14.1` | `5.15.0` | | [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) | `6.14.0` | `6.15.0` | | [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) | `6.14.0` | `6.15.0` | | [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) | `5.14.0` | `5.15.0` | | [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) | `5.14.0` | `5.15.0` | | [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `8.1.1` | `8.2.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.3.0` | `10.3.1` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.0.5` | `30.1.2` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.5` | `30.1.3` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.5` | `30.1.2` | | [pacote](https://github.com/npm/pacote) | `21.0.0` | `21.0.1` | Updates `@mdx-js/mdx` from 3.1.0 to 3.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@​mdx-js/mdx</code>'s releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <h4>Fix</h4> <ul> <li>3cad7d7e <code>@mdx-js/mdx</code>: add dependency on <code>acorn</code></li> <li>0dc4472f <code>@mdx-js/esbuild</code>: fix crash with esbuild loader and <code>jsx</code> option by <a href="https://github.com/egnor"><code>@​egnor</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2593">mdx-js/mdx#2593</a></li> <li>84ec66ef <code>@mdx-js/esbuild</code>: refactor to improve error conversion in esbuild by <a href="https://github.com/egnor"><code>@​egnor</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2595">mdx-js/mdx#2595</a></li> <li>2b3381a8 <code>@mdx-js/rollup</code>: fix support for query parameters in Vite by <a href="https://github.com/markdalgleish"><code>@​markdalgleish</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2629">mdx-js/mdx#2629</a></li> </ul> <h4>Types</h4> <ul> <li>933ab444 <code>@mdx-js/mdx</code>: add <code>attributes</code> to export/import declarations</li> </ul> <h4>Docs</h4> <ul> <li>c156a1f6 Add <code>rehype-mdx-toc</code> to list of plugin by <a href="https://github.com/boning-w"><code>@​boning-w</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2622">mdx-js/mdx#2622</a></li> <li>913659c8 Add <code>recma-module-to-function</code> to list of plugins by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2605">mdx-js/mdx#2605</a></li> <li>67fb1d07 Remove unneeded JSX type casting in docs, tests</li> <li>f0d20da8 Remove local use of <code>JSX</code> by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2604">mdx-js/mdx#2604</a></li> <li>63f39cea Remove references to twitter</li> <li>35ac59dd Refactor some docs regarding recma plugins</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/3.1.0...3.1.1">https://github.com/mdx-js/mdx/compare/3.1.0...3.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/mdx/commit/50aa8df0b027c893dec9f97a2b7c51539e9f1a4b"><code>50aa8df</code></a> 3.1.1</li> <li><a href="https://github.com/mdx-js/mdx/commit/3cad7d7ebadc9efe5e3ccf1b0348a039e85bd42f"><code>3cad7d7</code></a> mdx: add dependency on <code>acorn</code></li> <li><a href="https://github.com/mdx-js/mdx/commit/def2cba53c2f902bef8d6681ec8def25f19fd305"><code>def2cba</code></a> Update dev-dependencies</li> <li><a href="https://github.com/mdx-js/mdx/commit/933ab4442a648ff70aa15e66a023980d1531202e"><code>933ab44</code></a> Add <code>attributes</code> to export/import declarations</li> <li><a href="https://github.com/mdx-js/mdx/commit/35ac59ddd5b5b5b32626a59dcb2f9a3c8a00953c"><code>35ac59d</code></a> Refactor some docs regarding recma plugins</li> <li><a href="https://github.com/mdx-js/mdx/commit/e587c8c9d422ed9bfec84d643602b930ef612e72"><code>e587c8c</code></a> Update <code>remark-preset-wooorm</code></li> <li><a href="https://github.com/mdx-js/mdx/commit/d3b2f3d4ac2b96fe2e39395caac24e68f039fabf"><code>d3b2f3d</code></a> Update dev-dependencies</li> <li>See full diff in <a href="https://github.com/mdx-js/mdx/commits/3.1.1/packages/mdx">compare view</a></li> </ul> </details> <br /> Updates `@mdx-js/react` from 3.1.0 to 3.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@​mdx-js/react</code>'s releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <h4>Fix</h4> <ul> <li>3cad7d7e <code>@mdx-js/mdx</code>: add dependency on <code>acorn</code></li> <li>0dc4472f <code>@mdx-js/esbuild</code>: fix crash with esbuild loader and <code>jsx</code> option by <a href="https://github.com/egnor"><code>@​egnor</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2593">mdx-js/mdx#2593</a></li> <li>84ec66ef <code>@mdx-js/esbuild</code>: refactor to improve error conversion in esbuild by <a href="https://github.com/egnor"><code>@​egnor</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2595">mdx-js/mdx#2595</a></li> <li>2b3381a8 <code>@mdx-js/rollup</code>: fix support for query parameters in Vite by <a href="https://github.com/markdalgleish"><code>@​markdalgleish</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2629">mdx-js/mdx#2629</a></li> </ul> <h4>Types</h4> <ul> <li>933ab444 <code>@mdx-js/mdx</code>: add <code>attributes</code> to export/import declarations</li> </ul> <h4>Docs</h4> <ul> <li>c156a1f6 Add <code>rehype-mdx-toc</code> to list of plugin by <a href="https://github.com/boning-w"><code>@​boning-w</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2622">mdx-js/mdx#2622</a></li> <li>913659c8 Add <code>recma-module-to-function</code> to list of plugins by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2605">mdx-js/mdx#2605</a></li> <li>67fb1d07 Remove unneeded JSX type casting in docs, tests</li> <li>f0d20da8 Remove local use of <code>JSX</code> by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2604">mdx-js/mdx#2604</a></li> <li>63f39cea Remove references to twitter</li> <li>35ac59dd Refactor some docs regarding recma plugins</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/3.1.0...3.1.1">https://github.com/mdx-js/mdx/compare/3.1.0...3.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/mdx/commit/50aa8df0b027c893dec9f97a2b7c51539e9f1a4b"><code>50aa8df</code></a> 3.1.1</li> <li><a href="https://github.com/mdx-js/mdx/commit/67fb1d07d9b648d953d93d063a6eb5588d6c6d58"><code>67fb1d0</code></a> Remove unneeded JSX type casting in docs, tests</li> <li><a href="https://github.com/mdx-js/mdx/commit/f0d20da86dcc8d78b90daddae7ae8ef1fcb5eacb"><code>f0d20da</code></a> Remove local use of <code>JSX</code></li> <li><a href="https://github.com/mdx-js/mdx/commit/e587c8c9d422ed9bfec84d643602b930ef612e72"><code>e587c8c</code></a> Update <code>remark-preset-wooorm</code></li> <li>See full diff in <a href="https://github.com/mdx-js/mdx/commits/3.1.1/packages/react">compare view</a></li> </ul> </details> <br /> Updates `@primer/octicons-react` from 19.15.5 to 19.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/octicons/releases"><code>@​primer/octicons-react</code>'s releases</a>.</em></p> <blockquote> <h2>v19.17.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1115">#1115</a> <a href="https://github.com/primer/octicons/commit/59a4abf40334cbab7ec76e323255b44fd4ea4a95"><code>59a4abf4</code></a> Thanks <a href="https://github.com/CameronFoxly"><code>@​CameronFoxly</code></a>! - Save mcp-16.svg, mcp-24.svg</li> </ul> <h2>v19.16.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1107">#1107</a> <a href="https://github.com/primer/octicons/commit/4073a52102527e8e894501314c38c6e100d4f5d0"><code>4073a521</code></a> Thanks <a href="https://github.com/CameronFoxly"><code>@​CameronFoxly</code></a>! - Add minimize-16.svg, maximize-16.svg, maximize-24.svg, minimize-24.svg</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1112">#1112</a> <a href="https://github.com/primer/octicons/commit/36fd097f885eb22118417458b6d7b5f4c8e8566c"><code>36fd097f</code></a> Thanks <a href="https://github.com/lukasoppermann"><code>@​lukasoppermann</code></a>! - Adjusted alignment of repo delete, locked and push icon in 16px and 24px</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/primer/octicons/blob/main/CHANGELOG.md"><code>@​primer/octicons-react</code>'s changelog</a>.</em></p> <blockquote> <h2>19.17.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1115">#1115</a> <a href="https://github.com/primer/octicons/commit/59a4abf40334cbab7ec76e323255b44fd4ea4a95"><code>59a4abf4</code></a> Thanks <a href="https://github.com/CameronFoxly"><code>@​CameronFoxly</code></a>! - Save mcp-16.svg, mcp-24.svg</li> </ul> <h2>19.16.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1107">#1107</a> <a href="https://github.com/primer/octicons/commit/4073a52102527e8e894501314c38c6e100d4f5d0"><code>4073a521</code></a> Thanks <a href="https://github.com/CameronFoxly"><code>@​CameronFoxly</code></a>! - Add minimize-16.svg, maximize-16.svg, maximize-24.svg, minimize-24.svg</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1112">#1112</a> <a href="https://github.com/primer/octicons/commit/36fd097f885eb22118417458b6d7b5f4c8e8566c"><code>36fd097f</code></a> Thanks <a href="https://github.com/lukasoppermann"><code>@​lukasoppermann</code></a>! - Adjusted alignment of repo delete, locked and push icon in 16px and 24px</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/octicons/commit/4e81c9d31cec841da61923e6ade662769f4d8cde"><code>4e81c9d</code></a> Version Packages (<a href="https://redirect.github.com/primer/octicons/issues/1116">#1116</a>)</li> <li><a href="https://github.com/primer/octicons/commit/59a4abf40334cbab7ec76e323255b44fd4ea4a95"><code>59a4abf</code></a> Save mcp-16.svg, mcp-24.svg (<a href="https://redirect.github.com/primer/octicons/issues/1115">#1115</a>)</li> <li><a href="https://github.com/primer/octicons/commit/52369b2665225e66366c5b9feb5be26a371ba75f"><code>52369b2</code></a> Version Packages (<a href="https://redirect.github.com/primer/octicons/issues/1108">#1108</a>)</li> <li><a href="https://github.com/primer/octicons/commit/36fd097f885eb22118417458b6d7b5f4c8e8566c"><code>36fd097</code></a> Adjusted alignment of repo delete, locked and push icon in 16 and 24px (<a href="https://redirect.github.com/primer/octicons/issues/1112">#1112</a>)</li> <li><a href="https://github.com/primer/octicons/commit/50d83e5521dd8653f6475fa6e829863f1135d636"><code>50d83e5</code></a> Bump braces from 2.3.1 to 3.0.3 (<a href="https://redirect.github.com/primer/octicons/issues/1106">#1106</a>)</li> <li><a href="https://github.com/primer/octicons/commit/31f28cb66bebae991d1533142494b71793b31af2"><code>31f28cb</code></a> Bump sha.js from 2.4.11 to 2.4.12 in /lib/octicons_styled (<a href="https://redirect.github.com/primer/octicons/issues/1109">#1109</a>)</li> <li><a href="https://github.com/primer/octicons/commit/4073a52102527e8e894501314c38c6e100d4f5d0"><code>4073a52</code></a> Add minimize-16.svg, maximize-16.svg, maximize-24.svg, minimize-24.svg (<a href="https://redirect.github.com/primer/octicons/issues/1107">#1107</a>)</li> <li><a href="https://github.com/primer/octicons/commit/0a5cc76d7d42e2f95ae189bbd96ca407979da163"><code>0a5cc76</code></a> Bump next from 14.2.26 to 14.2.30 in /lib/octicons_react (<a href="https://redirect.github.com/primer/octicons/issues/1094">#1094</a>)</li> <li><a href="https://github.com/primer/octicons/commit/ff730e84035c553786059d5d73fcb65c1418aad2"><code>ff730e8</code></a> Bump pbkdf2 from 3.1.2 to 3.1.3 in /lib/octicons_styled (<a href="https://redirect.github.com/primer/octicons/issues/1095">#1095</a>)</li> <li>See full diff in <a href="https://github.com/primer/octicons/compare/v19.15.5...v19.17.0">compare view</a></li> </ul> </details> <br /> Updates `gatsby` from 5.14.6 to 5.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby's releases</a>.</em></p> <blockquote> <h2>gatsby@5.15.0</h2> <h2>What's Changed</h2> <ul> <li>fix: support node 22 by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39349">gatsbyjs/gatsby#39349</a></li> <li>fix(gatsby): update socket.io to address vulnerable subdeps by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39352">gatsbyjs/gatsby#39352</a></li> </ul> <h2>Node.js 22</h2> <p>This release formally introduces Node.js 22 support, which is officially tested and supported going forward.</p> <p>If you wish to use Node.js 22 with Gatsby, we highly recommend using the <em>latest</em> 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.</p> <h3>⚠️ Known Issue: <code>gatsby develop</code> fails with Node.js 22.7.0, 22.8.0, and 22.9.0</h3> <p>There is a critical bug in Node.js (<a href="https://redirect.github.com/nodejs/node/issues/55145">nodejs/node#55145</a>?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes <code>gatsby develop</code> to fail with the error reported in <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39068">gatsbyjs/gatsby#39068</a>.</p> <p>👉🏼 To avoid this, <strong>use Node.js 22.10.0 or later</strong>. (You can also use 22.6.0 or earlier.)</p> <h3>⚠️ Known Issue: Page loads may hang in dev with experimental <code>DEV_SSR</code> enabled <em>and</em> Node.js ≥22.14.0 (or ≥20.19.0)</h3> <p>This will not affect most users.</p> <p>A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the <code>gatsby develop</code> dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental <code>DEV_SSR</code> flag.</p> <p>👉🏼 To avoid this, <strong>disable the experimental <code>DEV_SSR</code> flag</strong>. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)</p> <h2>New Contributors</h2> <p>Thank you!</p> <ul> <li><a href="https://github.com/pajosieg"><code>@​pajosieg</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li> <li><a href="https://github.com/johnmurphy01"><code>@​johnmurphy01</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39324">gatsbyjs/gatsby#39324</a></li> <li><a href="https://github.com/shrisoundharyaa"><code>@​shrisoundharyaa</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39286">gatsbyjs/gatsby#39286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/7451d2ff56c46b4d9ceebbb6e830fa83fcd29e5b"><code>7451d2f</code></a> fix: support node 22 (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39349">#39349</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/c3708b068abba3a26e5cf229d6d4dc5813884acd"><code>c3708b0</code></a> chore: remove Gatsby Discord references (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39351">#39351</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/6ba3b68c216eead13e0f12d3dcf459e22e6cc8be"><code>6ba3b68</code></a> fix(gatsby): update socket.io to address vulnerable subdeps (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39352">#39352</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/19a80152283b8438334a5b81610cd751a649c941"><code>19a8015</code></a> chore(renovate): remove invalid option</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/f7321900be8e879042c3b51566acd52ecf4f5a6f"><code>f732190</code></a> chore: simplify Renovate setup (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39339">#39339</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/1711f91c703e3de1c5166d75ec4033631007b09e"><code>1711f91</code></a> chore: relocate deprecated packages (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39350">#39350</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/647ea2cfa54a17852b1fe867db096e676e79756a"><code>647ea2c</code></a> ci: improve parallelisation of jobs (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39354">#39354</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/d3ec326bfa4b860d05c0cfc834c96c87935b1dc5"><code>d3ec326</code></a> fix(deps): update starters and examples - gatsby (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39267">#39267</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/79a8689bc5cd7a5f70164c373a9401ea0b717bb5"><code>79a8689</code></a> chore(changelogs): update changelogs (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39346">#39346</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">compare view</a></li> </ul> </details> <br /> Updates `gatsby-plugin-manifest` from 5.14.0 to 5.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-plugin-manifest's releases</a>.</em></p> <blockquote> <h2>gatsby@5.15.0</h2> <h2>What's Changed</h2> <ul> <li>fix: support node 22 by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39349">gatsbyjs/gatsby#39349</a></li> <li>fix(gatsby): update socket.io to address vulnerable subdeps by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39352">gatsbyjs/gatsby#39352</a></li> </ul> <h2>Node.js 22</h2> <p>This release formally introduces Node.js 22 support, which is officially tested and supported going forward.</p> <p>If you wish to use Node.js 22 with Gatsby, we highly recommend using the <em>latest</em> 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.</p> <h3>⚠️ Known Issue: <code>gatsby develop</code> fails with Node.js 22.7.0, 22.8.0, and 22.9.0</h3> <p>There is a critical bug in Node.js (<a href="https://redirect.github.com/nodejs/node/issues/55145">nodejs/node#55145</a>?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes <code>gatsby develop</code> to fail with the error reported in <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39068">gatsbyjs/gatsby#39068</a>.</p> <p>👉🏼 To avoid this, <strong>use Node.js 22.10.0 or later</strong>. (You can also use 22.6.0 or earlier.)</p> <h3>⚠️ Known Issue: Page loads may hang in dev with experimental <code>DEV_SSR</code> enabled <em>and</em> Node.js ≥22.14.0 (or ≥20.19.0)</h3> <p>This will not affect most users.</p> <p>A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the <code>gatsby develop</code> dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental <code>DEV_SSR</code> flag.</p> <p>👉🏼 To avoid this, <strong>disable the experimental <code>DEV_SSR</code> flag</strong>. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)</p> <h2>New Contributors</h2> <p>Thank you!</p> <ul> <li><a href="https://github.com/pajosieg"><code>@​pajosieg</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li> <li><a href="https://github.com/johnmurphy01"><code>@​johnmurphy01</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39324">gatsbyjs/gatsby#39324</a></li> <li><a href="https://github.com/shrisoundharyaa"><code>@​shrisoundharyaa</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39286">gatsbyjs/gatsby#39286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0</a></p> <h2>gatsby@5.14.6</h2> <p>2025-08-06</p> <h2>What's Changed</h2> <ul> <li>fix: don't treat timestamps as dynamic paths (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest/issues/39340">#39340</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39341">gatsbyjs/gatsby#39341</a></li> <li>fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest/issues/39343">#39343</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39345">gatsbyjs/gatsby#39345</a> <ul> <li>This fixes npm install errors/warnings with Node.js 18 that look like <code>error glob@11.0.3: The engine &quot;node&quot; is incompatible with this module. Expected version &quot;20 || &gt;=22&quot;. Got &quot;18.6.0&quot;</code></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6</a></p> <h2>gatsby@5.14.5</h2> <p>2025-06-19</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md">gatsby-plugin-manifest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.15.0/packages/gatsby-plugin-manifest">5.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <p><strong>Note:</strong> Version bump only for package gatsby-plugin-manifest</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.15.0/packages/gatsby-plugin-manifest">compare view</a></li> </ul> </details> <br /> Updates `gatsby-plugin-mdx` from 5.14.1 to 5.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-plugin-mdx's releases</a>.</em></p> <blockquote> <h2>gatsby@5.15.0</h2> <h2>What's Changed</h2> <ul> <li>fix: support node 22 by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39349">gatsbyjs/gatsby#39349</a></li> <li>fix(gatsby): update socket.io to address vulnerable subdeps by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39352">gatsbyjs/gatsby#39352</a></li> </ul> <h2>Node.js 22</h2> <p>This release formally introduces Node.js 22 support, which is officially tested and supported going forward.</p> <p>If you wish to use Node.js 22 with Gatsby, we highly recommend using the <em>latest</em> 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.</p> <h3>⚠️ Known Issue: <code>gatsby develop</code> fails with Node.js 22.7.0, 22.8.0, and 22.9.0</h3> <p>There is a critical bug in Node.js (<a href="https://redirect.github.com/nodejs/node/issues/55145">nodejs/node#55145</a>?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes <code>gatsby develop</code> to fail with the error reported in <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39068">gatsbyjs/gatsby#39068</a>.</p> <p>👉🏼 To avoid this, <strong>use Node.js 22.10.0 or later</strong>. (You can also use 22.6.0 or earlier.)</p> <h3>⚠️ Known Issue: Page loads may hang in dev with experimental <code>DEV_SSR</code> enabled <em>and</em> Node.js ≥22.14.0 (or ≥20.19.0)</h3> <p>This will not affect most users.</p> <p>A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the <code>gatsby develop</code> dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental <code>DEV_SSR</code> flag.</p> <p>👉🏼 To avoid this, <strong>disable the experimental <code>DEV_SSR</code> flag</strong>. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)</p> <h2>New Contributors</h2> <p>Thank you!</p> <ul> <li><a href="https://github.com/pajosieg"><code>@​pajosieg</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li> <li><a href="https://github.com/johnmurphy01"><code>@​johnmurphy01</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39324">gatsbyjs/gatsby#39324</a></li> <li><a href="https://github.com/shrisoundharyaa"><code>@​shrisoundharyaa</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39286">gatsbyjs/gatsby#39286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0</a></p> <h2>gatsby@5.14.6</h2> <p>2025-08-06</p> <h2>What's Changed</h2> <ul> <li>fix: don't treat timestamps as dynamic paths (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx/issues/39340">#39340</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39341">gatsbyjs/gatsby#39341</a></li> <li>fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx/issues/39343">#39343</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39345">gatsbyjs/gatsby#39345</a> <ul> <li>This fixes npm install errors/warnings with Node.js 18 that look like <code>error glob@11.0.3: The engine &quot;node&quot; is incompatible with this module. Expected version &quot;20 || &gt;=22&quot;. Got &quot;18.6.0&quot;</code></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6</a></p> <h2>gatsby@5.14.5</h2> <p>2025-06-19</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md">gatsby-plugin-mdx's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.15.0/packages/gatsby-plugin-mdx">5.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <h4>Bug Fixes</h4> <ul> <li>pin webpack <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39264">#39264</a> (<a href="https://github.com/gatsbyjs/gatsby/commit/dae80818db95d2923ce40fc4292d6d91fbe1d75a">dae8081</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e8e17e774c4a90333a2277b44733bb4b48f2e102"><code>e8e17e7</code></a> chore(release): Publish next</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/6182b72d31bc37b390252ba759c65056d42ee5c6"><code>6182b72</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx/issues/39268">#39268</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/dae80818db95d2923ce40fc4292d6d91fbe1d75a"><code>dae8081</code></a> fix: pin webpack (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx/issues/39264">#39264</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.15.0/packages/gatsby-plugin-mdx">compare view</a></li> </ul> </details> <br /> Updates `gatsby-plugin-postcss` from 6.14.0 to 6.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-plugin-postcss's releases</a>.</em></p> <blockquote> <h2>gatsby-source-wordpress@7.13.5 and 6 more...</h2> <p>2024-08-26</p> <h2>Updated packages</h2> <ul> <li>gatsby-source-wordpress@7.13.5</li> <li>gatsby-remark-responsive-iframe@6.13.2</li> <li>gatsby-remark-prismjs@7.13.2</li> <li>gatsby-remark-images@7.13.2</li> <li>gatsby-remark-images@6.13.2</li> <li>gatsby-remark-graphviz@5.13.2</li> <li>gatsby-remark-copy-linked-files@6.13.2</li> <li>gatsby-plugin-offline@6.13.3</li> </ul> <h2>What's Changed</h2> <ul> <li>fix: pin cheerio (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss/issues/39066">#39066</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39069">gatsbyjs/gatsby#39069</a></li> </ul> <p>See full release notes: <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39070">gatsbyjs/gatsby#39070</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-postcss/CHANGELOG.md">gatsby-plugin-postcss's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.15.0/packages/gatsby-plugin-postcss">6.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <p><strong>Note:</strong> Version bump only for package gatsby-plugin-postcss</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.15.0/packages/gatsby-plugin-postcss">compare view</a></li> </ul> </details> <br /> Updates `gatsby-plugin-styled-components` from 6.14.0 to 6.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-plugin-styled-components's releases</a>.</em></p> <blockquote> <h2>gatsby-source-wordpress@7.13.5 and 6 more...</h2> <p>2024-08-26</p> <h2>Updated packages</h2> <ul> <li>gatsby-source-wordpress@7.13.5</li> <li>gatsby-remark-responsive-iframe@6.13.2</li> <li>gatsby-remark-prismjs@7.13.2</li> <li>gatsby-remark-images@7.13.2</li> <li>gatsby-remark-images@6.13.2</li> <li>gatsby-remark-graphviz@5.13.2</li> <li>gatsby-remark-copy-linked-files@6.13.2</li> <li>gatsby-plugin-offline@6.13.3</li> </ul> <h2>What's Changed</h2> <ul> <li>fix: pin cheerio (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components/issues/39066">#39066</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39069">gatsbyjs/gatsby#39069</a></li> </ul> <p>See full release notes: <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39070">gatsbyjs/gatsby#39070</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md">gatsby-plugin-styled-components's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.15.0/packages/gatsby-plugin-styled-components">6.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <p><strong>Note:</strong> Version bump only for package gatsby-plugin-styled-components</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.15.0/packages/gatsby-plugin-styled-components">compare view</a></li> </ul> </details> <br /> Updates `gatsby-source-filesystem` from 5.14.0 to 5.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-source-filesystem's releases</a>.</em></p> <blockquote> <h2>gatsby@5.15.0</h2> <h2>What's Changed</h2> <ul> <li>fix: support node 22 by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39349">gatsbyjs/gatsby#39349</a></li> <li>fix(gatsby): update socket.io to address vulnerable subdeps by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39352">gatsbyjs/gatsby#39352</a></li> </ul> <h2>Node.js 22</h2> <p>This release formally introduces Node.js 22 support, which is officially tested and supported going forward.</p> <p>If you wish to use Node.js 22 with Gatsby, we highly recommend using the <em>latest</em> 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.</p> <h3>⚠️ Known Issue: <code>gatsby develop</code> fails with Node.js 22.7.0, 22.8.0, and 22.9.0</h3> <p>There is a critical bug in Node.js (<a href="https://redirect.github.com/nodejs/node/issues/55145">nodejs/node#55145</a>?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes <code>gatsby develop</code> to fail with the error reported in <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39068">gatsbyjs/gatsby#39068</a>.</p> <p>👉🏼 To avoid this, <strong>use Node.js 22.10.0 or later</strong>. (You can also use 22.6.0 or earlier.)</p> <h3>⚠️ Known Issue: Page loads may hang in dev with experimental <code>DEV_SSR</code> enabled <em>and</em> Node.js ≥22.14.0 (or ≥20.19.0)</h3> <p>This will not affect most users.</p> <p>A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the <code>gatsby develop</code> dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental <code>DEV_SSR</code> flag.</p> <p>👉🏼 To avoid this, <strong>disable the experimental <code>DEV_SSR</code> flag</strong>. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)</p> <h2>New Contributors</h2> <p>Thank you!</p> <ul> <li><a href="https://github.com/pajosieg"><code>@​pajosieg</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li> <li><a href="https://github.com/johnmurphy01"><code>@​johnmurphy01</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39324">gatsbyjs/gatsby#39324</a></li> <li><a href="https://github.com/shrisoundharyaa"><code>@​shrisoundharyaa</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39286">gatsbyjs/gatsby#39286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0</a></p> <h2>gatsby@5.14.6</h2> <p>2025-08-06</p> <h2>What's Changed</h2> <ul> <li>fix: don't treat timestamps as dynamic paths (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem/issues/39340">#39340</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39341">gatsbyjs/gatsby#39341</a></li> <li>fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem/issues/39343">#39343</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39345">gatsbyjs/gatsby#39345</a> <ul> <li>This fixes npm install errors/warnings with Node.js 18 that look like <code>error glob@11.0.3: The engine &quot;node&quot; is incompatible with this module. Expected version &quot;20 || &gt;=22&quot;. Got &quot;18.6.0&quot;</code></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6</a></p> <h2>gatsby@5.14.5</h2> <p>2025-06-19</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md">gatsby-source-filesystem's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.15.0/packages/gatsby-source-filesystem">5.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <h4>Bug Fixes</h4> <ul> <li>update dependency chokidar to ^3.6.0 <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39174">#39174</a> (<a href="https://github.com/gatsbyjs/gatsby/commit/571725239b77f2b0604b43be3e1aaaf9cda4a5d8">5717252</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/baa1b8e00780228d4f4bb7cb12624f1050bea894"><code>baa1b8e</code></a> chore(release): Publish next</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/571725239b77f2b0604b43be3e1aaaf9cda4a5d8"><code>5717252</code></a> fix(deps): update dependency chokidar to ^3.6.0 (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem/issues/39174">#39174</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.15.0/packages/gatsby-source-filesystem">compare view</a></li> </ul> </details> <br /> Updates `gatsby-transformer-yaml` from 5.14.0 to 5.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby-transformer-yaml's releases</a>.</em></p> <blockquote> <h2>gatsby@5.15.0</h2> <h2>What's Changed</h2> <ul> <li>fix: support node 22 by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39349">gatsbyjs/gatsby#39349</a></li> <li>fix(gatsby): update socket.io to address vulnerable subdeps by <a href="https://github.com/serhalp"><code>@​serhalp</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39352">gatsbyjs/gatsby#39352</a></li> </ul> <h2>Node.js 22</h2> <p>This release formally introduces Node.js 22 support, which is officially tested and supported going forward.</p> <p>If you wish to use Node.js 22 with Gatsby, we highly recommend using the <em>latest</em> 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.</p> <h3>⚠️ Known Issue: <code>gatsby develop</code> fails with Node.js 22.7.0, 22.8.0, and 22.9.0</h3> <p>There is a critical bug in Node.js (<a href="https://redirect.github.com/nodejs/node/issues/55145">nodejs/node#55145</a>?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes <code>gatsby develop</code> to fail with the error reported in <a href="https://redirect.github.com/gatsbyjs/gatsby/issues/39068">gatsbyjs/gatsby#39068</a>.</p> <p>👉🏼 To avoid this, <strong>use Node.js 22.10.0 or later</strong>. (You can also use 22.6.0 or earlier.)</p> <h3>⚠️ Known Issue: Page loads may hang in dev with experimental <code>DEV_SSR</code> enabled <em>and</em> Node.js ≥22.14.0 (or ≥20.19.0)</h3> <p>This will not affect most users.</p> <p>A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the <code>gatsby develop</code> dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental <code>DEV_SSR</code> flag.</p> <p>👉🏼 To avoid this, <strong>disable the experimental <code>DEV_SSR</code> flag</strong>. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)</p> <h2>New Contributors</h2> <p>Thank you!</p> <ul> <li><a href="https://github.com/pajosieg"><code>@​pajosieg</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li> <li><a href="https://github.com/johnmurphy01"><code>@​johnmurphy01</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39324">gatsbyjs/gatsby#39324</a></li> <li><a href="https://github.com/shrisoundharyaa"><code>@​shrisoundharyaa</code></a> made their first contribution in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39286">gatsbyjs/gatsby#39286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.6...gatsby@5.15.0</a></p> <h2>gatsby@5.14.6</h2> <p>2025-08-06</p> <h2>What's Changed</h2> <ul> <li>fix: don't treat timestamps as dynamic paths (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml/issues/39340">#39340</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39341">gatsbyjs/gatsby#39341</a></li> <li>fix: use forked devcert to avoid pulling transitive deps from its @types/* deps (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml/issues/39343">#39343</a>) by <a href="https://github.com/gatsbybot"><code>@​gatsbybot</code></a> in <a href="https://redirect.github.com/gatsbyjs/gatsby/pull/39345">gatsbyjs/gatsby#39345</a> <ul> <li>This fixes npm install errors/warnings with Node.js 18 that look like <code>error glob@11.0.3: The engine &quot;node&quot; is incompatible with this module. Expected version &quot;20 || &gt;=22&quot;. Got &quot;18.6.0&quot;</code></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6">https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.5...gatsby@5.14.6</a></p> <h2>gatsby@5.14.5</h2> <p>2025-06-19</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md">gatsby-transformer-yaml's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.15.0/packages/gatsby-transformer-yaml">5.15.0</a> (2025-08-27)</h2> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.15">🧾 Release notes</a></p> <p><strong>Note:</strong> Version bump only for package gatsby-transformer-yaml</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/e3d07175b0a0401cbbbcf0453a1b47747e084338"><code>e3d0717</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/17baffb1fb7333b8a45745b7d9a0bb4bb2f0f491"><code>17baffb</code></a> chore(release): Publish next pre-minor</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/5f44fcd4c2390afc1d3b35368bbacb45688fb821"><code>5f44fcd</code></a> chore(changelogs): update changelogs (<a href="https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml/issues/39156">#39156</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.15.0/packages/gatsby-transformer-yaml">compare view</a></li> </ul> </details> <br /> Updates `postcss-loader` from 8.1.1 to 8.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/postcss-loader/releases">postcss-loader's releases</a>.</em></p> <blockquote> <h2>v8.2.0</h2> <h2><a href="https://github.com/webpack-contrib/postcss-loader/compare/v8.1.1...v8.2.0">8.2.0</a> (2025-09-01)</h2> <h3>Features</h3> <ul> <li>update <code>jiti</code> from v1 to v2 (<a href="https://github.com/webpack-contrib/postcss-loader/commit/9c749746df8ddadbac3af60387dc562242350c9a">9c74974</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md">postcss-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/postcss-loader/compare/v8.1.1...v8.2.0">8.2.0</a> (2025-09-01)</h2> <h3>Features</h3> <ul> <li>update <code>jiti</code> from v1 to v2 (<a href="https://github.com/webpack-contrib/postcss-loader/commit/9c749746df8ddadbac3af60387dc562242350c9a">9c74974</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/522a07d96c3c4364e7fa6c9f35c04310e6ace055"><code>522a07d</code></a> chore(release): 8.2.0</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/9c749746df8ddadbac3af60387dc562242350c9a"><code>9c74974</code></a> feat: update <code>jiti</code> from v1 to v2</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/5a781e5d8a4e56676fc7b70b74169ea8adae7cc8"><code>5a781e5</code></a> chore: update github actions/checkout from v4 to v5 (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/709">#709</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/b29fde3deda7d7a00a104a33f288e1fc2fa0b56f"><code>b29fde3</code></a> chore: upgrade eslint from v8 to v9 (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/707">#707</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/cff095a323a9ace6001fec4baddc5a6ffc99619f"><code>cff095a</code></a> chore: update jest from v29 to v30 (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/705">#705</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/6f470db420f6febbea729080921050e8fe353226"><code>6f470db</code></a> docs: improving typos in ISSUE_TEMPLATE files (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/704">#704</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/36749e875381174a9a1a31c21b1d97e48bc3df03"><code>36749e8</code></a> docs: fix typos and improve clarity in README.md (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/703">#703</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/26de829b3afa1efecb62ccd867ce77a70ccb909f"><code>26de829</code></a> docs: fix typos and improve clarity in contribution guidelines (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/702">#702</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/61e14525393b9518f34718960d9a985b47354023"><code>61e1452</code></a> ci: add node v24 (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/701">#701</a>)</li> <li><a href="https://github.com/webpack-contrib/postcss-loader/commit/3bafede45fdab3c92c9043740fa94f61b961709c"><code>3bafede</code></a> chore: update codecov-action from v4 to v5 (<a href="https://redirect.github.com/webpack-contrib/postcss-loader/issues/698">#698</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/postcss-loader/compare/v8.1.1...v8.2.0">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 10.3.0 to 10.3.1 <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>10.3.1</h3> <p><em>August 27, 2025</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"><code>css-has-pseudo</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703"><code>7.0.3</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 `babel-jest` from 30.0.5 to 30.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">babel-jest's releases</a>.</em></p> <blockquote> <h2>30.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Correct snapshot header regexp to work with newline across OSes (<a href="https://redirect.github.com/jestjs/jest/pull/15803">#15803</a>)</li> </ul> <h2>30.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (<a href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li> </ul> <h2>30.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Configurable GC aggressiveness regarding to V8 heap snapshot generation (<a href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li> <li><code>[jest-runtime]</code> Reduce redundant ReferenceError messages</li> <li><code>[jest-core]</code> Include test modules that failed to load when --onlyFailures is active</li> </ul> <h3>Fixes</h3> <ul> <li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (<a href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li> <li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not working with <code>describe.skip</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li> <li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings</li> <li><code>[jest-runtime]</code> Importing from <code>@jest/globals</code> in more than one file no longer breaks relative paths (<a href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li> </ul> <h1>Chore</h1> <ul> <li><code>[expect]</code> Update docblock for <code>toContain()</code> to display info on substring check (<a href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">babel-jest's changelog</a>.</em></p> <blockquote> <h2>30.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Correct snapshot header regexp to work with newline across OSes (<a href="https://redirect.github.com/jestjs/jest/pull/15803">#15803</a>)</li> </ul> <h2>30.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (<a href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li> </ul> <h2>30.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Configurable GC aggressiveness regarding to V8 heap snapshot generation (<a href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li> <li><code>[jest-runtime]</code> Reduce redundant ReferenceError messages</li> <li><code>[jest-core]</code> Include test modules that failed to load when --onlyFailures is active</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (<a href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li> <li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not working with <code>describe.skip</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li> <li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings</li> <li><code>[jest-runtime]</code> Importing from <code>@jest/globals</code> in more than one file no longer breaks relative paths (<a href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li> </ul> <h1>Chore</h1> <ul> <li><code>[expect]</code> Update docblock for <code>toContain()</code> to display info on substring check (<a href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/ebfa31cc9787303e8698a1a029a162a18e8974aa"><code>ebfa31c</code></a> v30.1.2</li> <li><a href="https://github.com/jestjs/jest/commit/d347c0f3f87f976a1dbd9761d503e45f5ced2a7e"><code>d347c0f</code></a> v30.1.1</li> <li><a href="https://github.com/jestjs/jest/commit/4d5f41d0885c1d9630c81b4fd47f74ab0615e18f"><code>4d5f41d</code></a> v30.1.0</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v30.1.2/packages/babel-jest">compare view</a></li> </ul> </details> <br /> Updates `jest` from 30.0.5 to 30.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>30.1.3</h2> <h3>Fixes</h3> <ul> <li>Fix <code>unstable_mockModule</code> with <code>node:</code> prefixed core modules.</li> </ul> <h2>30.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Correct snapshot header regexp to work with newline across OSes (<a href="https://redirect.github.com/jestjs/jest/pull/15803">#15803</a>)</li> </ul> <h2>30.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (<a href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li> </ul> <h2>30.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Configurable GC aggressiveness regarding to V8 heap snapshot generation (<a href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li> <li><code>[jest-runtime]</code> Reduce redundant ReferenceError messages</li> <li><code>[jest-core]</code> Include test modules that failed to load when --onlyFailures is active</li> </ul> <h3>Fixes</h3> <ul> <li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (<a href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li> <li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not working with <code>describe.skip</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li> <li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings</li> <li><code>[jest-runtime]</code> Importing from <code>@jest/globals</code> in more than one file no longer breaks relative paths (<a href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li> </ul> <h1>Chore</h1> <ul> <li><code>[expect]</code> Update docblock for <code>toContain()</code> to display info on substring check (<a href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>30.1.3</h2> <h3>Fixes</h3> <ul> <li>Fix <code>unstable_mockModule</code> with <code>node:</code> prefixed core modules.</li> </ul> <h2>30.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Correct snapshot header regexp to work with newline across OSes (<a href="https://redirect.github.com/jestjs/jest/pull/15803">#15803</a>)</li> </ul> <h2>30.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (<a href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li> </ul> <h2>30.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Configurable GC aggressiveness regarding to V8 heap snapshot generation (<a href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li> <li><code>[jest-runtime]</code> Reduce redundant ReferenceError messages</li> <li><code>[jest-core]</code> Include test modules that failed to load when --onlyFailures is active</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (<a href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li> <li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not working with <code>describe.skip</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li> <li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings</li> <li><code>[jest-runtime]</code> Importing from <code>@jest/globals</code> in more than one file no longer breaks relative paths (<a href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li> </ul> <h1>Chore</h1> <ul> <li><code>[expect]</code> Update docblock for <code>toContain()</code> to display info on substring check (<a href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/da9b532f04632367b0df15a842280501f225b732"><code>da9b532</code></a> v30.1.3</li> <li><a href="https://github.com/jestjs/jest/commit/ebfa31cc9787303e8698a1a029a162a18e8974aa"><code>ebfa31c</code></a> v30.1.2</li> <li><a href="https://github.com/jestjs/jest/commit/d347c0f3f87f976a1dbd9761d503e45f5ced2a7e"><code>d347c0f</code></a> v30.1.1</li> <li><a href="https://github.com/jestjs/jest/commit/4d5f41d0885c1d9630c81b4fd47f74ab0615e18f"><code>4d5f41d</code></a> v30.1.0</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v30.1.3/packages/jest">compare view</a></li> </ul> </details> <br /> Updates `jest-environment-jsdom` from 30.0.5 to 30.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest-environment-jsdom's releases</a>.</em></p> <blockquote> <h2>30.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Correct snapshot header regexp to work with newline across OSes (<a href="https://redirect.github.com/jestjs/jest/pull/15803">#15803</a>)</li> </ul> <h2>30.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (<a href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li> </ul> <h2>30.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Configurable GC aggressiveness regarding to V8 heap snapshot generation (<a href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li> <li><code>[jest-runtime]</code> Reduce redundant ReferenceError messages</li> <li><code>[jest-core]</code> Include test modules that failed to load when --onlyFailures is active</li> </ul> <h3>Fixes</h3> <ul> <li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (<a href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li> <li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not working with <code>describe.skip</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li> <li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings</li> <li><code>[jest-runtime]</code> Importing from <code>@jest/globals</code> in more than one file no longer breaks relative pat... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Sep 8, 2025 at 13:15 UTC 18aba1f2a390bcb6a76392e4058a54bf0fadbb91
1 file changed +969 -788
package-lock.json
+969 -788
@@ -4423,15 +4423,15 @@
4423 }
4424 },
4425 "node_modules/@gatsbyjs/parcel-namer-relative-to-cwd": {
4426 - "version": "2.14.0",
4427 - "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.14.0.tgz",
4428 - "integrity": "sha512-BWIIsz4oPLIUVAWr4Lgw4BGtJjjhb39+oTrXUa6rN0A+vS5qXrpkx1nGzVb5PJ2RJY9Paf4hNLZVW9LaLnGLBA==",
4426 + "version": "2.15.0",
4427 + "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.15.0.tgz",
4428 + "integrity": "sha512-k1a8iLsjQY0m5Rkj+IA6Ev5QwAUU7KK2NKX+5IMcr8Ld5s13Xc1l+8Vg++yX1eCFQUALk4J4dvm2gHBjDldd2Q==",
4429 "license": "MIT",
4430 "dependencies": {
4431 "@babel/runtime": "^7.20.13",
4432 "@parcel/namer-default": "2.8.3",
4433 "@parcel/plugin": "2.8.3",
4434 - "gatsby-core-utils": "^4.14.0"
4434 + "gatsby-core-utils": "^4.15.0"
4435 },
4436 "engines": {
4437 "node": ">=18.0.0",
@@ -5568,16 +5568,16 @@
5568 }
5569 },
5570 "node_modules/@jest/console": {
5571 - "version": "30.0.5",
5572 - "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.0.5.tgz",
5573 - "integrity": "sha512-xY6b0XiL0Nav3ReresUarwl2oIz1gTnxGbGpho9/rbUWsLH0f1OD/VT84xs8c7VmH7MChnLb0pag6PhZhAdDiA==",
5571 + "version": "30.1.2",
5572 + "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.1.2.tgz",
5573 + "integrity": "sha512-BGMAxj8VRmoD0MoA/jo9alMXSRoqW8KPeqOfEo1ncxnRLatTBCpRoOwlwlEMdudp68Q6WSGwYrrLtTGOh8fLzw==",
5574 "dev": true,
5575 "license": "MIT",
5576 "dependencies": {
5577 "@jest/types": "30.0.5",
5578 "@types/node": "*",
5579 "chalk": "^4.1.2",
5580 - "jest-message-util": "30.0.5",
5580 + "jest-message-util": "30.1.0",
5581 "jest-util": "30.0.5",
5582 "slash": "^3.0.0"
5583 },
@@ -5619,17 +5619,17 @@
5619 }
5620 },
5621 "node_modules/@jest/core": {
5622 - "version": "30.0.5",
5623 - "resolved": "https://registry.npmjs.org/@jest/core/-/core-30.0.5.tgz",
5624 - "integrity": "sha512-fKD0OulvRsXF1hmaFgHhVJzczWzA1RXMMo9LTPuFXo9q/alDbME3JIyWYqovWsUBWSoBcsHaGPSLF9rz4l9Qeg==",
5622 + "version": "30.1.3",
5623 + "resolved": "https://registry.npmjs.org/@jest/core/-/core-30.1.3.tgz",
5624 + "integrity": "sha512-LIQz7NEDDO1+eyOA2ZmkiAyYvZuo6s1UxD/e2IHldR6D7UYogVq3arTmli07MkENLq6/3JEQjp0mA8rrHHJ8KQ==",
5625 "dev": true,
5626 "license": "MIT",
5627 "dependencies": {
5628 - "@jest/console": "30.0.5",
5628 + "@jest/console": "30.1.2",
5629 "@jest/pattern": "30.0.1",
5630 - "@jest/reporters": "30.0.5",
5631 - "@jest/test-result": "30.0.5",
5632 - "@jest/transform": "30.0.5",
5630 + "@jest/reporters": "30.1.3",
5631 + "@jest/test-result": "30.1.3",
5632 + "@jest/transform": "30.1.2",
5633 "@jest/types": "30.0.5",
5634 "@types/node": "*",
5635 "ansi-escapes": "^4.3.2",
@@ -5638,18 +5638,18 @@
5638 "exit-x": "^0.2.2",
5639 "graceful-fs": "^4.2.11",
5640 "jest-changed-files": "30.0.5",
5641 - "jest-config": "30.0.5",
5642 - "jest-haste-map": "30.0.5",
5643 - "jest-message-util": "30.0.5",
5641 + "jest-config": "30.1.3",
5642 + "jest-haste-map": "30.1.0",
5643 + "jest-message-util": "30.1.0",
5644 "jest-regex-util": "30.0.1",
5645 - "jest-resolve": "30.0.5",
5646 - "jest-resolve-dependencies": "30.0.5",
5647 - "jest-runner": "30.0.5",
5648 - "jest-runtime": "30.0.5",
5649 - "jest-snapshot": "30.0.5",
5645 + "jest-resolve": "30.1.3",
5646 + "jest-resolve-dependencies": "30.1.3",
5647 + "jest-runner": "30.1.3",
5648 + "jest-runtime": "30.1.3",
5649 + "jest-snapshot": "30.1.2",
5650 "jest-util": "30.0.5",
5651 - "jest-validate": "30.0.5",
5652 - "jest-watcher": "30.0.5",
5651 + "jest-validate": "30.1.0",
5652 + "jest-watcher": "30.1.3",
5653 "micromatch": "^4.0.8",
5654 "pretty-format": "30.0.5",
5655 "slash": "^3.0.0"
@@ -5741,13 +5741,13 @@
5741 }
5742 },
5743 "node_modules/@jest/environment": {
5744 - "version": "30.0.5",
5745 - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.0.5.tgz",
5746 - "integrity": "sha512-aRX7WoaWx1oaOkDQvCWImVQ8XNtdv5sEWgk4gxR6NXb7WBUnL5sRak4WRzIQRZ1VTWPvV4VI4mgGjNL9TeKMYA==",
5744 + "version": "30.1.2",
5745 + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.1.2.tgz",
5746 + "integrity": "sha512-N8t1Ytw4/mr9uN28OnVf0SYE2dGhaIxOVYcwsf9IInBKjvofAjbFRvedvBBlyTYk2knbJTiEjEJ2PyyDIBnd9w==",
5747 "dev": true,
5748 "license": "MIT",
5749 "dependencies": {
5750 - "@jest/fake-timers": "30.0.5",
5750 + "@jest/fake-timers": "30.1.2",
5751 "@jest/types": "30.0.5",
5752 "@types/node": "*",
5753 "jest-mock": "30.0.5"
@@ -5757,14 +5757,14 @@
5757 }
5758 },
5759 "node_modules/@jest/environment-jsdom-abstract": {
5760 - "version": "30.0.5",
5761 - "resolved": "https://registry.npmjs.org/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.0.5.tgz",
5762 - "integrity": "sha512-gpWwiVxZunkoglP8DCnT3As9x5O8H6gveAOpvaJd2ATAoSh7ZSSCWbr9LQtUMvr8WD3VjG9YnDhsmkCK5WN1rQ==",
5760 + "version": "30.1.2",
5761 + "resolved": "https://registry.npmjs.org/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.1.2.tgz",
5762 + "integrity": "sha512-u8kTh/ZBl97GOmnGJLYK/1GuwAruMC4hoP6xuk/kwltmVWsA9u/6fH1/CsPVGt2O+Wn2yEjs8n1B1zZJ62Cx0w==",
5763 "dev": true,
5764 "license": "MIT",
5765 "dependencies": {
5766 - "@jest/environment": "30.0.5",
5767 - "@jest/fake-timers": "30.0.5",
5766 + "@jest/environment": "30.1.2",
5767 + "@jest/fake-timers": "30.1.2",
5768 "@jest/types": "30.0.5",
5769 "@types/jsdom": "^21.1.7",
5770 "@types/node": "*",
@@ -5785,43 +5785,43 @@
5785 }
5786 },
5787 "node_modules/@jest/expect": {
5788 - "version": "30.0.5",
5789 - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.0.5.tgz",
5790 - "integrity": "sha512-6udac8KKrtTtC+AXZ2iUN/R7dp7Ydry+Fo6FPFnDG54wjVMnb6vW/XNlf7Xj8UDjAE3aAVAsR4KFyKk3TCXmTA==",
5788 + "version": "30.1.2",
5789 + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.1.2.tgz",
5790 + "integrity": "sha512-tyaIExOwQRCxPCGNC05lIjWJztDwk2gPDNSDGg1zitXJJ8dC3++G/CRjE5mb2wQsf89+lsgAgqxxNpDLiCViTA==",
5791 "dev": true,
5792 "license": "MIT",
5793 "dependencies": {
5794 - "expect": "30.0.5",
5795 - "jest-snapshot": "30.0.5"
5794 + "expect": "30.1.2",
5795 + "jest-snapshot": "30.1.2"
5796 },
5797 "engines": {
5798 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
5799 }
5800 },
5801 "node_modules/@jest/expect-utils": {
5802 - "version": "30.0.5",
5803 - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.0.5.tgz",
5804 - "integrity": "sha512-F3lmTT7CXWYywoVUGTCmom0vXq3HTTkaZyTAzIy+bXSBizB7o5qzlC9VCtq0arOa8GqmNsbg/cE9C6HLn7Szew==",
5802 + "version": "30.1.2",
5803 + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.1.2.tgz",
5804 + "integrity": "sha512-HXy1qT/bfdjCv7iC336ExbqqYtZvljrV8odNdso7dWK9bSeHtLlvwWWC3YSybSPL03Gg5rug6WLCZAZFH72m0A==",
5805 "dev": true,
5806 "license": "MIT",
5807 "dependencies": {
5808 - "@jest/get-type": "30.0.1"
5808 + "@jest/get-type": "30.1.0"
5809 },
5810 "engines": {
5811 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
5812 }
5813 },
5814 "node_modules/@jest/fake-timers": {
5815 - "version": "30.0.5",
5816 - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.0.5.tgz",
5817 - "integrity": "sha512-ZO5DHfNV+kgEAeP3gK3XlpJLL4U3Sz6ebl/n68Uwt64qFFs5bv4bfEEjyRGK5uM0C90ewooNgFuKMdkbEoMEXw==",
5815 + "version": "30.1.2",
5816 + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.1.2.tgz",
5817 + "integrity": "sha512-Beljfv9AYkr9K+ETX9tvV61rJTY706BhBUtiaepQHeEGfe0DbpvUA5Z3fomwc5Xkhns6NWrcFDZn+72fLieUnA==",
5818 "dev": true,
5819 "license": "MIT",
5820 "dependencies": {
5821 "@jest/types": "30.0.5",
5822 "@sinonjs/fake-timers": "^13.0.0",
5823 "@types/node": "*",
5824 - "jest-message-util": "30.0.5",
5824 + "jest-message-util": "30.1.0",
5825 "jest-mock": "30.0.5",
5826 "jest-util": "30.0.5"
5827 },
@@ -5830,9 +5830,9 @@
5830 }
5831 },
5832 "node_modules/@jest/get-type": {
5833 - "version": "30.0.1",
5834 - "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.0.1.tgz",
5835 - "integrity": "sha512-AyYdemXCptSRFirI5EPazNxyPwAL0jXt3zceFjaj8NFiKP9pOi0bfXonf6qkf82z2t3QWPeLCWWw4stPBzctLw==",
5833 + "version": "30.1.0",
5834 + "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz",
5835 + "integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==",
5836 "dev": true,
5837 "license": "MIT",
5838 "engines": {
@@ -5840,14 +5840,14 @@
5840 }
5841 },
5842 "node_modules/@jest/globals": {
5843 - "version": "30.0.5",
5844 - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.0.5.tgz",
5845 - "integrity": "sha512-7oEJT19WW4oe6HR7oLRvHxwlJk2gev0U9px3ufs8sX9PoD1Eza68KF0/tlN7X0dq/WVsBScXQGgCldA1V9Y/jA==",
5843 + "version": "30.1.2",
5844 + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.1.2.tgz",
5845 + "integrity": "sha512-teNTPZ8yZe3ahbYnvnVRDeOjr+3pu2uiAtNtrEsiMjVPPj+cXd5E/fr8BL7v/T7F31vYdEHrI5cC/2OoO/vM9A==",
5846 "dev": true,
5847 "license": "MIT",
5848 "dependencies": {
5849 - "@jest/environment": "30.0.5",
5850 - "@jest/expect": "30.0.5",
5849 + "@jest/environment": "30.1.2",
5850 + "@jest/expect": "30.1.2",
5851 "@jest/types": "30.0.5",
5852 "jest-mock": "30.0.5"
5853 },
@@ -5869,16 +5869,16 @@
5869 }
5870 },
5871 "node_modules/@jest/reporters": {
5872 - "version": "30.0.5",
5873 - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.0.5.tgz",
5874 - "integrity": "sha512-mafft7VBX4jzED1FwGC1o/9QUM2xebzavImZMeqnsklgcyxBto8mV4HzNSzUrryJ+8R9MFOM3HgYuDradWR+4g==",
5872 + "version": "30.1.3",
5873 + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.1.3.tgz",
5874 + "integrity": "sha512-VWEQmJWfXMOrzdFEOyGjUEOuVXllgZsoPtEHZzfdNz18RmzJ5nlR6kp8hDdY8dDS1yGOXAY7DHT+AOHIPSBV0w==",
5875 "dev": true,
5876 "license": "MIT",
5877 "dependencies": {
5878 "@bcoe/v8-coverage": "^0.2.3",
5879 - "@jest/console": "30.0.5",
5880 - "@jest/test-result": "30.0.5",
5881 - "@jest/transform": "30.0.5",
5879 + "@jest/console": "30.1.2",
5880 + "@jest/test-result": "30.1.3",
5881 + "@jest/transform": "30.1.2",
5882 "@jest/types": "30.0.5",
5883 "@jridgewell/trace-mapping": "^0.3.25",
5884 "@types/node": "*",
@@ -5892,9 +5892,9 @@
5892 "istanbul-lib-report": "^3.0.0",
5893 "istanbul-lib-source-maps": "^5.0.0",
5894 "istanbul-reports": "^3.1.3",
5895 - "jest-message-util": "30.0.5",
5895 + "jest-message-util": "30.1.0",
5896 "jest-util": "30.0.5",
5897 - "jest-worker": "30.0.5",
5897 + "jest-worker": "30.1.0",
5898 "slash": "^3.0.0",
5899 "string-length": "^4.0.2",
5900 "v8-to-istanbul": "^9.0.1"
@@ -5945,9 +5945,9 @@
5945 }
5946 },
5947 "node_modules/@jest/reporters/node_modules/jest-worker": {
5948 - "version": "30.0.5",
5949 - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.0.5.tgz",
5950 - "integrity": "sha512-ojRXsWzEP16NdUuBw/4H/zkZdHOa7MMYCk4E430l+8fELeLg/mqmMlRhjL7UNZvQrDmnovWZV4DxX03fZF48fQ==",
5948 + "version": "30.1.0",
5949 + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.1.0.tgz",
5950 + "integrity": "sha512-uvWcSjlwAAgIu133Tt77A05H7RIk3Ho8tZL50bQM2AkvLdluw9NG48lRCl3Dt+MOH719n/0nnb5YxUwcuJiKRA==",
5951 "dev": true,
5952 "license": "MIT",
5953 "dependencies": {
@@ -5991,9 +5991,9 @@
5991 }
5992 },
5993 "node_modules/@jest/snapshot-utils": {
5994 - "version": "30.0.5",
5995 - "resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.0.5.tgz",
5996 - "integrity": "sha512-XcCQ5qWHLvi29UUrowgDFvV4t7ETxX91CbDczMnoqXPOIcZOxyNdSjm6kV5XMc8+HkxfRegU/MUmnTbJRzGrUQ==",
5994 + "version": "30.1.2",
5995 + "resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.1.2.tgz",
5996 + "integrity": "sha512-vHoMTpimcPSR7OxS2S0V1Cpg8eKDRxucHjoWl5u4RQcnxqQrV3avETiFpl8etn4dqxEGarBeHbIBety/f8mLXw==",
5997 "dev": true,
5998 "license": "MIT",
5999 "dependencies": {
@@ -6055,13 +6055,13 @@
6055 }
6056 },
6057 "node_modules/@jest/test-result": {
6058 - "version": "30.0.5",
6059 - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.0.5.tgz",
6060 - "integrity": "sha512-wPyztnK0gbDMQAJZ43tdMro+qblDHH1Ru/ylzUo21TBKqt88ZqnKKK2m30LKmLLoKtR2lxdpCC/P3g1vfKcawQ==",
6058 + "version": "30.1.3",
6059 + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.1.3.tgz",
6060 + "integrity": "sha512-P9IV8T24D43cNRANPPokn7tZh0FAFnYS2HIfi5vK18CjRkTDR9Y3e1BoEcAJnl4ghZZF4Ecda4M/k41QkvurEQ==",
6061 "dev": true,
6062 "license": "MIT",
6063 "dependencies": {
6064 - "@jest/console": "30.0.5",
6064 + "@jest/console": "30.1.2",
6065 "@jest/types": "30.0.5",
6066 "@types/istanbul-lib-coverage": "^2.0.6",
6067 "collect-v8-coverage": "^1.0.2"
@@ -6071,15 +6071,15 @@
6071 }
6072 },
6073 "node_modules/@jest/test-sequencer": {
6074 - "version": "30.0.5",
6075 - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.0.5.tgz",
6076 - "integrity": "sha512-Aea/G1egWoIIozmDD7PBXUOxkekXl7ueGzrsGGi1SbeKgQqCYCIf+wfbflEbf2LiPxL8j2JZGLyrzZagjvW4YQ==",
6074 + "version": "30.1.3",
6075 + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.1.3.tgz",
6076 + "integrity": "sha512-82J+hzC0qeQIiiZDThh+YUadvshdBswi5nuyXlEmXzrhw5ZQSRHeQ5LpVMD/xc8B3wPePvs6VMzHnntxL+4E3w==",
6077 "dev": true,
6078 "license": "MIT",
6079 "dependencies": {
6080 - "@jest/test-result": "30.0.5",
6080 + "@jest/test-result": "30.1.3",
6081 "graceful-fs": "^4.2.11",
6082 - "jest-haste-map": "30.0.5",
6082 + "jest-haste-map": "30.1.0",
6083 "slash": "^3.0.0"
6084 },
6085 "engines": {
@@ -6087,9 +6087,9 @@
6087 }
6088 },
6089 "node_modules/@jest/transform": {
6090 - "version": "30.0.5",
6091 - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.0.5.tgz",
6092 - "integrity": "sha512-Vk8amLQCmuZyy6GbBht1Jfo9RSdBtg7Lks+B0PecnjI8J+PCLQPGh7uI8Q/2wwpW2gLdiAfiHNsmekKlywULqg==",
6090 + "version": "30.1.2",
6091 + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.1.2.tgz",
6092 + "integrity": "sha512-UYYFGifSgfjujf1Cbd3iU/IQoSd6uwsj8XHj5DSDf5ERDcWMdJOPTkHWXj4U+Z/uMagyOQZ6Vne8C4nRIrCxqA==",
6093 "dev": true,
6094 "license": "MIT",
6095 "dependencies": {
@@ -6101,7 +6101,7 @@
6101 "convert-source-map": "^2.0.0",
6102 "fast-json-stable-stringify": "^2.1.0",
6103 "graceful-fs": "^4.2.11",
6104 - "jest-haste-map": "30.0.5",
6104 + "jest-haste-map": "30.1.0",
6105 "jest-regex-util": "30.0.1",
6106 "jest-util": "30.0.5",
6107 "micromatch": "^4.0.8",
@@ -6388,15 +6388,16 @@
6388 ]
6389 },
6390 "node_modules/@mdx-js/mdx": {
6391 - "version": "3.1.0",
6392 - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz",
6393 - "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==",
6391 + "version": "3.1.1",
6392 + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz",
6393 + "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
6394 "license": "MIT",
6395 "dependencies": {
6396 "@types/estree": "^1.0.0",
6397 "@types/estree-jsx": "^1.0.0",
6398 "@types/hast": "^3.0.0",
6399 "@types/mdx": "^2.0.0",
6400 + "acorn": "^8.0.0",
6401 "collapse-white-space": "^2.0.0",
6402 "devlop": "^1.0.0",
6403 "estree-util-is-identifier-name": "^3.0.0",
@@ -6424,9 +6425,9 @@
6425 }
6426 },
6427 "node_modules/@mdx-js/react": {
6427 - "version": "3.1.0",
6428 - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz",
6429 - "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==",
6428 + "version": "3.1.1",
6429 + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz",
6430 + "integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==",
6431 "license": "MIT",
6432 "dependencies": {
6433 "@types/mdx": "^2.0.0"
@@ -7921,6 +7922,7 @@
7922 "version": "6.1.0",
7923 "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.1.0.tgz",
7924 "integrity": "sha512-t6G+6ZInT4X+tqj2i+wlLIeCKnKOTuz9/VFYDtj+TGTur5q7sp/OYrQA19LdBbWfXDOi0Y4jtedV6xtB8zQ9ug==",
7925 + "dev": true,
7926 "license": "ISC",
7927 "dependencies": {
7928 "@npmcli/git": "^6.0.0",
@@ -9843,9 +9845,9 @@
9845 }
9846 },
9847 "node_modules/@primer/octicons-react": {
9846 - "version": "19.15.5",
9847 - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.15.5.tgz",
9848 - "integrity": "sha512-JEoxBVkd6F8MaKEO1QKau0Nnk3IVroYn7uXGgMqZawcLQmLljfzua3S1fs2FQs295SYM9I6DlkESgz5ORq5yHA==",
9848 + "version": "19.17.0",
9849 + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.17.0.tgz",
9850 + "integrity": "sha512-XsdVh2zL5mXH514Yz+DwRnCni45hzc9a+c4DP1Xf8HHO2WuAznqd3e/nAq6x0AYktN7mieq/eGHXkVRydl8Zjw==",
9851 "license": "MIT",
9852 "engines": {
9853 "node": ">=8"
@@ -10013,50 +10015,60 @@
10015 }
10016 },
10017 "node_modules/@sigstore/bundle": {
10016 - "version": "3.0.0",
10017 - "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-3.0.0.tgz",
10018 - "integrity": "sha512-XDUYX56iMPAn/cdgh/DTJxz5RWmqKV4pwvUAEKEWJl+HzKdCd/24wUa9JYNMlDSCb7SUHAdtksxYX779Nne/Zg==",
10018 + "version": "4.0.0",
10019 + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-4.0.0.tgz",
10020 + "integrity": "sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==",
10021 "license": "Apache-2.0",
10022 "dependencies": {
10021 - "@sigstore/protobuf-specs": "^0.3.2"
10023 + "@sigstore/protobuf-specs": "^0.5.0"
10024 },
10025 + "engines": {
10026 + "node": "^20.17.0 || >=22.9.0"
10027 + }
10028 + },
10029 + "node_modules/@sigstore/bundle/node_modules/@sigstore/protobuf-specs": {
10030 + "version": "0.5.0",
10031 + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz",
10032 + "integrity": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==",
10033 + "license": "Apache-2.0",
10034 "engines": {
10035 "node": "^18.17.0 || >=20.5.0"
10036 }
10037 },
10038 "node_modules/@sigstore/core": {
10028 - "version": "2.0.0",
10029 - "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz",
10030 - "integrity": "sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==",
10039 + "version": "3.0.0",
10040 + "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.0.0.tgz",
10041 + "integrity": "sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==",
10042 "license": "Apache-2.0",
10043 "engines": {
10033 - "node": "^18.17.0 || >=20.5.0"
10044 + "node": "^20.17.0 || >=22.9.0"
10045 }
10046 },
10047 "node_modules/@sigstore/protobuf-specs": {
10048 "version": "0.3.2",
10049 "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz",
10050 "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==",
10051 + "dev": true,
10052 "license": "Apache-2.0",
10053 "engines": {
10054 "node": "^16.14.0 || >=18.0.0"
10055 }
10056 },
10057 "node_modules/@sigstore/sign": {
10046 - "version": "3.0.0",
10047 - "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-3.0.0.tgz",
10048 - "integrity": "sha512-UjhDMQOkyDoktpXoc5YPJpJK6IooF2gayAr5LvXI4EL7O0vd58okgfRcxuaH+YTdhvb5aa1Q9f+WJ0c2sVuYIw==",
10058 + "version": "4.0.0",
10059 + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-4.0.0.tgz",
10060 + "integrity": "sha512-5+IadiqPzRRMfvftHONzpeH2EzlDNuBiTMC3Lx7+9tLqn/4xbWVfSZA+YaOzKCn86k5BWfJ+aGO9v+pQmIyxqQ==",
10061 "license": "Apache-2.0",
10062 "dependencies": {
10051 - "@sigstore/bundle": "^3.0.0",
10052 - "@sigstore/core": "^2.0.0",
10053 - "@sigstore/protobuf-specs": "^0.3.2",
10054 - "make-fetch-happen": "^14.0.1",
10063 + "@sigstore/bundle": "^4.0.0",
10064 + "@sigstore/core": "^3.0.0",
10065 + "@sigstore/protobuf-specs": "^0.5.0",
10066 + "make-fetch-happen": "^15.0.0",
10067 "proc-log": "^5.0.0",
10068 "promise-retry": "^2.0.1"
10069 },
10070 "engines": {
10059 - "node": "^18.17.0 || >=20.5.0"
10071 + "node": "^20.17.0 || >=22.9.0"
10072 }
10073 },
10074 "node_modules/@sigstore/sign/node_modules/@npmcli/agent": {
@@ -10087,37 +10099,92 @@
10099 "node": "^18.17.0 || >=20.5.0"
10100 }
10101 },
10102 + "node_modules/@sigstore/sign/node_modules/@sigstore/protobuf-specs": {
10103 + "version": "0.5.0",
10104 + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz",
10105 + "integrity": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==",
10106 + "license": "Apache-2.0",
10107 + "engines": {
10108 + "node": "^18.17.0 || >=20.5.0"
10109 + }
10110 + },
10111 "node_modules/@sigstore/sign/node_modules/cacache": {
10091 - "version": "19.0.1",
10092 - "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
10093 - "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
10112 + "version": "20.0.1",
10113 + "resolved": "https://registry.npmjs.org/cacache/-/cacache-20.0.1.tgz",
10114 + "integrity": "sha512-+7LYcYGBYoNqTp1Rv7Ny1YjUo5E0/ftkQtraH3vkfAGgVHc+ouWdC8okAwQgQR7EVIdW6JTzTmhKFwzb+4okAQ==",
10115 "license": "ISC",
10116 "dependencies": {
10117 "@npmcli/fs": "^4.0.0",
10118 "fs-minipass": "^3.0.0",
10098 - "glob": "^10.2.2",
10099 - "lru-cache": "^10.0.1",
10119 + "glob": "^11.0.3",
10120 + "lru-cache": "^11.1.0",
10121 "minipass": "^7.0.3",
10122 "minipass-collect": "^2.0.1",
10123 "minipass-flush": "^1.0.5",
10124 "minipass-pipeline": "^1.2.4",
10125 "p-map": "^7.0.2",
10126 "ssri": "^12.0.0",
10106 - "tar": "^7.4.3",
10127 "unique-filename": "^4.0.0"
10128 },
10129 "engines": {
10110 - "node": "^18.17.0 || >=20.5.0"
10130 + "node": "^20.17.0 || >=22.9.0"
10131 + }
10132 + },
10133 + "node_modules/@sigstore/sign/node_modules/cacache/node_modules/lru-cache": {
10134 + "version": "11.2.1",
10135 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
10136 + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
10137 + "license": "ISC",
10138 + "engines": {
10139 + "node": "20 || >=22"
10140 + }
10141 + },
10142 + "node_modules/@sigstore/sign/node_modules/glob": {
10143 + "version": "11.0.3",
10144 + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
10145 + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
10146 + "license": "ISC",
10147 + "dependencies": {
10148 + "foreground-child": "^3.3.1",
10149 + "jackspeak": "^4.1.1",
10150 + "minimatch": "^10.0.3",
10151 + "minipass": "^7.1.2",
10152 + "package-json-from-dist": "^1.0.0",
10153 + "path-scurry": "^2.0.0"
10154 + },
10155 + "bin": {
10156 + "glob": "dist/esm/bin.mjs"
10157 + },
10158 + "engines": {
10159 + "node": "20 || >=22"
10160 + },
10161 + "funding": {
10162 + "url": "https://github.com/sponsors/isaacs"
10163 + }
10164 + },
10165 + "node_modules/@sigstore/sign/node_modules/jackspeak": {
10166 + "version": "4.1.1",
10167 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
10168 + "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
10169 + "license": "BlueOak-1.0.0",
10170 + "dependencies": {
10171 + "@isaacs/cliui": "^8.0.2"
10172 + },
10173 + "engines": {
10174 + "node": "20 || >=22"
10175 + },
10176 + "funding": {
10177 + "url": "https://github.com/sponsors/isaacs"
10178 }
10179 },
10180 "node_modules/@sigstore/sign/node_modules/make-fetch-happen": {
10114 - "version": "14.0.3",
10115 - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz",
10116 - "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==",
10181 + "version": "15.0.1",
10182 + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.1.tgz",
10183 + "integrity": "sha512-9GjpQcaUXO2xmre8JfALl8Oji8Jpo+SyY2HpqFFPHVczOld/I+JFRx9FkP/uedZzkJlI9uM5t/j6dGJv4BScQw==",
10184 "license": "ISC",
10185 "dependencies": {
10186 "@npmcli/agent": "^3.0.0",
10120 - "cacache": "^19.0.1",
10187 + "cacache": "^20.0.1",
10188 "http-cache-semantics": "^4.1.1",
10189 "minipass": "^7.0.2",
10190 "minipass-fetch": "^4.0.0",
@@ -10129,13 +10196,13 @@
10196 "ssri": "^12.0.0"
10197 },
10198 "engines": {
10132 - "node": "^18.17.0 || >=20.5.0"
10199 + "node": "^20.17.0 || >=22.9.0"
10200 }
10201 },
10202 "node_modules/@sigstore/sign/node_modules/minipass-fetch": {
10136 - "version": "4.0.0",
10137 - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
10138 - "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
10203 + "version": "4.0.1",
10204 + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz",
10205 + "integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==",
10206 "license": "MIT",
10207 "dependencies": {
10208 "minipass": "^7.0.3",
@@ -10150,13 +10217,12 @@
10217 }
10218 },
10219 "node_modules/@sigstore/sign/node_modules/minizlib": {
10153 - "version": "3.0.1",
10154 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
10155 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
10220 + "version": "3.0.2",
10221 + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
10222 + "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
10223 "license": "MIT",
10224 "dependencies": {
10158 - "minipass": "^7.0.4",
10159 - "rimraf": "^5.0.5"
10225 + "minipass": "^7.1.2"
10226 },
10227 "engines": {
10228 "node": ">= 18"
@@ -10183,21 +10249,31 @@
10249 "url": "https://github.com/sponsors/sindresorhus"
10250 }
10251 },
10186 - "node_modules/@sigstore/sign/node_modules/rimraf": {
10187 - "version": "5.0.10",
10188 - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
10189 - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
10190 - "license": "ISC",
10252 + "node_modules/@sigstore/sign/node_modules/path-scurry": {
10253 + "version": "2.0.0",
10254 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
10255 + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
10256 + "license": "BlueOak-1.0.0",
10257 "dependencies": {
10192 - "glob": "^10.3.7"
10258 + "lru-cache": "^11.0.0",
10259 + "minipass": "^7.1.2"
10260 },
10194 - "bin": {
10195 - "rimraf": "dist/esm/bin.mjs"
10261 + "engines": {
10262 + "node": "20 || >=22"
10263 },
10264 "funding": {
10265 "url": "https://github.com/sponsors/isaacs"
10266 }
10267 },
10268 + "node_modules/@sigstore/sign/node_modules/path-scurry/node_modules/lru-cache": {
10269 + "version": "11.2.1",
10270 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
10271 + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
10272 + "license": "ISC",
10273 + "engines": {
10274 + "node": "20 || >=22"
10275 + }
10276 + },
10277 "node_modules/@sigstore/sign/node_modules/ssri": {
10278 "version": "12.0.0",
10279 "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
@@ -10235,28 +10311,46 @@
10311 }
10312 },
10313 "node_modules/@sigstore/tuf": {
10238 - "version": "3.0.0",
10239 - "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.0.0.tgz",
10240 - "integrity": "sha512-9Xxy/8U5OFJu7s+OsHzI96IX/OzjF/zj0BSSaWhgJgTqtlBhQIV2xdrQI5qxLD7+CWWDepadnXAxzaZ3u9cvRw==",
10314 + "version": "4.0.0",
10315 + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-4.0.0.tgz",
10316 + "integrity": "sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==",
10317 "license": "Apache-2.0",
10318 "dependencies": {
10243 - "@sigstore/protobuf-specs": "^0.3.2",
10244 - "tuf-js": "^3.0.1"
10319 + "@sigstore/protobuf-specs": "^0.5.0",
10320 + "tuf-js": "^4.0.0"
10321 },
10322 + "engines": {
10323 + "node": "^20.17.0 || >=22.9.0"
10324 + }
10325 + },
10326 + "node_modules/@sigstore/tuf/node_modules/@sigstore/protobuf-specs": {
10327 + "version": "0.5.0",
10328 + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz",
10329 + "integrity": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==",
10330 + "license": "Apache-2.0",
10331 "engines": {
10332 "node": "^18.17.0 || >=20.5.0"
10333 }
10334 },
10335 "node_modules/@sigstore/verify": {
10251 - "version": "2.0.0",
10252 - "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.0.0.tgz",
10253 - "integrity": "sha512-Ggtq2GsJuxFNUvQzLoXqRwS4ceRfLAJnrIHUDrzAD0GgnOhwujJkKkxM/s5Bako07c3WtAs/sZo5PJq7VHjeDg==",
10336 + "version": "3.0.0",
10337 + "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-3.0.0.tgz",
10338 + "integrity": "sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==",
10339 "license": "Apache-2.0",
10340 "dependencies": {
10256 - "@sigstore/bundle": "^3.0.0",
10257 - "@sigstore/core": "^2.0.0",
10258 - "@sigstore/protobuf-specs": "^0.3.2"
10341 + "@sigstore/bundle": "^4.0.0",
10342 + "@sigstore/core": "^3.0.0",
10343 + "@sigstore/protobuf-specs": "^0.5.0"
10344 },
10345 + "engines": {
10346 + "node": "^20.17.0 || >=22.9.0"
10347 + }
10348 + },
10349 + "node_modules/@sigstore/verify/node_modules/@sigstore/protobuf-specs": {
10350 + "version": "0.5.0",
10351 + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz",
10352 + "integrity": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==",
10353 + "license": "Apache-2.0",
10354 "engines": {
10355 "node": "^18.17.0 || >=20.5.0"
10356 }
@@ -12101,16 +12195,16 @@
12195 }
12196 },
12197 "node_modules/@tufjs/models": {
12104 - "version": "3.0.1",
12105 - "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-3.0.1.tgz",
12106 - "integrity": "sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==",
12198 + "version": "4.0.0",
12199 + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-4.0.0.tgz",
12200 + "integrity": "sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==",
12201 "license": "MIT",
12202 "dependencies": {
12203 "@tufjs/canonical-json": "2.0.0",
12204 "minimatch": "^9.0.5"
12205 },
12206 "engines": {
12113 - "node": "^18.17.0 || >=20.5.0"
12207 + "node": "^20.17.0 || >=22.9.0"
12208 }
12209 },
12210 "node_modules/@tufjs/models/node_modules/minimatch": {
@@ -12234,16 +12328,10 @@
12328 "@types/node": "*"
12329 }
12330 },
12237 - "node_modules/@types/cookie": {
12238 - "version": "0.4.1",
12239 - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz",
12240 - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==",
12241 - "license": "MIT"
12242 - },
12331 "node_modules/@types/cors": {
12244 - "version": "2.8.17",
12245 - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz",
12246 - "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==",
12332 + "version": "2.8.19",
12333 + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
12334 + "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
12335 "license": "MIT",
12336 "dependencies": {
12337 "@types/node": "*"
@@ -12450,27 +12538,21 @@
12538 "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
12539 "license": "MIT"
12540 },
12453 - "node_modules/@types/prop-types": {
12454 - "version": "15.7.14",
12455 - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz",
12456 - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==",
12457 - "license": "MIT"
12458 - },
12541 "node_modules/@types/reach__router": {
12542 "version": "1.3.15",
12543 "resolved": "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.15.tgz",
12544 "integrity": "sha512-5WEHKGglRjq/Ae3F8UQxg+GYUIhTUEiyBT9GKPoOLU/vPTn8iZrRbdzxqvarOaGludIejJykHLMdOCdhgWqaxA==",
12545 + "license": "MIT",
12546 "dependencies": {
12547 "@types/react": "*"
12548 }
12549 },
12550 "node_modules/@types/react": {
12468 - "version": "18.3.17",
12469 - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.17.tgz",
12470 - "integrity": "sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==",
12551 + "version": "19.1.12",
12552 + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.12.tgz",
12553 + "integrity": "sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==",
12554 "license": "MIT",
12555 "dependencies": {
12473 - "@types/prop-types": "*",
12556 "csstype": "^3.0.2"
12557 }
12558 },
@@ -13274,6 +13356,7 @@
13356 "version": "2.0.0",
13357 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
13358 "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
13359 + "dev": true,
13360 "license": "ISC",
13361 "engines": {
13362 "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
@@ -13944,13 +14027,13 @@
14027 "license": "Apache-2.0"
14028 },
14029 "node_modules/babel-jest": {
13947 - "version": "30.0.5",
13948 - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.0.5.tgz",
13949 - "integrity": "sha512-mRijnKimhGDMsizTvBTWotwNpzrkHr+VvZUQBof2AufXKB8NXrL1W69TG20EvOz7aevx6FTJIaBuBkYxS8zolg==",
14030 + "version": "30.1.2",
14031 + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.1.2.tgz",
14032 + "integrity": "sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==",
14033 "dev": true,
14034 "license": "MIT",
14035 "dependencies": {
13953 - "@jest/transform": "30.0.5",
14036 + "@jest/transform": "30.1.2",
14037 "@types/babel__core": "^7.20.5",
14038 "babel-plugin-istanbul": "^7.0.0",
14039 "babel-preset-jest": "30.0.1",
@@ -14207,14 +14290,14 @@
14290 }
14291 },
14292 "node_modules/babel-plugin-remove-graphql-queries": {
14210 - "version": "5.14.0",
14211 - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.14.0.tgz",
14212 - "integrity": "sha512-k5NlcywGAiMklF7LfBSIuPlNYDdHQYTSuDdNDB1shEzxxmvd9akk+bzPE4qf2w/yvMirCkGSJOQud7w33HH2HQ==",
14293 + "version": "5.15.0",
14294 + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.15.0.tgz",
14295 + "integrity": "sha512-zr+0PCFQ2JHnVm1wPYyopawpIskdabV9V0C2uiF2NcTUN520pmmbHVpgjwJ9sKjgF48UyeKUKXfFy8aDnc/fkA==",
14296 "license": "MIT",
14297 "dependencies": {
14298 "@babel/runtime": "^7.20.13",
14299 "@babel/types": "^7.20.7",
14217 - "gatsby-core-utils": "^4.14.0"
14300 + "gatsby-core-utils": "^4.15.0"
14301 },
14302 "engines": {
14303 "node": ">=18.0.0"
@@ -14318,9 +14401,9 @@
14401 }
14402 },
14403 "node_modules/babel-preset-gatsby": {
14321 - "version": "3.14.0",
14322 - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.14.0.tgz",
14323 - "integrity": "sha512-yE/1gmohqy+Y/v8RYWMyJ1WLrACSkblS8LRcByeNqqBPrDAaG5T/bU1Lhc75BW8j9iLDOkLilun3fGZRu5nacA==",
14404 + "version": "3.15.0",
14405 + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.15.0.tgz",
14406 + "integrity": "sha512-09DpFsY1sN3FF44fJJLAfLqj1mLCVylbuspogUoQsnZtulqZ50UZWnK22ztrYNSjICYO1DTGe77jsu/Skj4ZKw==",
14407 "license": "MIT",
14408 "dependencies": {
14409 "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -14336,8 +14419,8 @@
14419 "babel-plugin-dynamic-import-node": "^2.3.3",
14420 "babel-plugin-macros": "^3.1.0",
14421 "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
14339 - "gatsby-core-utils": "^4.14.0",
14340 - "gatsby-legacy-polyfills": "^3.14.0"
14422 + "gatsby-core-utils": "^4.15.0",
14423 + "gatsby-legacy-polyfills": "^3.15.0"
14424 },
14425 "engines": {
14426 "node": ">=18.0.0"
@@ -16816,9 +16899,9 @@
16899 }
16900 },
16901 "node_modules/create-gatsby": {
16819 - "version": "3.14.0",
16820 - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.14.0.tgz",
16821 - "integrity": "sha512-HR90NlcTIAeo7OwcFfGubKa35+/Aj7lEfgcV4n4IIPCMy3A+gYwOEQcLIGtmPCVIl1C9AhT3/0XaWbnhAcbyGQ==",
16902 + "version": "3.15.0",
16903 + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.15.0.tgz",
16904 + "integrity": "sha512-EjScC6GRDvL/mgbURFxv7gCkJmNqU1q+pptKx2ry11JbSzx1vvFIFXpiID3JxuM3fCzPcqh2GnCPUk+PU7lvLg==",
16905 "license": "MIT",
16906 "dependencies": {
16907 "@babel/runtime": "^7.20.13"
@@ -16940,9 +17023,9 @@
17023 }
17024 },
17025 "node_modules/css-has-pseudo": {
16943 - "version": "7.0.2",
16944 - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz",
16945 - "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==",
17026 + "version": "7.0.3",
17027 + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz",
17028 + "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==",
17029 "funding": [
17030 {
17031 "type": "github",
@@ -16967,9 +17050,9 @@
17050 }
17051 },
17052 "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": {
16970 - "version": "7.0.0",
16971 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
16972 - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
17053 + "version": "7.1.0",
17054 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
17055 + "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
17056 "license": "MIT",
17057 "dependencies": {
17058 "cssesc": "^3.0.0",
@@ -18151,17 +18234,16 @@
18234 }
18235 },
18236 "node_modules/engine.io": {
18154 - "version": "6.5.5",
18155 - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.5.tgz",
18156 - "integrity": "sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==",
18237 + "version": "6.6.4",
18238 + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz",
18239 + "integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==",
18240 "license": "MIT",
18241 "dependencies": {
18159 - "@types/cookie": "^0.4.1",
18242 "@types/cors": "^2.8.12",
18243 "@types/node": ">=10.0.0",
18244 "accepts": "~1.3.4",
18245 "base64id": "2.0.0",
18164 - "cookie": "~0.4.1",
18246 + "cookie": "~0.7.2",
18247 "cors": "~2.8.5",
18248 "debug": "~4.3.1",
18249 "engine.io-parser": "~5.2.1",
@@ -18172,16 +18254,16 @@
18254 }
18255 },
18256 "node_modules/engine.io-client": {
18175 - "version": "6.5.4",
18176 - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.5.4.tgz",
18177 - "integrity": "sha512-GeZeeRjpD2qf49cZQ0Wvh/8NJNfeXkXXcoGh+F77oEAgo9gUHwT1fCRxSNU+YEEaysOJTnsFHmM5oAcPy4ntvQ==",
18257 + "version": "6.6.3",
18258 + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz",
18259 + "integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==",
18260 "license": "MIT",
18261 "dependencies": {
18262 "@socket.io/component-emitter": "~3.1.0",
18263 "debug": "~4.3.1",
18264 "engine.io-parser": "~5.2.1",
18265 "ws": "~8.17.1",
18184 - "xmlhttprequest-ssl": "~2.0.0"
18266 + "xmlhttprequest-ssl": "~2.1.1"
18267 }
18268 },
18269 "node_modules/engine.io-client/node_modules/debug": {
@@ -18232,9 +18314,9 @@
18314 }
18315 },
18316 "node_modules/engine.io/node_modules/cookie": {
18235 - "version": "0.4.2",
18236 - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
18237 - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
18317 + "version": "0.7.2",
18318 + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
18319 + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
18320 "license": "MIT",
18321 "engines": {
18322 "node": ">= 0.6"
@@ -20936,16 +21018,16 @@
21018 }
21019 },
21020 "node_modules/expect": {
20939 - "version": "30.0.5",
20940 - "resolved": "https://registry.npmjs.org/expect/-/expect-30.0.5.tgz",
20941 - "integrity": "sha512-P0te2pt+hHI5qLJkIR+iMvS+lYUZml8rKKsohVHAGY+uClp9XVbdyYNJOIjSRpHVp8s8YqxJCiHUkSYZGr8rtQ==",
21021 + "version": "30.1.2",
21022 + "resolved": "https://registry.npmjs.org/expect/-/expect-30.1.2.tgz",
21023 + "integrity": "sha512-xvHszRavo28ejws8FpemjhwswGj4w/BetHIL8cU49u4sGyXDw2+p3YbeDbj6xzlxi6kWTjIRSTJ+9sNXPnF0Zg==",
21024 "dev": true,
21025 "license": "MIT",
21026 "dependencies": {
20945 - "@jest/expect-utils": "30.0.5",
20946 - "@jest/get-type": "30.0.1",
20947 - "jest-matcher-utils": "30.0.5",
20948 - "jest-message-util": "30.0.5",
21027 + "@jest/expect-utils": "30.1.2",
21028 + "@jest/get-type": "30.1.0",
21029 + "jest-matcher-utils": "30.1.2",
21030 + "jest-message-util": "30.1.0",
21031 "jest-mock": "30.0.5",
21032 "jest-util": "30.0.5"
21033 },
@@ -21052,12 +21134,6 @@
21134 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
21135 "license": "MIT"
21136 },
21055 - "node_modules/express/node_modules/path-to-regexp": {
21056 - "version": "0.1.12",
21057 - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
21058 - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
21059 - "license": "MIT"
21060 - },
21137 "node_modules/ext": {
21138 "version": "1.7.0",
21139 "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
@@ -21245,7 +21321,6 @@
21321 "version": "6.4.4",
21322 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
21323 "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
21248 - "dev": true,
21324 "license": "MIT",
21325 "peerDependencies": {
21326 "picomatch": "^3 || ^4"
@@ -21565,12 +21640,12 @@
21640 }
21641 },
21642 "node_modules/foreground-child": {
21568 - "version": "3.3.0",
21569 - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
21570 - "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
21643 + "version": "3.3.1",
21644 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
21645 + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
21646 "license": "ISC",
21647 "dependencies": {
21573 - "cross-spawn": "^7.0.0",
21648 + "cross-spawn": "^7.0.6",
21649 "signal-exit": "^4.0.1"
21650 },
21651 "engines": {
@@ -22048,9 +22123,9 @@
22123 }
22124 },
22125 "node_modules/gatsby": {
22051 - "version": "5.14.6",
22052 - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.6.tgz",
22053 - "integrity": "sha512-pX3afgemwTrojzstA41b7CtGL9VqIXYzXqAZmkxD0L4GuiFD0CpWyVRVkaDK5fsu2bSSzIzYlmy1CuM9KdfnLg==",
22126 + "version": "5.15.0",
22127 + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.15.0.tgz",
22128 + "integrity": "sha512-eqtq5S7AhS0SROTdOycOATYwT6GLYTcvpzZnzK2pFfhe3knLX0XJoSResUGGIj9kqfi8/kXEH29RU/2Lr7nPbw==",
22129 "hasInstallScript": true,
22130 "license": "MIT",
22131 "dependencies": {
@@ -22093,15 +22168,15 @@
22168 "babel-loader": "^8.3.0",
22169 "babel-plugin-add-module-exports": "^1.0.4",
22170 "babel-plugin-dynamic-import-node": "^2.3.3",
22096 - "babel-plugin-remove-graphql-queries": "^5.14.0",
22097 - "babel-preset-gatsby": "^3.14.0",
22171 + "babel-plugin-remove-graphql-queries": "^5.15.0",
22172 + "babel-preset-gatsby": "^3.15.0",
22173 "better-opn": "^2.1.1",
22174 "bluebird": "^3.7.2",
22175 "body-parser": "1.20.3",
22176 "browserslist": "^4.21.9",
22177 "cache-manager": "^2.11.1",
22178 "chalk": "^4.1.2",
22104 - "chokidar": "^3.5.3",
22179 + "chokidar": "^3.6.0",
22180 "common-tags": "^1.8.2",
22181 "compression": "^1.7.4",
22182 "cookie": "^0.5.0",
@@ -22135,19 +22210,19 @@
22210 "find-cache-dir": "^3.3.2",
22211 "fs-exists-cached": "1.0.0",
22212 "fs-extra": "^11.2.0",
22138 - "gatsby-cli": "^5.14.0",
22139 - "gatsby-core-utils": "^4.14.0",
22140 - "gatsby-graphiql-explorer": "^3.14.1",
22141 - "gatsby-legacy-polyfills": "^3.14.0",
22142 - "gatsby-link": "^5.14.1",
22143 - "gatsby-page-utils": "^3.14.0",
22144 - "gatsby-parcel-config": "1.14.0",
22145 - "gatsby-plugin-page-creator": "^5.14.0",
22146 - "gatsby-plugin-typescript": "^5.14.0",
22147 - "gatsby-plugin-utils": "^4.14.0",
22148 - "gatsby-react-router-scroll": "^6.14.0",
22149 - "gatsby-script": "^2.14.0",
22150 - "gatsby-worker": "^2.14.0",
22213 + "gatsby-cli": "^5.15.0",
22214 + "gatsby-core-utils": "^4.15.0",
22215 + "gatsby-graphiql-explorer": "^3.15.0",
22216 + "gatsby-legacy-polyfills": "^3.15.0",
22217 + "gatsby-link": "^5.15.0",
22218 + "gatsby-page-utils": "^3.15.0",
22219 + "gatsby-parcel-config": "1.15.0",
22220 + "gatsby-plugin-page-creator": "^5.15.0",
22221 + "gatsby-plugin-typescript": "^5.15.0",
22222 + "gatsby-plugin-utils": "^4.15.0",
22223 + "gatsby-react-router-scroll": "^6.15.0",
22224 + "gatsby-script": "^2.15.0",
22225 + "gatsby-worker": "^2.15.0",
22226 "glob": "^7.2.3",
22227 "globby": "^11.1.0",
22228 "got": "^11.8.6",
@@ -22180,7 +22255,7 @@
22255 "opentracing": "^0.14.7",
22256 "p-defer": "^3.0.0",
22257 "parseurl": "^1.3.3",
22183 - "path-to-regexp": "0.1.10",
22258 + "path-to-regexp": "0.1.12",
22259 "physical-cpu-count": "^2.0.0",
22260 "platform": "^1.3.6",
22261 "postcss": "^8.4.24",
@@ -22200,8 +22275,8 @@
22275 "shallow-compare": "^1.2.2",
22276 "signal-exit": "^3.0.7",
22277 "slugify": "^1.6.6",
22203 - "socket.io": "4.7.1",
22204 - "socket.io-client": "4.7.1",
22278 + "socket.io": "^4.8.1",
22279 + "socket.io-client": "^4.8.1",
22280 "stack-trace": "^0.0.10",
22281 "string-similarity": "^1.2.2",
22282 "strip-ansi": "^6.0.1",
@@ -22217,7 +22292,7 @@
22292 "webpack-dev-middleware": "^5.3.4",
22293 "webpack-merge": "^5.9.0",
22294 "webpack-stats-plugin": "^1.1.3",
22220 - "webpack-virtual-modules": "^0.5.0",
22295 + "webpack-virtual-modules": "^0.6.2",
22296 "xstate": "^4.38.0",
22297 "yaml-loader": "^0.8.0"
22298 },
@@ -22228,7 +22303,7 @@
22303 "node": ">=18.0.0"
22304 },
22305 "optionalDependencies": {
22231 - "gatsby-sharp": "^1.14.0"
22306 + "gatsby-sharp": "^1.15.0"
22307 },
22308 "peerDependencies": {
22309 "react": "^18.0.0 || ^0.0.0",
@@ -22236,9 +22311,9 @@
22311 }
22312 },
22313 "node_modules/gatsby-cli": {
22239 - "version": "5.14.0",
22240 - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.14.0.tgz",
22241 - "integrity": "sha512-NvsWsuZdpNRStmDsNZaYveifFrFqFNy4rnFCLAWWghyxUks8qhGwy6wrz2kcUK+Y2sRJJn1eIjgwzi1AyFn5fQ==",
22314 + "version": "5.15.0",
22315 + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.15.0.tgz",
22316 + "integrity": "sha512-wTUAc2rNr39s7PDO1EaFOBbFmgfuEJ4hdJfh0b/0zd5FMHep+8Z7Kp6/B9KWhHOhHFkFasL7jgZozin4y3QGdg==",
22317 "hasInstallScript": true,
22318 "license": "MIT",
22319 "dependencies": {
@@ -22258,12 +22333,12 @@
22333 "clipboardy": "^4.0.0",
22334 "common-tags": "^1.8.2",
22335 "convert-hrtime": "^3.0.0",
22261 - "create-gatsby": "^3.14.0",
22336 + "create-gatsby": "^3.15.0",
22337 "envinfo": "^7.10.0",
22338 "execa": "^5.1.1",
22339 "fs-exists-cached": "^1.0.0",
22340 "fs-extra": "^11.2.0",
22266 - "gatsby-core-utils": "^4.14.0",
22341 + "gatsby-core-utils": "^4.15.0",
22342 "hosted-git-info": "^3.0.8",
22343 "is-valid-path": "^0.1.1",
22344 "joi": "^17.9.2",
@@ -22473,9 +22548,9 @@
22548 }
22549 },
22550 "node_modules/gatsby-core-utils": {
22476 - "version": "4.14.0",
22477 - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.14.0.tgz",
22478 - "integrity": "sha512-h0v20gB213PmhKjioCJ93SrUb7Hihnqxd6X6Iur4u1eiWTUDsGeV9g1bkquiuDl2qovUnjj7mOoHdWiu/Ax/9Q==",
22551 + "version": "4.15.0",
22552 + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.15.0.tgz",
22553 + "integrity": "sha512-fxzHbCvQm1u74DSjy7G4PVqEcWb7sOCFg3kFFVUqVKe3hDCm6s1M/gRSvpm3/3fm74HhgLsmQ54Qaf54Ckyn9w==",
22554 "license": "MIT",
22555 "dependencies": {
22556 "@babel/runtime": "^7.20.13",
@@ -22500,18 +22575,18 @@
22575 }
22576 },
22577 "node_modules/gatsby-graphiql-explorer": {
22503 - "version": "3.14.1",
22504 - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.14.1.tgz",
22505 - "integrity": "sha512-QC6XSIIrg4wp5Tb4qE7dkMpC+XDQDDIkQ3dkxajLn8P02tHHAUDLYlJGVHKILp5QQRlTXCPqk4AFZwh21NtJBw==",
22578 + "version": "3.15.0",
22579 + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.15.0.tgz",
22580 + "integrity": "sha512-w4Q/7J4W+wqle3PmiBqMXO/gvQmB9zrnEMwNccvgkHX4Mi4ru8sbi4/C8uIzuMCWIEWNdcKvp6RVqzZQHJZtkA==",
22581 "license": "MIT",
22582 "engines": {
22583 "node": ">=14.15.0"
22584 }
22585 },
22586 "node_modules/gatsby-legacy-polyfills": {
22512 - "version": "3.14.0",
22513 - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.14.0.tgz",
22514 - "integrity": "sha512-CsNguwA88GgLgENx6WEuT8DDl+dus8FdedU1h43Xh9XtD8g/EjJGZk/N458+aZ32ulhuacJEexe3d9ASuEQxMQ==",
22587 + "version": "3.15.0",
22588 + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.15.0.tgz",
22589 + "integrity": "sha512-JbB33TyrWEoe84QvRDsMv85Y5ScPbpvJSp7E48bKXIN5peRDG+h6WVwmyo4paxSeyaajYgyRtnfP9UQaRgh2DQ==",
22590 "license": "MIT",
22591 "dependencies": {
22592 "@babel/runtime": "^7.20.13",
@@ -22532,12 +22607,13 @@
22607 }
22608 },
22609 "node_modules/gatsby-link": {
22535 - "version": "5.14.1",
22536 - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.14.1.tgz",
22537 - "integrity": "sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==",
22610 + "version": "5.15.0",
22611 + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.15.0.tgz",
22612 + "integrity": "sha512-YUUWc8p2/6wZpSPES+8qPyWGomX9RRUU1omsLSRpRw+XZ6WxeTJ56SLp0XLU1zvtdpb74FGpdAOj8uvDffEtIw==",
22613 + "license": "MIT",
22614 "dependencies": {
22615 "@types/reach__router": "^1.3.10",
22540 - "gatsby-page-utils": "^3.14.0",
22616 + "gatsby-page-utils": "^3.15.0",
22617 "prop-types": "^15.8.1"
22618 },
22619 "engines": {
@@ -22550,16 +22626,16 @@
22626 }
22627 },
22628 "node_modules/gatsby-page-utils": {
22553 - "version": "3.14.0",
22554 - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.14.0.tgz",
22555 - "integrity": "sha512-/Od94fkzkkSzngqglctGMTssQPvHt/Cnjl9hFPM2Clh5UIBSsHjOgOiqM0EPg7VRLXBZypq3DspG2lNaeqCNIA==",
22629 + "version": "3.15.0",
22630 + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.15.0.tgz",
22631 + "integrity": "sha512-RXxFajO9f74Aw5cir1d6llzLQ1wePn7IWSG5xig+5pfPprIiKX76qFNUHwOf5Y3RFi/Qb0PWaVlRIyYh5uPQGw==",
22632 "license": "MIT",
22633 "dependencies": {
22634 "@babel/runtime": "^7.20.13",
22635 "bluebird": "^3.7.2",
22560 - "chokidar": "^3.5.3",
22636 + "chokidar": "^3.6.0",
22637 "fs-exists-cached": "^1.0.0",
22562 - "gatsby-core-utils": "^4.14.0",
22638 + "gatsby-core-utils": "^4.15.0",
22639 "glob": "^7.2.3",
22640 "lodash": "^4.17.21",
22641 "micromatch": "^4.0.5"
@@ -22612,12 +22688,12 @@
22688 }
22689 },
22690 "node_modules/gatsby-parcel-config": {
22615 - "version": "1.14.0",
22616 - "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.14.0.tgz",
22617 - "integrity": "sha512-S7RQOo1O5wzHxHB1AHh4xKbg8Jj76VPbSMfVsVVapL2Ht7p1zxrZ7p2pOX3pr5WJnfacREOQwLhlk8rk8TDbGw==",
22691 + "version": "1.15.0",
22692 + "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.15.0.tgz",
22693 + "integrity": "sha512-A6Vh0B+Afp5/4xxP1t6jfzCusUZGZqN10rP31KxHrn1e8jMhwrnjOx/0nm/wYnWO2YOO3bFP72Rwg7MKC2rn3A==",
22694 "license": "MIT",
22695 "dependencies": {
22620 - "@gatsbyjs/parcel-namer-relative-to-cwd": "2.14.0",
22696 + "@gatsbyjs/parcel-namer-relative-to-cwd": "2.15.0",
22697 "@parcel/bundler-default": "2.8.3",
22698 "@parcel/compressor-raw": "2.8.3",
22699 "@parcel/namer-default": "2.8.3",
@@ -22638,14 +22714,14 @@
22714 }
22715 },
22716 "node_modules/gatsby-plugin-manifest": {
22641 - "version": "5.14.0",
22642 - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.14.0.tgz",
22643 - "integrity": "sha512-ZJS+sCg8KIlXTEilInBt+kkPbGPOXX3wuRlOJiHwcou+uCmU/VZ4gif1DVazCseAbWtAdQxb3GkMlKTsGqtYiQ==",
22717 + "version": "5.15.0",
22718 + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.15.0.tgz",
22719 + "integrity": "sha512-Sa7IbCC+lx3ib650k/vXho1B+oGUAGBYGFuBrUgQNuI7RhQhzJzM2h/ePHAdQWfxhoHh1K007uHnTtiOFnq3Dw==",
22720 "license": "MIT",
22721 "dependencies": {
22722 "@babel/runtime": "^7.20.13",
22647 - "gatsby-core-utils": "^4.14.0",
22648 - "gatsby-plugin-utils": "^4.14.0",
22723 + "gatsby-core-utils": "^4.15.0",
22724 + "gatsby-plugin-utils": "^4.15.0",
22725 "semver": "^7.5.3",
22726 "sharp": "^0.32.6"
22727 },
@@ -22657,9 +22733,9 @@
22733 }
22734 },
22735 "node_modules/gatsby-plugin-mdx": {
22660 - "version": "5.14.1",
22661 - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.14.1.tgz",
22662 - "integrity": "sha512-BkrK10XqWkvYJNraSnPt/Ih/TmSjEzSWOEyWMSOJhHC+xpdqGakKKbkHButGQLMwC4W+v7jjQ3ZCbDQLXxZ5ZQ==",
22736 + "version": "5.15.0",
22737 + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.15.0.tgz",
22738 + "integrity": "sha512-JYT6OHxmgBJ7J8q9IPz/01OyK3GQFJ+2snEtdsENbucXH/DYFpeit8r2N2m/nwiTz4lfuYyg7S7ht3By5epL3w==",
22739 "license": "MIT",
22740 "dependencies": {
22741 "@mdx-js/mdx": "^2.3.0",
@@ -22669,8 +22745,8 @@
22745 "deepmerge": "^4.3.1",
22746 "estree-util-build-jsx": "^2.2.2",
22747 "fs-extra": "^11.2.0",
22672 - "gatsby-core-utils": "^4.14.0",
22673 - "gatsby-plugin-utils": "^4.14.0",
22748 + "gatsby-core-utils": "^4.15.0",
22749 + "gatsby-plugin-utils": "^4.15.0",
22750 "gray-matter": "^4.0.3",
22751 "mdast-util-mdx": "^2.0.1",
22752 "mdast-util-to-hast": "^10.2.0",
@@ -23353,20 +23429,20 @@
23429 }
23430 },
23431 "node_modules/gatsby-plugin-page-creator": {
23356 - "version": "5.14.0",
23357 - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-5.14.0.tgz",
23358 - "integrity": "sha512-H7Yk6Z+kRgOKlco6gFyj9tay+V9eeufZce+NSH6tqHq7pQ56+/X46y4XdeBsrr6wnRs0dBy+Z9rmJTD5w78c2w==",
23432 + "version": "5.15.0",
23433 + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-5.15.0.tgz",
23434 + "integrity": "sha512-OYT37V2vif83c9TbnNoQrxzKqfSiXoRUWleXrxs3q5lydxCBrGc5DIQgJLJSJRs4OYEBFniYVIAdM+i5jD2Ybw==",
23435 "license": "MIT",
23436 "dependencies": {
23437 "@babel/runtime": "^7.20.13",
23438 "@babel/traverse": "^7.20.13",
23439 "@sindresorhus/slugify": "^1.1.2",
23364 - "chokidar": "^3.5.3",
23440 + "chokidar": "^3.6.0",
23441 "fs-exists-cached": "^1.0.0",
23442 "fs-extra": "^11.2.0",
23367 - "gatsby-core-utils": "^4.14.0",
23368 - "gatsby-page-utils": "^3.14.0",
23369 - "gatsby-plugin-utils": "^4.14.0",
23443 + "gatsby-core-utils": "^4.15.0",
23444 + "gatsby-page-utils": "^3.15.0",
23445 + "gatsby-plugin-utils": "^4.15.0",
23446 "globby": "^11.1.0",
23447 "lodash": "^4.17.21"
23448 },
@@ -23378,9 +23454,9 @@
23454 }
23455 },
23456 "node_modules/gatsby-plugin-postcss": {
23381 - "version": "6.14.0",
23382 - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-6.14.0.tgz",
23383 - "integrity": "sha512-cX3tVwMh/ndQEqYakp3BgpBmTKXZB8FB3csu55eq2wu+aA0XzpnDSsdYT99HzGV93FtBHvxIaF2E5LUavz52EQ==",
23457 + "version": "6.15.0",
23458 + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-6.15.0.tgz",
23459 + "integrity": "sha512-FGr3KGbM+EkRmwzhUdgVe7V/4G8KJLqeSUJgbY6HfKy3eyw+cKEAV+SlDM/cdDsjzSV7M+0NWth1TlldlRHPmg==",
23460 "license": "MIT",
23461 "dependencies": {
23462 "@babel/runtime": "^7.20.13",
@@ -23470,9 +23546,9 @@
23546 }
23547 },
23548 "node_modules/gatsby-plugin-styled-components": {
23473 - "version": "6.14.0",
23474 - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.14.0.tgz",
23475 - "integrity": "sha512-sZGJVzgp0EphGVwbR6QIHIhzWLxsYzeTUL5AdP2Eh3BbxZ6iTiyxBAJGCP9oarFDspxwE+jAv/3URjEvsv213w==",
23549 + "version": "6.15.0",
23550 + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-6.15.0.tgz",
23551 + "integrity": "sha512-Jc1/3K4pQcEUof6KQOsFohIlMKZsc5A7Ke/Jvi6rSOBjxoCZTvPODtIvOhoGCzufu9ghj6h0CKm8nBdzjwoA/A==",
23552 "license": "MIT",
23553 "dependencies": {
23554 "@babel/runtime": "^7.20.13"
@@ -23489,9 +23565,9 @@
23565 }
23566 },
23567 "node_modules/gatsby-plugin-typescript": {
23492 - "version": "5.14.0",
23493 - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-5.14.0.tgz",
23494 - "integrity": "sha512-rvdNtBKGYV0HpvZ78up39rLu5057pVTil1Z7O65MVIQyB99FGfYy96dygWOQhf9wBh0tt9oFYvaU/VMY9Gwyrg==",
23568 + "version": "5.15.0",
23569 + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-5.15.0.tgz",
23570 + "integrity": "sha512-UFNZ1/CBzfVwd4nCGKwhYo4BE++OF6F1rplprlmvQEjFFfuZIvNxf1TiGCjKM6U7J55rG3F3jKeSLMGEkTBjfg==",
23571 "license": "MIT",
23572 "dependencies": {
23573 "@babel/core": "^7.20.12",
@@ -23500,7 +23576,7 @@
23576 "@babel/plugin-proposal-optional-chaining": "^7.20.7",
23577 "@babel/preset-typescript": "^7.18.6",
23578 "@babel/runtime": "^7.20.13",
23503 - "babel-plugin-remove-graphql-queries": "^5.14.0"
23579 + "babel-plugin-remove-graphql-queries": "^5.15.0"
23580 },
23581 "engines": {
23582 "node": ">=18.0.0"
@@ -23510,16 +23586,16 @@
23586 }
23587 },
23588 "node_modules/gatsby-plugin-utils": {
23513 - "version": "4.14.0",
23514 - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.14.0.tgz",
23515 - "integrity": "sha512-w7EZ0C7JA9sG3JiBS2ffGsrZplAbtNk0Junb3UeUFj66CY0MU8UV0rZIzBkz+EMbQvPkxvVJNQu4/tA9ohCvfA==",
23589 + "version": "4.15.0",
23590 + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.15.0.tgz",
23591 + "integrity": "sha512-6syfcye5eVYHXAU48G83mU2uXohxM3fO0BSGYYvGYlnM7FSV5HvwfFuksh3QEd0MKpE9gcQMVPvxa0pq2/PWdg==",
23592 "license": "MIT",
23593 "dependencies": {
23594 "@babel/runtime": "^7.20.13",
23595 "fastq": "^1.16.0",
23596 "fs-extra": "^11.2.0",
23521 - "gatsby-core-utils": "^4.14.0",
23522 - "gatsby-sharp": "^1.14.0",
23597 + "gatsby-core-utils": "^4.15.0",
23598 + "gatsby-sharp": "^1.15.0",
23599 "graphql-compose": "^9.0.10",
23600 "import-from": "^4.0.0",
23601 "joi": "^17.11.0",
@@ -23534,9 +23610,9 @@
23610 }
23611 },
23612 "node_modules/gatsby-react-router-scroll": {
23537 - "version": "6.14.0",
23538 - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.14.0.tgz",
23539 - "integrity": "sha512-Tx+TsS2JE4BGbImgadKEfESpZeCUkQKbL5OTybNHk9T/E9zDDtECD6IRVCiC1w5LucxvrNwRww9oyeAHCZbbeg==",
23613 + "version": "6.15.0",
23614 + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.15.0.tgz",
23615 + "integrity": "sha512-Qxgd5Zx/6mpYOZJloO6qwHu/kjUE6dMCLpP00VWfeDgB14BqhPeV4A53zSgvO53vqlO+Vbm6ggUlOOt7daPA4Q==",
23616 "license": "MIT",
23617 "dependencies": {
23618 "@babel/runtime": "^7.20.13",
@@ -23552,9 +23628,9 @@
23628 }
23629 },
23630 "node_modules/gatsby-script": {
23555 - "version": "2.14.0",
23556 - "resolved": "https://registry.npmjs.org/gatsby-script/-/gatsby-script-2.14.0.tgz",
23557 - "integrity": "sha512-A3IV2cXUrXrzW39kTYJMjbvUlHRjoaZVwH0zsfPINldXw9PenIlr5uBOMWx3IWUlKIghN1rBG+sRIyNczPtxyw==",
23631 + "version": "2.15.0",
23632 + "resolved": "https://registry.npmjs.org/gatsby-script/-/gatsby-script-2.15.0.tgz",
23633 + "integrity": "sha512-5FYEVPg7924Xvjj26isycLGK/6rEAa1xsb957U+Few2/J30Gego6PHggYbNNN8wut2AlqRvMdML6U16PaA1fSw==",
23634 "license": "MIT",
23635 "engines": {
23636 "node": ">=18.0.0"
@@ -23566,9 +23642,9 @@
23642 }
23643 },
23644 "node_modules/gatsby-sharp": {
23569 - "version": "1.14.0",
23570 - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.14.0.tgz",
23571 - "integrity": "sha512-2lZg8NEg5M8jzkMYZouf0I5e1TVpwjtEiKg48R4dGOhYqDKGfENVJWRnvYtw12zNfgBgQ/gUryG7Zj7qMLVANA==",
23645 + "version": "1.15.0",
23646 + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.15.0.tgz",
23647 + "integrity": "sha512-nl+dSQwXPmhkE0qcLVvkLdE8scQALYopuk25RkLCDfi1VTNz0g6wcZwkmbcNjlTCR4RkbvCt7MGgNC7CVH3Ddw==",
23648 "license": "MIT",
23649 "dependencies": {
23650 "sharp": "^0.32.6"
@@ -23578,16 +23654,16 @@
23654 }
23655 },
23656 "node_modules/gatsby-source-filesystem": {
23581 - "version": "5.14.0",
23582 - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz",
23583 - "integrity": "sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==",
23657 + "version": "5.15.0",
23658 + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.15.0.tgz",
23659 + "integrity": "sha512-i8pJdgGEVo+M9F1BCChKg3kzxpMTsK/wddtNvUPZj47yJGNJlW3Cax6Qr8mTu8/Rm5kno4+uM8eLKjwdB0ajMQ==",
23660 "license": "MIT",
23661 "dependencies": {
23662 "@babel/runtime": "^7.20.13",
23587 - "chokidar": "^3.5.3",
23663 + "chokidar": "^3.6.0",
23664 "file-type": "^16.5.4",
23665 "fs-extra": "^11.2.0",
23590 - "gatsby-core-utils": "^4.14.0",
23666 + "gatsby-core-utils": "^4.15.0",
23667 "mime": "^3.0.0",
23668 "pretty-bytes": "^5.6.0",
23669 "valid-url": "^1.0.9",
@@ -23601,9 +23677,9 @@
23677 }
23678 },
23679 "node_modules/gatsby-transformer-yaml": {
23604 - "version": "5.14.0",
23605 - "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-5.14.0.tgz",
23606 - "integrity": "sha512-hd455kTUEh23eK2A6arQqOetoHr+1gy8ucrCIxnb6dQz/ow1KMx6S7GvgoMiwHZ3EKgB4dSONPhk93yfntvvdg==",
23680 + "version": "5.15.0",
23681 + "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-5.15.0.tgz",
23682 + "integrity": "sha512-gmqQr1LhlQQ2OpMt8VQfo6pzAuzpn+FzhCMc7Qk6WZvBBMnZYxM5ObWYtBnDP+MLEESFeeIon1oKt1/ZZVSE+Q==",
23683 "license": "MIT",
23684 "dependencies": {
23685 "@babel/runtime": "^7.20.13",
@@ -23636,9 +23712,9 @@
23712 }
23713 },
23714 "node_modules/gatsby-worker": {
23639 - "version": "2.14.0",
23640 - "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-2.14.0.tgz",
23641 - "integrity": "sha512-a5DjKgC9mjhfLhyQO6ZX9tuKoDY8KkJrfBg3g0GHyh8hCzlxYvnOc+URGBG/PmF+7yNBiNjA1dENKKmD0fBWjw==",
23715 + "version": "2.15.0",
23716 + "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-2.15.0.tgz",
23717 + "integrity": "sha512-oi6eEN8nSxrh68c+yXY9ssi9Wv4GLVXgEF8RctvAZGe8DqLf8VfXJovAETJOaTM9wknUEpUj+DqZfcv898+yeA==",
23718 "license": "MIT",
23719 "dependencies": {
23720 "@babel/core": "^7.20.12",
@@ -25260,30 +25336,15 @@
25336 }
25337 },
25338 "node_modules/ignore-walk": {
25263 - "version": "7.0.0",
25264 - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
25265 - "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
25266 - "license": "ISC",
25267 - "dependencies": {
25268 - "minimatch": "^9.0.0"
25269 - },
25270 - "engines": {
25271 - "node": "^18.17.0 || >=20.5.0"
25272 - }
25273 - },
25274 - "node_modules/ignore-walk/node_modules/minimatch": {
25275 - "version": "9.0.5",
25276 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
25277 - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
25339 + "version": "8.0.0",
25340 + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-8.0.0.tgz",
25341 + "integrity": "sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==",
25342 "license": "ISC",
25343 "dependencies": {
25280 - "brace-expansion": "^2.0.1"
25344 + "minimatch": "^10.0.3"
25345 },
25346 "engines": {
25283 - "node": ">=16 || 14 >=14.17"
25284 - },
25285 - "funding": {
25286 - "url": "https://github.com/sponsors/isaacs"
25347 + "node": "^20.17.0 || >=22.9.0"
25348 }
25349 },
25350 "node_modules/immer": {
@@ -26710,16 +26771,16 @@
26771 "license": "MIT"
26772 },
26773 "node_modules/jest": {
26713 - "version": "30.0.5",
26714 - "resolved": "https://registry.npmjs.org/jest/-/jest-30.0.5.tgz",
26715 - "integrity": "sha512-y2mfcJywuTUkvLm2Lp1/pFX8kTgMO5yyQGq/Sk/n2mN7XWYp4JsCZ/QXW34M8YScgk8bPZlREH04f6blPnoHnQ==",
26774 + "version": "30.1.3",
26775 + "resolved": "https://registry.npmjs.org/jest/-/jest-30.1.3.tgz",
26776 + "integrity": "sha512-Ry+p2+NLk6u8Agh5yVqELfUJvRfV51hhVBRIB5yZPY7mU0DGBmOuFG5GebZbMbm86cdQNK0fhJuDX8/1YorISQ==",
26777 "dev": true,
26778 "license": "MIT",
26779 "dependencies": {
26719 - "@jest/core": "30.0.5",
26780 + "@jest/core": "30.1.3",
26781 "@jest/types": "30.0.5",
26782 "import-local": "^3.2.0",
26722 - "jest-cli": "30.0.5"
26783 + "jest-cli": "30.1.3"
26784 },
26785 "bin": {
26786 "jest": "bin/jest.js"
@@ -26752,26 +26813,26 @@
26813 }
26814 },
26815 "node_modules/jest-circus": {
26755 - "version": "30.0.5",
26756 - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.0.5.tgz",
26757 - "integrity": "sha512-h/sjXEs4GS+NFFfqBDYT7y5Msfxh04EwWLhQi0F8kuWpe+J/7tICSlswU8qvBqumR3kFgHbfu7vU6qruWWBPug==",
26816 + "version": "30.1.3",
26817 + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.1.3.tgz",
26818 + "integrity": "sha512-Yf3dnhRON2GJT4RYzM89t/EXIWNxKTpWTL9BfF3+geFetWP4XSvJjiU1vrWplOiUkmq8cHLiwuhz+XuUp9DscA==",
26819 "dev": true,
26820 "license": "MIT",
26821 "dependencies": {
26761 - "@jest/environment": "30.0.5",
26762 - "@jest/expect": "30.0.5",
26763 - "@jest/test-result": "30.0.5",
26822 + "@jest/environment": "30.1.2",
26823 + "@jest/expect": "30.1.2",
26824 + "@jest/test-result": "30.1.3",
26825 "@jest/types": "30.0.5",
26826 "@types/node": "*",
26827 "chalk": "^4.1.2",
26828 "co": "^4.6.0",
26829 "dedent": "^1.6.0",
26830 "is-generator-fn": "^2.1.0",
26770 - "jest-each": "30.0.5",
26771 - "jest-matcher-utils": "30.0.5",
26772 - "jest-message-util": "30.0.5",
26773 - "jest-runtime": "30.0.5",
26774 - "jest-snapshot": "30.0.5",
26831 + "jest-each": "30.1.0",
26832 + "jest-matcher-utils": "30.1.2",
26833 + "jest-message-util": "30.1.0",
26834 + "jest-runtime": "30.1.3",
26835 + "jest-snapshot": "30.1.2",
26836 "jest-util": "30.0.5",
26837 "p-limit": "^3.1.0",
26838 "pretty-format": "30.0.5",
@@ -26832,21 +26893,21 @@
26893 }
26894 },
26895 "node_modules/jest-cli": {
26835 - "version": "30.0.5",
26836 - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.0.5.tgz",
26837 - "integrity": "sha512-Sa45PGMkBZzF94HMrlX4kUyPOwUpdZasaliKN3mifvDmkhLYqLLg8HQTzn6gq7vJGahFYMQjXgyJWfYImKZzOw==",
26896 + "version": "30.1.3",
26897 + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.1.3.tgz",
26898 + "integrity": "sha512-G8E2Ol3OKch1DEeIBl41NP7OiC6LBhfg25Btv+idcusmoUSpqUkbrneMqbW9lVpI/rCKb/uETidb7DNteheuAQ==",
26899 "dev": true,
26900 "license": "MIT",
26901 "dependencies": {
26841 - "@jest/core": "30.0.5",
26842 - "@jest/test-result": "30.0.5",
26902 + "@jest/core": "30.1.3",
26903 + "@jest/test-result": "30.1.3",
26904 "@jest/types": "30.0.5",
26905 "chalk": "^4.1.2",
26906 "exit-x": "^0.2.2",
26907 "import-local": "^3.2.0",
26847 - "jest-config": "30.0.5",
26908 + "jest-config": "30.1.3",
26909 "jest-util": "30.0.5",
26849 - "jest-validate": "30.0.5",
26910 + "jest-validate": "30.1.0",
26911 "yargs": "^17.7.2"
26912 },
26913 "bin": {
@@ -26898,31 +26959,31 @@
26959 }
26960 },
26961 "node_modules/jest-config": {
26901 - "version": "30.0.5",
26902 - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.0.5.tgz",
26903 - "integrity": "sha512-aIVh+JNOOpzUgzUnPn5FLtyVnqc3TQHVMupYtyeURSb//iLColiMIR8TxCIDKyx9ZgjKnXGucuW68hCxgbrwmA==",
26962 + "version": "30.1.3",
26963 + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.1.3.tgz",
26964 + "integrity": "sha512-M/f7gqdQEPgZNA181Myz+GXCe8jXcJsGjCMXUzRj22FIXsZOyHNte84e0exntOvdPaeh9tA0w+B8qlP2fAezfw==",
26965 "dev": true,
26966 "license": "MIT",
26967 "dependencies": {
26968 "@babel/core": "^7.27.4",
26908 - "@jest/get-type": "30.0.1",
26969 + "@jest/get-type": "30.1.0",
26970 "@jest/pattern": "30.0.1",
26910 - "@jest/test-sequencer": "30.0.5",
26971 + "@jest/test-sequencer": "30.1.3",
26972 "@jest/types": "30.0.5",
26912 - "babel-jest": "30.0.5",
26973 + "babel-jest": "30.1.2",
26974 "chalk": "^4.1.2",
26975 "ci-info": "^4.2.0",
26976 "deepmerge": "^4.3.1",
26977 "glob": "^10.3.10",
26978 "graceful-fs": "^4.2.11",
26918 - "jest-circus": "30.0.5",
26979 + "jest-circus": "30.1.3",
26980 "jest-docblock": "30.0.1",
26920 - "jest-environment-node": "30.0.5",
26981 + "jest-environment-node": "30.1.2",
26982 "jest-regex-util": "30.0.1",
26922 - "jest-resolve": "30.0.5",
26923 - "jest-runner": "30.0.5",
26983 + "jest-resolve": "30.1.3",
26984 + "jest-runner": "30.1.3",
26985 "jest-util": "30.0.5",
26925 - "jest-validate": "30.0.5",
26986 + "jest-validate": "30.1.0",
26987 "micromatch": "^4.0.8",
26988 "parse-json": "^5.2.0",
26989 "pretty-format": "30.0.5",
@@ -27014,14 +27075,14 @@
27075 }
27076 },
27077 "node_modules/jest-diff": {
27017 - "version": "30.0.5",
27018 - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.0.5.tgz",
27019 - "integrity": "sha512-1UIqE9PoEKaHcIKvq2vbibrCog4Y8G0zmOxgQUVEiTqwR5hJVMCoDsN1vFvI5JvwD37hjueZ1C4l2FyGnfpE0A==",
27078 + "version": "30.1.2",
27079 + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.1.2.tgz",
27080 + "integrity": "sha512-4+prq+9J61mOVXCa4Qp8ZjavdxzrWQXrI80GNxP8f4tkI2syPuPrJgdRPZRrfUTRvIoUwcmNLbqEJy9W800+NQ==",
27081 "dev": true,
27082 "license": "MIT",
27083 "dependencies": {
27084 "@jest/diff-sequences": "30.0.1",
27024 - "@jest/get-type": "30.0.1",
27085 + "@jest/get-type": "30.1.0",
27086 "chalk": "^4.1.2",
27087 "pretty-format": "30.0.5"
27088 },
@@ -27091,13 +27152,13 @@
27152 }
27153 },
27154 "node_modules/jest-each": {
27094 - "version": "30.0.5",
27095 - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.0.5.tgz",
27096 - "integrity": "sha512-dKjRsx1uZ96TVyejD3/aAWcNKy6ajMaN531CwWIsrazIqIoXI9TnnpPlkrEYku/8rkS3dh2rbH+kMOyiEIv0xQ==",
27155 + "version": "30.1.0",
27156 + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.1.0.tgz",
27157 + "integrity": "sha512-A+9FKzxPluqogNahpCv04UJvcZ9B3HamqpDNWNKDjtxVRYB8xbZLFuCr8JAJFpNp83CA0anGQFlpQna9Me+/tQ==",
27158 "dev": true,
27159 "license": "MIT",
27160 "dependencies": {
27100 - "@jest/get-type": "30.0.1",
27161 + "@jest/get-type": "30.1.0",
27162 "@jest/types": "30.0.5",
27163 "chalk": "^4.1.2",
27164 "jest-util": "30.0.5",
@@ -27156,14 +27217,14 @@
27217 }
27218 },
27219 "node_modules/jest-environment-jsdom": {
27159 - "version": "30.0.5",
27160 - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-30.0.5.tgz",
27161 - "integrity": "sha512-BmnDEoAH+jEjkPrvE9DTKS2r3jYSJWlN/r46h0/DBUxKrkgt2jAZ5Nj4wXLAcV1KWkRpcFqA5zri9SWzJZ1cCg==",
27220 + "version": "30.1.2",
27221 + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-30.1.2.tgz",
27222 + "integrity": "sha512-LXsfAh5+mDTuXDONGl1ZLYxtJEaS06GOoxJb2arcJTjIfh1adYg8zLD8f6P0df8VmjvCaMrLmc1PgHUI/YUTbg==",
27223 "dev": true,
27224 "license": "MIT",
27225 "dependencies": {
27165 - "@jest/environment": "30.0.5",
27166 - "@jest/environment-jsdom-abstract": "30.0.5",
27226 + "@jest/environment": "30.1.2",
27227 + "@jest/environment-jsdom-abstract": "30.1.2",
27228 "@types/jsdom": "^21.1.7",
27229 "@types/node": "*",
27230 "jsdom": "^26.1.0"
@@ -27181,28 +27242,28 @@
27242 }
27243 },
27244 "node_modules/jest-environment-node": {
27184 - "version": "30.0.5",
27185 - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.0.5.tgz",
27186 - "integrity": "sha512-ppYizXdLMSvciGsRsMEnv/5EFpvOdXBaXRBzFUDPWrsfmog4kYrOGWXarLllz6AXan6ZAA/kYokgDWuos1IKDA==",
27245 + "version": "30.1.2",
27246 + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.1.2.tgz",
27247 + "integrity": "sha512-w8qBiXtqGWJ9xpJIA98M0EIoq079GOQRQUyse5qg1plShUCQ0Ek1VTTcczqKrn3f24TFAgFtT+4q3aOXvjbsuA==",
27248 "dev": true,
27249 "license": "MIT",
27250 "dependencies": {
27190 - "@jest/environment": "30.0.5",
27191 - "@jest/fake-timers": "30.0.5",
27251 + "@jest/environment": "30.1.2",
27252 + "@jest/fake-timers": "30.1.2",
27253 "@jest/types": "30.0.5",
27254 "@types/node": "*",
27255 "jest-mock": "30.0.5",
27256 "jest-util": "30.0.5",
27196 - "jest-validate": "30.0.5"
27257 + "jest-validate": "30.1.0"
27258 },
27259 "engines": {
27260 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
27261 }
27262 },
27263 "node_modules/jest-haste-map": {
27203 - "version": "30.0.5",
27204 - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.0.5.tgz",
27205 - "integrity": "sha512-dkmlWNlsTSR0nH3nRfW5BKbqHefLZv0/6LCccG0xFCTWcJu8TuEwG+5Cm75iBfjVoockmO6J35o5gxtFSn5xeg==",
27264 + "version": "30.1.0",
27265 + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.1.0.tgz",
27266 + "integrity": "sha512-JLeM84kNjpRkggcGpQLsV7B8W4LNUWz7oDNVnY1Vjj22b5/fAb3kk3htiD+4Na8bmJmjJR7rBtS2Rmq/NEcADg==",
27267 "dev": true,
27268 "license": "MIT",
27269 "dependencies": {
@@ -27213,7 +27274,7 @@
27274 "graceful-fs": "^4.2.11",
27275 "jest-regex-util": "30.0.1",
27276 "jest-util": "30.0.5",
27216 - "jest-worker": "30.0.5",
27277 + "jest-worker": "30.1.0",
27278 "micromatch": "^4.0.8",
27279 "walker": "^1.0.8"
27280 },
@@ -27225,9 +27286,9 @@
27286 }
27287 },
27288 "node_modules/jest-haste-map/node_modules/jest-worker": {
27228 - "version": "30.0.5",
27229 - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.0.5.tgz",
27230 - "integrity": "sha512-ojRXsWzEP16NdUuBw/4H/zkZdHOa7MMYCk4E430l+8fELeLg/mqmMlRhjL7UNZvQrDmnovWZV4DxX03fZF48fQ==",
27289 + "version": "30.1.0",
27290 + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.1.0.tgz",
27291 + "integrity": "sha512-uvWcSjlwAAgIu133Tt77A05H7RIk3Ho8tZL50bQM2AkvLdluw9NG48lRCl3Dt+MOH719n/0nnb5YxUwcuJiKRA==",
27292 "dev": true,
27293 "license": "MIT",
27294 "dependencies": {
@@ -27241,7 +27302,7 @@
27302 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
27303 }
27304 },
27244 - "node_modules/jest-haste-map/node_modules/jest-worker/node_modules/supports-color": {
27305 + "node_modules/jest-haste-map/node_modules/supports-color": {
27306 "version": "8.1.1",
27307 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
27308 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
@@ -27258,13 +27319,13 @@
27319 }
27320 },
27321 "node_modules/jest-leak-detector": {
27261 - "version": "30.0.5",
27262 - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.0.5.tgz",
27263 - "integrity": "sha512-3Uxr5uP8jmHMcsOtYMRB/zf1gXN3yUIc+iPorhNETG54gErFIiUhLvyY/OggYpSMOEYqsmRxmuU4ZOoX5jpRFg==",
27322 + "version": "30.1.0",
27323 + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.1.0.tgz",
27324 + "integrity": "sha512-AoFvJzwxK+4KohH60vRuHaqXfWmeBATFZpzpmzNmYTtmRMiyGPVhkXpBqxUQunw+dQB48bDf4NpUs6ivVbRv1g==",
27325 "dev": true,
27326 "license": "MIT",
27327 "dependencies": {
27267 - "@jest/get-type": "30.0.1",
27328 + "@jest/get-type": "30.1.0",
27329 "pretty-format": "30.0.5"
27330 },
27331 "engines": {
@@ -27287,15 +27348,15 @@
27348 }
27349 },
27350 "node_modules/jest-matcher-utils": {
27290 - "version": "30.0.5",
27291 - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.0.5.tgz",
27292 - "integrity": "sha512-uQgGWt7GOrRLP1P7IwNWwK1WAQbq+m//ZY0yXygyfWp0rJlksMSLQAA4wYQC3b6wl3zfnchyTx+k3HZ5aPtCbQ==",
27351 + "version": "30.1.2",
27352 + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.1.2.tgz",
27353 + "integrity": "sha512-7ai16hy4rSbDjvPTuUhuV8nyPBd6EX34HkBsBcBX2lENCuAQ0qKCPb/+lt8OSWUa9WWmGYLy41PrEzkwRwoGZQ==",
27354 "dev": true,
27355 "license": "MIT",
27356 "dependencies": {
27296 - "@jest/get-type": "30.0.1",
27357 + "@jest/get-type": "30.1.0",
27358 "chalk": "^4.1.2",
27298 - "jest-diff": "30.0.5",
27359 + "jest-diff": "30.1.2",
27360 "pretty-format": "30.0.5"
27361 },
27362 "engines": {
@@ -27351,9 +27412,9 @@
27412 }
27413 },
27414 "node_modules/jest-message-util": {
27354 - "version": "30.0.5",
27355 - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.0.5.tgz",
27356 - "integrity": "sha512-NAiDOhsK3V7RU0Aa/HnrQo+E4JlbarbmI3q6Pi4KcxicdtjV82gcIUrejOtczChtVQR4kddu1E1EJlW6EN9IyA==",
27415 + "version": "30.1.0",
27416 + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.1.0.tgz",
27417 + "integrity": "sha512-HizKDGG98cYkWmaLUHChq4iN+oCENohQLb7Z5guBPumYs+/etonmNFlg1Ps6yN9LTPyZn+M+b/9BbnHx3WTMDg==",
27418 "dev": true,
27419 "license": "MIT",
27420 "dependencies": {
@@ -27462,18 +27523,18 @@
27523 }
27524 },
27525 "node_modules/jest-resolve": {
27465 - "version": "30.0.5",
27466 - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.0.5.tgz",
27467 - "integrity": "sha512-d+DjBQ1tIhdz91B79mywH5yYu76bZuE96sSbxj8MkjWVx5WNdt1deEFRONVL4UkKLSrAbMkdhb24XN691yDRHg==",
27526 + "version": "30.1.3",
27527 + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.1.3.tgz",
27528 + "integrity": "sha512-DI4PtTqzw9GwELFS41sdMK32Ajp3XZQ8iygeDMWkxlRhm7uUTOFSZFVZABFuxr0jvspn8MAYy54NxZCsuCTSOw==",
27529 "dev": true,
27530 "license": "MIT",
27531 "dependencies": {
27532 "chalk": "^4.1.2",
27533 "graceful-fs": "^4.2.11",
27473 - "jest-haste-map": "30.0.5",
27534 + "jest-haste-map": "30.1.0",
27535 "jest-pnp-resolver": "^1.2.3",
27536 "jest-util": "30.0.5",
27476 - "jest-validate": "30.0.5",
27537 + "jest-validate": "30.1.0",
27538 "slash": "^3.0.0",
27539 "unrs-resolver": "^1.7.11"
27540 },
@@ -27482,14 +27543,14 @@
27543 }
27544 },
27545 "node_modules/jest-resolve-dependencies": {
27485 - "version": "30.0.5",
27486 - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.0.5.tgz",
27487 - "integrity": "sha512-/xMvBR4MpwkrHW4ikZIWRttBBRZgWK4d6xt3xW1iRDSKt4tXzYkMkyPfBnSCgv96cpkrctfXs6gexeqMYqdEpw==",
27546 + "version": "30.1.3",
27547 + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.1.3.tgz",
27548 + "integrity": "sha512-DNfq3WGmuRyHRHfEet+Zm3QOmVFtIarUOQHHryKPc0YL9ROfgWZxl4+aZq/VAzok2SS3gZdniP+dO4zgo59hBg==",
27549 "dev": true,
27550 "license": "MIT",
27551 "dependencies": {
27552 "jest-regex-util": "30.0.1",
27492 - "jest-snapshot": "30.0.5"
27553 + "jest-snapshot": "30.1.2"
27554 },
27555 "engines": {
27556 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -27529,16 +27590,16 @@
27590 }
27591 },
27592 "node_modules/jest-runner": {
27532 - "version": "30.0.5",
27533 - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.0.5.tgz",
27534 - "integrity": "sha512-JcCOucZmgp+YuGgLAXHNy7ualBx4wYSgJVWrYMRBnb79j9PD0Jxh0EHvR5Cx/r0Ce+ZBC4hCdz2AzFFLl9hCiw==",
27593 + "version": "30.1.3",
27594 + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.1.3.tgz",
27595 + "integrity": "sha512-dd1ORcxQraW44Uz029TtXj85W11yvLpDuIzNOlofrC8GN+SgDlgY4BvyxJiVeuabA1t6idjNbX59jLd2oplOGQ==",
27596 "dev": true,
27597 "license": "MIT",
27598 "dependencies": {
27538 - "@jest/console": "30.0.5",
27539 - "@jest/environment": "30.0.5",
27540 - "@jest/test-result": "30.0.5",
27541 - "@jest/transform": "30.0.5",
27599 + "@jest/console": "30.1.2",
27600 + "@jest/environment": "30.1.2",
27601 + "@jest/test-result": "30.1.3",
27602 + "@jest/transform": "30.1.2",
27603 "@jest/types": "30.0.5",
27604 "@types/node": "*",
27605 "chalk": "^4.1.2",
@@ -27546,15 +27607,15 @@
27607 "exit-x": "^0.2.2",
27608 "graceful-fs": "^4.2.11",
27609 "jest-docblock": "30.0.1",
27549 - "jest-environment-node": "30.0.5",
27550 - "jest-haste-map": "30.0.5",
27551 - "jest-leak-detector": "30.0.5",
27552 - "jest-message-util": "30.0.5",
27553 - "jest-resolve": "30.0.5",
27554 - "jest-runtime": "30.0.5",
27610 + "jest-environment-node": "30.1.2",
27611 + "jest-haste-map": "30.1.0",
27612 + "jest-leak-detector": "30.1.0",
27613 + "jest-message-util": "30.1.0",
27614 + "jest-resolve": "30.1.3",
27615 + "jest-runtime": "30.1.3",
27616 "jest-util": "30.0.5",
27556 - "jest-watcher": "30.0.5",
27557 - "jest-worker": "30.0.5",
27617 + "jest-watcher": "30.1.3",
27618 + "jest-worker": "30.1.0",
27619 "p-limit": "^3.1.0",
27620 "source-map-support": "0.5.13"
27621 },
@@ -27596,9 +27657,9 @@
27657 }
27658 },
27659 "node_modules/jest-runner/node_modules/jest-worker": {
27599 - "version": "30.0.5",
27600 - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.0.5.tgz",
27601 - "integrity": "sha512-ojRXsWzEP16NdUuBw/4H/zkZdHOa7MMYCk4E430l+8fELeLg/mqmMlRhjL7UNZvQrDmnovWZV4DxX03fZF48fQ==",
27660 + "version": "30.1.0",
27661 + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.1.0.tgz",
27662 + "integrity": "sha512-uvWcSjlwAAgIu133Tt77A05H7RIk3Ho8tZL50bQM2AkvLdluw9NG48lRCl3Dt+MOH719n/0nnb5YxUwcuJiKRA==",
27663 "dev": true,
27664 "license": "MIT",
27665 "dependencies": {
@@ -27629,18 +27690,18 @@
27690 }
27691 },
27692 "node_modules/jest-runtime": {
27632 - "version": "30.0.5",
27633 - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.0.5.tgz",
27634 - "integrity": "sha512-7oySNDkqpe4xpX5PPiJTe5vEa+Ak/NnNz2bGYZrA1ftG3RL3EFlHaUkA1Cjx+R8IhK0Vg43RML5mJedGTPNz3A==",
27693 + "version": "30.1.3",
27694 + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.1.3.tgz",
27695 + "integrity": "sha512-WS8xgjuNSphdIGnleQcJ3AKE4tBKOVP+tKhCD0u+Tb2sBmsU8DxfbBpZX7//+XOz81zVs4eFpJQwBNji2Y07DA==",
27696 "dev": true,
27697 "license": "MIT",
27698 "dependencies": {
27638 - "@jest/environment": "30.0.5",
27639 - "@jest/fake-timers": "30.0.5",
27640 - "@jest/globals": "30.0.5",
27699 + "@jest/environment": "30.1.2",
27700 + "@jest/fake-timers": "30.1.2",
27701 + "@jest/globals": "30.1.2",
27702 "@jest/source-map": "30.0.1",
27642 - "@jest/test-result": "30.0.5",
27643 - "@jest/transform": "30.0.5",
27703 + "@jest/test-result": "30.1.3",
27704 + "@jest/transform": "30.1.2",
27705 "@jest/types": "30.0.5",
27706 "@types/node": "*",
27707 "chalk": "^4.1.2",
@@ -27648,12 +27709,12 @@
27709 "collect-v8-coverage": "^1.0.2",
27710 "glob": "^10.3.10",
27711 "graceful-fs": "^4.2.11",
27651 - "jest-haste-map": "30.0.5",
27652 - "jest-message-util": "30.0.5",
27712 + "jest-haste-map": "30.1.0",
27713 + "jest-message-util": "30.1.0",
27714 "jest-mock": "30.0.5",
27715 "jest-regex-util": "30.0.1",
27655 - "jest-resolve": "30.0.5",
27656 - "jest-snapshot": "30.0.5",
27716 + "jest-resolve": "30.1.3",
27717 + "jest-snapshot": "30.1.2",
27718 "jest-util": "30.0.5",
27719 "slash": "^3.0.0",
27720 "strip-bom": "^4.0.0"
@@ -27696,9 +27757,9 @@
27757 }
27758 },
27759 "node_modules/jest-snapshot": {
27699 - "version": "30.0.5",
27700 - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.0.5.tgz",
27701 - "integrity": "sha512-T00dWU/Ek3LqTp4+DcW6PraVxjk28WY5Ua/s+3zUKSERZSNyxTqhDXCWKG5p2HAJ+crVQ3WJ2P9YVHpj1tkW+g==",
27760 + "version": "30.1.2",
27761 + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.1.2.tgz",
27762 + "integrity": "sha512-4q4+6+1c8B6Cy5pGgFvjDy/Pa6VYRiGu0yQafKkJ9u6wQx4G5PqI2QR6nxTl43yy7IWsINwz6oT4o6tD12a8Dg==",
27763 "dev": true,
27764 "license": "MIT",
27765 "dependencies": {
@@ -27707,18 +27768,18 @@
27768 "@babel/plugin-syntax-jsx": "^7.27.1",
27769 "@babel/plugin-syntax-typescript": "^7.27.1",
27770 "@babel/types": "^7.27.3",
27710 - "@jest/expect-utils": "30.0.5",
27711 - "@jest/get-type": "30.0.1",
27712 - "@jest/snapshot-utils": "30.0.5",
27713 - "@jest/transform": "30.0.5",
27771 + "@jest/expect-utils": "30.1.2",
27772 + "@jest/get-type": "30.1.0",
27773 + "@jest/snapshot-utils": "30.1.2",
27774 + "@jest/transform": "30.1.2",
27775 "@jest/types": "30.0.5",
27776 "babel-preset-current-node-syntax": "^1.1.0",
27777 "chalk": "^4.1.2",
27717 - "expect": "30.0.5",
27778 + "expect": "30.1.2",
27779 "graceful-fs": "^4.2.11",
27719 - "jest-diff": "30.0.5",
27720 - "jest-matcher-utils": "30.0.5",
27721 - "jest-message-util": "30.0.5",
27780 + "jest-diff": "30.1.2",
27781 + "jest-matcher-utils": "30.1.2",
27782 + "jest-message-util": "30.1.0",
27783 "jest-util": "30.0.5",
27784 "pretty-format": "30.0.5",
27785 "semver": "^7.7.2",
@@ -27857,13 +27918,13 @@
27918 }
27919 },
27920 "node_modules/jest-validate": {
27860 - "version": "30.0.5",
27861 - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.0.5.tgz",
27862 - "integrity": "sha512-ouTm6VFHaS2boyl+k4u+Qip4TSH7Uld5tyD8psQ8abGgt2uYYB8VwVfAHWHjHc0NWmGGbwO5h0sCPOGHHevefw==",
27921 + "version": "30.1.0",
27922 + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.1.0.tgz",
27923 + "integrity": "sha512-7P3ZlCFW/vhfQ8pE7zW6Oi4EzvuB4sgR72Q1INfW9m0FGo0GADYlPwIkf4CyPq7wq85g+kPMtPOHNAdWHeBOaA==",
27924 "dev": true,
27925 "license": "MIT",
27926 "dependencies": {
27866 - "@jest/get-type": "30.0.1",
27927 + "@jest/get-type": "30.1.0",
27928 "@jest/types": "30.0.5",
27929 "camelcase": "^6.3.0",
27930 "chalk": "^4.1.2",
@@ -27936,13 +27997,13 @@
27997 }
27998 },
27999 "node_modules/jest-watcher": {
27939 - "version": "30.0.5",
27940 - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.0.5.tgz",
27941 - "integrity": "sha512-z9slj/0vOwBDBjN3L4z4ZYaA+pG56d6p3kTUhFRYGvXbXMWhXmb/FIxREZCD06DYUwDKKnj2T80+Pb71CQ0KEg==",
28000 + "version": "30.1.3",
28001 + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.1.3.tgz",
28002 + "integrity": "sha512-6jQUZCP1BTL2gvG9E4YF06Ytq4yMb4If6YoQGRR6PpjtqOXSP3sKe2kqwB6SQ+H9DezOfZaSLnmka1NtGm3fCQ==",
28003 "dev": true,
28004 "license": "MIT",
28005 "dependencies": {
27945 - "@jest/test-result": "30.0.5",
28006 + "@jest/test-result": "30.1.3",
28007 "@jest/types": "30.0.5",
28008 "@types/node": "*",
28009 "ansi-escapes": "^4.3.2",
@@ -28003,10 +28064,9 @@
28064 }
28065 },
28066 "node_modules/jiti": {
28006 - "version": "2.4.2",
28007 - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
28008 - "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
28009 - "dev": true,
28067 + "version": "2.5.1",
28068 + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
28069 + "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
28070 "license": "MIT",
28071 "bin": {
28072 "jiti": "lib/jiti-cli.mjs"
@@ -33001,6 +33061,7 @@
33061 "version": "2.1.2",
33062 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
33063 "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
33064 + "dev": true,
33065 "license": "MIT",
33066 "dependencies": {
33067 "minipass": "^3.0.0",
@@ -33014,6 +33075,7 @@
33075 "version": "3.3.6",
33076 "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
33077 "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
33078 + "dev": true,
33079 "license": "ISC",
33080 "dependencies": {
33081 "yallist": "^4.0.0"
@@ -33508,6 +33570,7 @@
33570 "version": "7.0.0",
33571 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-7.0.0.tgz",
33572 "integrity": "sha512-k6U0gKRIuNCTkwHGZqblCfLfBRh+w1vI6tBo+IeJwq2M8FUiOqhX7GH+GArQGScA7azd1WfyRCvxoXDO3hQDIA==",
33573 + "dev": true,
33574 "license": "BSD-2-Clause",
33575 "dependencies": {
33576 "hosted-git-info": "^8.0.0",
@@ -33605,12 +33668,12 @@
33668 }
33669 },
33670 "node_modules/npm-packlist": {
33608 - "version": "10.0.0",
33609 - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.0.tgz",
33610 - "integrity": "sha512-rht9U6nS8WOBDc53eipZNPo5qkAV4X2rhKE2Oj1DYUQ3DieXfj0mKkVmjnf3iuNdtMd8WfLdi2L6ASkD/8a+Kg==",
33671 + "version": "10.0.1",
33672 + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.1.tgz",
33673 + "integrity": "sha512-vaC03b2PqJA6QqmwHi1jNU8fAPXEnnyv4j/W4PVfgm24C4/zZGSVut3z0YUeN0WIFCo1oGOL02+6LbvFK7JL4Q==",
33674 "license": "ISC",
33675 "dependencies": {
33613 - "ignore-walk": "^7.0.0"
33676 + "ignore-walk": "^8.0.0"
33677 },
33678 "engines": {
33679 "node": "^20.17.0 || >=22.9.0"
@@ -34391,28 +34454,28 @@
34454 }
34455 },
34456 "node_modules/pacote": {
34394 - "version": "21.0.0",
34395 - "resolved": "https://registry.npmjs.org/pacote/-/pacote-21.0.0.tgz",
34396 - "integrity": "sha512-lcqexq73AMv6QNLo7SOpz0JJoaGdS3rBFgF122NZVl1bApo2mfu+XzUBU/X/XsiJu+iUmKpekRayqQYAs+PhkA==",
34457 + "version": "21.0.1",
34458 + "resolved": "https://registry.npmjs.org/pacote/-/pacote-21.0.1.tgz",
34459 + "integrity": "sha512-LHGIUQUrcDIJUej53KJz1BPvUuHrItrR2yrnN0Kl9657cJ0ZT6QJHk9wWPBnQZhYT5KLyZWrk9jaYc2aKDu4yw==",
34460 "license": "ISC",
34461 "dependencies": {
34462 "@npmcli/git": "^6.0.0",
34463 "@npmcli/installed-package-contents": "^3.0.0",
34401 - "@npmcli/package-json": "^6.0.0",
34464 + "@npmcli/package-json": "^7.0.0",
34465 "@npmcli/promise-spawn": "^8.0.0",
34403 - "@npmcli/run-script": "^9.0.0",
34404 - "cacache": "^19.0.0",
34466 + "@npmcli/run-script": "^10.0.0",
34467 + "cacache": "^20.0.0",
34468 "fs-minipass": "^3.0.0",
34469 "minipass": "^7.0.2",
34407 - "npm-package-arg": "^12.0.0",
34408 - "npm-packlist": "^10.0.0",
34470 + "npm-package-arg": "^13.0.0",
34471 + "npm-packlist": "^10.0.1",
34472 "npm-pick-manifest": "^10.0.0",
34410 - "npm-registry-fetch": "^18.0.0",
34473 + "npm-registry-fetch": "^19.0.0",
34474 "proc-log": "^5.0.0",
34475 "promise-retry": "^2.0.1",
34413 - "sigstore": "^3.0.0",
34476 + "sigstore": "^4.0.0",
34477 "ssri": "^12.0.0",
34415 - "tar": "^6.1.11"
34478 + "tar": "^7.4.3"
34479 },
34480 "bin": {
34481 "pacote": "bin/index.js"
@@ -34437,6 +34500,12 @@
34500 "node": "^18.17.0 || >=20.5.0"
34501 }
34502 },
34503 + "node_modules/pacote/node_modules/@npmcli/agent/node_modules/lru-cache": {
34504 + "version": "10.4.3",
34505 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
34506 + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
34507 + "license": "ISC"
34508 + },
34509 "node_modules/pacote/node_modules/@npmcli/fs": {
34510 "version": "4.0.0",
34511 "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
@@ -34474,107 +34543,138 @@
34543 "node": "^18.17.0 || >=20.5.0"
34544 }
34545 },
34546 + "node_modules/pacote/node_modules/@npmcli/package-json": {
34547 + "version": "7.0.0",
34548 + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-7.0.0.tgz",
34549 + "integrity": "sha512-wy5os0g17akBCVScLyDsDFFf4qC/MmUgIGAFw2pmBGJ/yAQfFbTR9gEaofy4HGm9Jf2MQBnKZICfNds2h3WpEg==",
34550 + "license": "ISC",
34551 + "dependencies": {
34552 + "@npmcli/git": "^6.0.0",
34553 + "glob": "^11.0.3",
34554 + "hosted-git-info": "^9.0.0",
34555 + "json-parse-even-better-errors": "^4.0.0",
34556 + "proc-log": "^5.0.0",
34557 + "semver": "^7.5.3",
34558 + "validate-npm-package-license": "^3.0.4"
34559 + },
34560 + "engines": {
34561 + "node": "^20.17.0 || >=22.9.0"
34562 + }
34563 + },
34564 "node_modules/pacote/node_modules/@npmcli/redact": {
34478 - "version": "3.0.0",
34479 - "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.0.0.tgz",
34480 - "integrity": "sha512-/1uFzjVcfzqrgCeGW7+SZ4hv0qLWmKXVzFahZGJ6QuJBj6Myt9s17+JL86i76NV9YSnJRcGXJYQbAU0rn1YTCQ==",
34565 + "version": "3.2.2",
34566 + "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.2.2.tgz",
34567 + "integrity": "sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg==",
34568 "license": "ISC",
34569 "engines": {
34570 "node": "^18.17.0 || >=20.5.0"
34571 }
34572 },
34573 "node_modules/pacote/node_modules/@npmcli/run-script": {
34487 - "version": "9.0.2",
34488 - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.0.2.tgz",
34489 - "integrity": "sha512-cJXiUlycdizQwvqE1iaAb4VRUM3RX09/8q46zjvy+ct9GhfZRWd7jXYVc1tn/CfRlGPVkX/u4sstRlepsm7hfw==",
34574 + "version": "10.0.0",
34575 + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-10.0.0.tgz",
34576 + "integrity": "sha512-vaQj4nccJbAslopIvd49pQH2NhUp7G9pY4byUtmwhe37ZZuubGrx0eB9hW2F37uVNRuDDK6byFGXF+7JCuMSZg==",
34577 "license": "ISC",
34578 "dependencies": {
34579 "@npmcli/node-gyp": "^4.0.0",
34493 - "@npmcli/package-json": "^6.0.0",
34580 + "@npmcli/package-json": "^7.0.0",
34581 "@npmcli/promise-spawn": "^8.0.0",
34582 "node-gyp": "^11.0.0",
34583 "proc-log": "^5.0.0",
34584 "which": "^5.0.0"
34585 },
34586 + "engines": {
34587 + "node": "^20.17.0 || >=22.9.0"
34588 + }
34589 + },
34590 + "node_modules/pacote/node_modules/abbrev": {
34591 + "version": "3.0.1",
34592 + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
34593 + "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
34594 + "license": "ISC",
34595 "engines": {
34596 "node": "^18.17.0 || >=20.5.0"
34597 }
34598 },
34599 "node_modules/pacote/node_modules/cacache": {
34504 - "version": "19.0.1",
34505 - "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
34506 - "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
34600 + "version": "20.0.1",
34601 + "resolved": "https://registry.npmjs.org/cacache/-/cacache-20.0.1.tgz",
34602 + "integrity": "sha512-+7LYcYGBYoNqTp1Rv7Ny1YjUo5E0/ftkQtraH3vkfAGgVHc+ouWdC8okAwQgQR7EVIdW6JTzTmhKFwzb+4okAQ==",
34603 "license": "ISC",
34604 "dependencies": {
34605 "@npmcli/fs": "^4.0.0",
34606 "fs-minipass": "^3.0.0",
34511 - "glob": "^10.2.2",
34512 - "lru-cache": "^10.0.1",
34607 + "glob": "^11.0.3",
34608 + "lru-cache": "^11.1.0",
34609 "minipass": "^7.0.3",
34610 "minipass-collect": "^2.0.1",
34611 "minipass-flush": "^1.0.5",
34612 "minipass-pipeline": "^1.2.4",
34613 "p-map": "^7.0.2",
34614 "ssri": "^12.0.0",
34519 - "tar": "^7.4.3",
34615 "unique-filename": "^4.0.0"
34616 },
34617 "engines": {
34523 - "node": "^18.17.0 || >=20.5.0"
34618 + "node": "^20.17.0 || >=22.9.0"
34619 }
34620 },
34526 - "node_modules/pacote/node_modules/cacache/node_modules/minizlib": {
34527 - "version": "3.0.1",
34528 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
34529 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
34530 - "license": "MIT",
34621 + "node_modules/pacote/node_modules/glob": {
34622 + "version": "11.0.3",
34623 + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
34624 + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
34625 + "license": "ISC",
34626 "dependencies": {
34532 - "minipass": "^7.0.4",
34533 - "rimraf": "^5.0.5"
34627 + "foreground-child": "^3.3.1",
34628 + "jackspeak": "^4.1.1",
34629 + "minimatch": "^10.0.3",
34630 + "minipass": "^7.1.2",
34631 + "package-json-from-dist": "^1.0.0",
34632 + "path-scurry": "^2.0.0"
34633 },
34535 - "engines": {
34536 - "node": ">= 18"
34537 - }
34538 - },
34539 - "node_modules/pacote/node_modules/cacache/node_modules/mkdirp": {
34540 - "version": "3.0.1",
34541 - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
34542 - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
34543 - "license": "MIT",
34634 "bin": {
34545 - "mkdirp": "dist/cjs/src/bin.js"
34635 + "glob": "dist/esm/bin.mjs"
34636 },
34637 "engines": {
34548 - "node": ">=10"
34638 + "node": "20 || >=22"
34639 },
34640 "funding": {
34641 "url": "https://github.com/sponsors/isaacs"
34642 }
34643 },
34554 - "node_modules/pacote/node_modules/cacache/node_modules/tar": {
34555 - "version": "7.4.3",
34556 - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
34557 - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
34644 + "node_modules/pacote/node_modules/hosted-git-info": {
34645 + "version": "9.0.0",
34646 + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.0.tgz",
34647 + "integrity": "sha512-gEf705MZLrDPkbbhi8PnoO4ZwYgKoNL+ISZ3AjZMht2r3N5tuTwncyDi6Fv2/qDnMmZxgs0yI8WDOyR8q3G+SQ==",
34648 "license": "ISC",
34649 "dependencies": {
34560 - "@isaacs/fs-minipass": "^4.0.0",
34561 - "chownr": "^3.0.0",
34562 - "minipass": "^7.1.2",
34563 - "minizlib": "^3.0.1",
34564 - "mkdirp": "^3.0.1",
34565 - "yallist": "^5.0.0"
34650 + "lru-cache": "^11.1.0"
34651 },
34652 "engines": {
34568 - "node": ">=18"
34653 + "node": "^20.17.0 || >=22.9.0"
34654 }
34655 },
34571 - "node_modules/pacote/node_modules/cacache/node_modules/yallist": {
34572 - "version": "5.0.0",
34573 - "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
34574 - "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
34656 + "node_modules/pacote/node_modules/jackspeak": {
34657 + "version": "4.1.1",
34658 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
34659 + "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
34660 "license": "BlueOak-1.0.0",
34661 + "dependencies": {
34662 + "@isaacs/cliui": "^8.0.2"
34663 + },
34664 "engines": {
34577 - "node": ">=18"
34665 + "node": "20 || >=22"
34666 + },
34667 + "funding": {
34668 + "url": "https://github.com/sponsors/isaacs"
34669 + }
34670 + },
34671 + "node_modules/pacote/node_modules/lru-cache": {
34672 + "version": "11.2.1",
34673 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
34674 + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
34675 + "license": "ISC",
34676 + "engines": {
34677 + "node": "20 || >=22"
34678 }
34679 },
34680 "node_modules/pacote/node_modules/make-fetch-happen": {
@@ -34599,10 +34699,105 @@
34699 "node": "^18.17.0 || >=20.5.0"
34700 }
34701 },
34702 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/cacache": {
34703 + "version": "19.0.1",
34704 + "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
34705 + "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
34706 + "license": "ISC",
34707 + "dependencies": {
34708 + "@npmcli/fs": "^4.0.0",
34709 + "fs-minipass": "^3.0.0",
34710 + "glob": "^10.2.2",
34711 + "lru-cache": "^10.0.1",
34712 + "minipass": "^7.0.3",
34713 + "minipass-collect": "^2.0.1",
34714 + "minipass-flush": "^1.0.5",
34715 + "minipass-pipeline": "^1.2.4",
34716 + "p-map": "^7.0.2",
34717 + "ssri": "^12.0.0",
34718 + "tar": "^7.4.3",
34719 + "unique-filename": "^4.0.0"
34720 + },
34721 + "engines": {
34722 + "node": "^18.17.0 || >=20.5.0"
34723 + }
34724 + },
34725 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/glob": {
34726 + "version": "10.4.5",
34727 + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
34728 + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
34729 + "license": "ISC",
34730 + "dependencies": {
34731 + "foreground-child": "^3.1.0",
34732 + "jackspeak": "^3.1.2",
34733 + "minimatch": "^9.0.4",
34734 + "minipass": "^7.1.2",
34735 + "package-json-from-dist": "^1.0.0",
34736 + "path-scurry": "^1.11.1"
34737 + },
34738 + "bin": {
34739 + "glob": "dist/esm/bin.mjs"
34740 + },
34741 + "funding": {
34742 + "url": "https://github.com/sponsors/isaacs"
34743 + }
34744 + },
34745 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/jackspeak": {
34746 + "version": "3.4.3",
34747 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
34748 + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
34749 + "license": "BlueOak-1.0.0",
34750 + "dependencies": {
34751 + "@isaacs/cliui": "^8.0.2"
34752 + },
34753 + "funding": {
34754 + "url": "https://github.com/sponsors/isaacs"
34755 + },
34756 + "optionalDependencies": {
34757 + "@pkgjs/parseargs": "^0.11.0"
34758 + }
34759 + },
34760 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/lru-cache": {
34761 + "version": "10.4.3",
34762 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
34763 + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
34764 + "license": "ISC"
34765 + },
34766 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/minimatch": {
34767 + "version": "9.0.5",
34768 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
34769 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
34770 + "license": "ISC",
34771 + "dependencies": {
34772 + "brace-expansion": "^2.0.1"
34773 + },
34774 + "engines": {
34775 + "node": ">=16 || 14 >=14.17"
34776 + },
34777 + "funding": {
34778 + "url": "https://github.com/sponsors/isaacs"
34779 + }
34780 + },
34781 + "node_modules/pacote/node_modules/make-fetch-happen/node_modules/path-scurry": {
34782 + "version": "1.11.1",
34783 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
34784 + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
34785 + "license": "BlueOak-1.0.0",
34786 + "dependencies": {
34787 + "lru-cache": "^10.2.0",
34788 + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
34789 + },
34790 + "engines": {
34791 + "node": ">=16 || 14 >=14.18"
34792 + },
34793 + "funding": {
34794 + "url": "https://github.com/sponsors/isaacs"
34795 + }
34796 + },
34797 "node_modules/pacote/node_modules/minipass-fetch": {
34603 - "version": "4.0.0",
34604 - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
34605 - "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
34798 + "version": "4.0.1",
34799 + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz",
34800 + "integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==",
34801 "license": "MIT",
34802 "dependencies": {
34803 "minipass": "^7.0.3",
@@ -34616,31 +34811,18 @@
34811 "encoding": "^0.1.13"
34812 }
34813 },
34619 - "node_modules/pacote/node_modules/minipass-fetch/node_modules/minizlib": {
34620 - "version": "3.0.1",
34621 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
34622 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
34814 + "node_modules/pacote/node_modules/minizlib": {
34815 + "version": "3.0.2",
34816 + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
34817 + "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
34818 "license": "MIT",
34819 "dependencies": {
34625 - "minipass": "^7.0.4",
34626 - "rimraf": "^5.0.5"
34820 + "minipass": "^7.1.2"
34821 },
34822 "engines": {
34823 "node": ">= 18"
34824 }
34825 },
34632 - "node_modules/pacote/node_modules/mkdirp": {
34633 - "version": "1.0.4",
34634 - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
34635 - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
34636 - "license": "MIT",
34637 - "bin": {
34638 - "mkdirp": "bin/cmd.js"
34639 - },
34640 - "engines": {
34641 - "node": ">=10"
34642 - }
34643 - },
34826 "node_modules/pacote/node_modules/negotiator": {
34827 "version": "1.0.0",
34828 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
@@ -34651,20 +34833,20 @@
34833 }
34834 },
34835 "node_modules/pacote/node_modules/node-gyp": {
34654 - "version": "11.0.0",
34655 - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.0.0.tgz",
34656 - "integrity": "sha512-zQS+9MTTeCMgY0F3cWPyJyRFAkVltQ1uXm+xXu/ES6KFgC6Czo1Seb9vQW2wNxSX2OrDTiqL0ojtkFxBQ0ypIw==",
34836 + "version": "11.4.2",
34837 + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.4.2.tgz",
34838 + "integrity": "sha512-3gD+6zsrLQH7DyYOUIutaauuXrcyxeTPyQuZQCQoNPZMHMMS5m4y0xclNpvYzoK3VNzuyxT6eF4mkIL4WSZ1eQ==",
34839 "license": "MIT",
34840 "dependencies": {
34841 "env-paths": "^2.2.0",
34842 "exponential-backoff": "^3.1.1",
34661 - "glob": "^10.3.10",
34843 "graceful-fs": "^4.2.6",
34844 "make-fetch-happen": "^14.0.3",
34845 "nopt": "^8.0.0",
34846 "proc-log": "^5.0.0",
34847 "semver": "^7.3.5",
34848 "tar": "^7.4.3",
34849 + "tinyglobby": "^0.2.12",
34850 "which": "^5.0.0"
34851 },
34852 "bin": {
@@ -34674,67 +34856,13 @@
34856 "node": "^18.17.0 || >=20.5.0"
34857 }
34858 },
34677 - "node_modules/pacote/node_modules/node-gyp/node_modules/minizlib": {
34678 - "version": "3.0.1",
34679 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
34680 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
34681 - "license": "MIT",
34682 - "dependencies": {
34683 - "minipass": "^7.0.4",
34684 - "rimraf": "^5.0.5"
34685 - },
34686 - "engines": {
34687 - "node": ">= 18"
34688 - }
34689 - },
34690 - "node_modules/pacote/node_modules/node-gyp/node_modules/mkdirp": {
34691 - "version": "3.0.1",
34692 - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
34693 - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
34694 - "license": "MIT",
34695 - "bin": {
34696 - "mkdirp": "dist/cjs/src/bin.js"
34697 - },
34698 - "engines": {
34699 - "node": ">=10"
34700 - },
34701 - "funding": {
34702 - "url": "https://github.com/sponsors/isaacs"
34703 - }
34704 - },
34705 - "node_modules/pacote/node_modules/node-gyp/node_modules/tar": {
34706 - "version": "7.4.3",
34707 - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
34708 - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
34709 - "license": "ISC",
34710 - "dependencies": {
34711 - "@isaacs/fs-minipass": "^4.0.0",
34712 - "chownr": "^3.0.0",
34713 - "minipass": "^7.1.2",
34714 - "minizlib": "^3.0.1",
34715 - "mkdirp": "^3.0.1",
34716 - "yallist": "^5.0.0"
34717 - },
34718 - "engines": {
34719 - "node": ">=18"
34720 - }
34721 - },
34722 - "node_modules/pacote/node_modules/node-gyp/node_modules/yallist": {
34723 - "version": "5.0.0",
34724 - "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
34725 - "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
34726 - "license": "BlueOak-1.0.0",
34727 - "engines": {
34728 - "node": ">=18"
34729 - }
34730 - },
34859 "node_modules/pacote/node_modules/nopt": {
34732 - "version": "8.0.0",
34733 - "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
34734 - "integrity": "sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==",
34860 + "version": "8.1.0",
34861 + "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
34862 + "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
34863 "license": "ISC",
34864 "dependencies": {
34737 - "abbrev": "^2.0.0"
34865 + "abbrev": "^3.0.0"
34866 },
34867 "bin": {
34868 "nopt": "bin/nopt.js"
@@ -34776,6 +34904,21 @@
34904 "node": "^18.17.0 || >=20.5.0"
34905 }
34906 },
34907 + "node_modules/pacote/node_modules/npm-package-arg": {
34908 + "version": "13.0.0",
34909 + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-13.0.0.tgz",
34910 + "integrity": "sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==",
34911 + "license": "ISC",
34912 + "dependencies": {
34913 + "hosted-git-info": "^9.0.0",
34914 + "proc-log": "^5.0.0",
34915 + "semver": "^7.3.5",
34916 + "validate-npm-package-name": "^6.0.0"
34917 + },
34918 + "engines": {
34919 + "node": "^20.17.0 || >=22.9.0"
34920 + }
34921 + },
34922 "node_modules/pacote/node_modules/npm-pick-manifest": {
34923 "version": "10.0.0",
34924 "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",
@@ -34791,36 +34934,78 @@
34934 "node": "^18.17.0 || >=20.5.0"
34935 }
34936 },
34937 + "node_modules/pacote/node_modules/npm-pick-manifest/node_modules/hosted-git-info": {
34938 + "version": "8.1.0",
34939 + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz",
34940 + "integrity": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==",
34941 + "license": "ISC",
34942 + "dependencies": {
34943 + "lru-cache": "^10.0.1"
34944 + },
34945 + "engines": {
34946 + "node": "^18.17.0 || >=20.5.0"
34947 + }
34948 + },
34949 + "node_modules/pacote/node_modules/npm-pick-manifest/node_modules/lru-cache": {
34950 + "version": "10.4.3",
34951 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
34952 + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
34953 + "license": "ISC"
34954 + },
34955 + "node_modules/pacote/node_modules/npm-pick-manifest/node_modules/npm-package-arg": {
34956 + "version": "12.0.2",
34957 + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.2.tgz",
34958 + "integrity": "sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==",
34959 + "license": "ISC",
34960 + "dependencies": {
34961 + "hosted-git-info": "^8.0.0",
34962 + "proc-log": "^5.0.0",
34963 + "semver": "^7.3.5",
34964 + "validate-npm-package-name": "^6.0.0"
34965 + },
34966 + "engines": {
34967 + "node": "^18.17.0 || >=20.5.0"
34968 + }
34969 + },
34970 "node_modules/pacote/node_modules/npm-registry-fetch": {
34795 - "version": "18.0.2",
34796 - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.2.tgz",
34797 - "integrity": "sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==",
34971 + "version": "19.0.0",
34972 + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-19.0.0.tgz",
34973 + "integrity": "sha512-DFxSAemHUwT/POaXAOY4NJmEWBPB0oKbwD6FFDE9hnt1nORkt/FXvgjD4hQjoKoHw9u0Ezws9SPXwV7xE/Gyww==",
34974 "license": "ISC",
34975 "dependencies": {
34976 "@npmcli/redact": "^3.0.0",
34977 "jsonparse": "^1.3.1",
34802 - "make-fetch-happen": "^14.0.0",
34978 + "make-fetch-happen": "^15.0.0",
34979 "minipass": "^7.0.2",
34980 "minipass-fetch": "^4.0.0",
34981 "minizlib": "^3.0.1",
34806 - "npm-package-arg": "^12.0.0",
34982 + "npm-package-arg": "^13.0.0",
34983 "proc-log": "^5.0.0"
34984 },
34985 "engines": {
34810 - "node": "^18.17.0 || >=20.5.0"
34986 + "node": "^20.17.0 || >=22.9.0"
34987 }
34988 },
34813 - "node_modules/pacote/node_modules/npm-registry-fetch/node_modules/minizlib": {
34814 - "version": "3.0.1",
34815 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
34816 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
34817 - "license": "MIT",
34989 + "node_modules/pacote/node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
34990 + "version": "15.0.1",
34991 + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.1.tgz",
34992 + "integrity": "sha512-9GjpQcaUXO2xmre8JfALl8Oji8Jpo+SyY2HpqFFPHVczOld/I+JFRx9FkP/uedZzkJlI9uM5t/j6dGJv4BScQw==",
34993 + "license": "ISC",
34994 "dependencies": {
34819 - "minipass": "^7.0.4",
34820 - "rimraf": "^5.0.5"
34995 + "@npmcli/agent": "^3.0.0",
34996 + "cacache": "^20.0.1",
34997 + "http-cache-semantics": "^4.1.1",
34998 + "minipass": "^7.0.2",
34999 + "minipass-fetch": "^4.0.0",
35000 + "minipass-flush": "^1.0.5",
35001 + "minipass-pipeline": "^1.2.4",
35002 + "negotiator": "^1.0.0",
35003 + "proc-log": "^5.0.0",
35004 + "promise-retry": "^2.0.1",
35005 + "ssri": "^12.0.0"
35006 },
35007 "engines": {
34823 - "node": ">= 18"
35008 + "node": "^20.17.0 || >=22.9.0"
35009 }
35010 },
35011 "node_modules/pacote/node_modules/p-map": {
@@ -34835,16 +35020,17 @@
35020 "url": "https://github.com/sponsors/sindresorhus"
35021 }
35022 },
34838 - "node_modules/pacote/node_modules/rimraf": {
34839 - "version": "5.0.10",
34840 - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
34841 - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
34842 - "license": "ISC",
35023 + "node_modules/pacote/node_modules/path-scurry": {
35024 + "version": "2.0.0",
35025 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
35026 + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
35027 + "license": "BlueOak-1.0.0",
35028 "dependencies": {
34844 - "glob": "^10.3.7"
35029 + "lru-cache": "^11.0.0",
35030 + "minipass": "^7.1.2"
35031 },
34846 - "bin": {
34847 - "rimraf": "dist/esm/bin.mjs"
35032 + "engines": {
35033 + "node": "20 || >=22"
35034 },
35035 "funding": {
35036 "url": "https://github.com/sponsors/isaacs"
@@ -34862,65 +35048,6 @@
35048 "node": "^18.17.0 || >=20.5.0"
35049 }
35050 },
34865 - "node_modules/pacote/node_modules/tar": {
34866 - "version": "6.2.1",
34867 - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
34868 - "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
34869 - "license": "ISC",
34870 - "dependencies": {
34871 - "chownr": "^2.0.0",
34872 - "fs-minipass": "^2.0.0",
34873 - "minipass": "^5.0.0",
34874 - "minizlib": "^2.1.1",
34875 - "mkdirp": "^1.0.3",
34876 - "yallist": "^4.0.0"
34877 - },
34878 - "engines": {
34879 - "node": ">=10"
34880 - }
34881 - },
34882 - "node_modules/pacote/node_modules/tar/node_modules/chownr": {
34883 - "version": "2.0.0",
34884 - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
34885 - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
34886 - "license": "ISC",
34887 - "engines": {
34888 - "node": ">=10"
34889 - }
34890 - },
34891 - "node_modules/pacote/node_modules/tar/node_modules/fs-minipass": {
34892 - "version": "2.1.0",
34893 - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
34894 - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
34895 - "license": "ISC",
34896 - "dependencies": {
34897 - "minipass": "^3.0.0"
34898 - },
34899 - "engines": {
34900 - "node": ">= 8"
34901 - }
34902 - },
34903 - "node_modules/pacote/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
34904 - "version": "3.3.6",
34905 - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
34906 - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
34907 - "license": "ISC",
34908 - "dependencies": {
34909 - "yallist": "^4.0.0"
34910 - },
34911 - "engines": {
34912 - "node": ">=8"
34913 - }
34914 - },
34915 - "node_modules/pacote/node_modules/tar/node_modules/minipass": {
34916 - "version": "5.0.0",
34917 - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
34918 - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
34919 - "license": "ISC",
34920 - "engines": {
34921 - "node": ">=8"
34922 - }
34923 - },
35051 "node_modules/pacote/node_modules/unique-filename": {
35052 "version": "4.0.0",
35053 "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
@@ -35181,9 +35308,9 @@
35308 }
35309 },
35310 "node_modules/path-to-regexp": {
35184 - "version": "0.1.10",
35185 - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
35186 - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
35311 + "version": "0.1.12",
35312 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
35313 + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
35314 "license": "MIT"
35315 },
35316 "node_modules/path-type": {
@@ -36044,14 +36171,14 @@
36171 }
36172 },
36173 "node_modules/postcss-loader": {
36047 - "version": "8.1.1",
36048 - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz",
36049 - "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==",
36174 + "version": "8.2.0",
36175 + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.2.0.tgz",
36176 + "integrity": "sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==",
36177 "license": "MIT",
36178 "dependencies": {
36179 "cosmiconfig": "^9.0.0",
36053 - "jiti": "^1.20.0",
36054 - "semver": "^7.5.4"
36180 + "jiti": "^2.5.1",
36181 + "semver": "^7.6.2"
36182 },
36183 "engines": {
36184 "node": ">= 18.12.0"
@@ -36074,15 +36201,6 @@
36201 }
36202 }
36203 },
36077 - "node_modules/postcss-loader/node_modules/jiti": {
36078 - "version": "1.21.7",
36079 - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
36080 - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
36081 - "license": "MIT",
36082 - "bin": {
36083 - "jiti": "bin/jiti.js"
36084 - }
36085 - },
36204 "node_modules/postcss-logical": {
36205 "version": "8.1.0",
36206 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz",
@@ -36563,9 +36681,9 @@
36681 }
36682 },
36683 "node_modules/postcss-preset-env": {
36566 - "version": "10.3.0",
36567 - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.3.0.tgz",
36568 - "integrity": "sha512-khE99iwEbWLzXBVFNsS0QdnfYXDpqH/pxoHFcaCaVlh+e29swc3UyiLSSJ89dTK8e+Si3wNKYDGs6jEMmbE8TQ==",
36684 + "version": "10.3.1",
36685 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.3.1.tgz",
36686 + "integrity": "sha512-8ZOOWVwQ0iMpfEYkYo+U6W7fE2dJ/tP6dtEFwPJ66eB5JjnFupfYh+y6zo+vWDO72nGhKOVdxwhTjfzcSNRg4Q==",
36687 "funding": [
36688 {
36689 "type": "github",
@@ -36616,7 +36734,7 @@
36734 "autoprefixer": "^10.4.21",
36735 "browserslist": "^4.25.1",
36736 "css-blank-pseudo": "^7.0.1",
36619 - "css-has-pseudo": "^7.0.2",
36737 + "css-has-pseudo": "^7.0.3",
36738 "css-prefers-color-scheme": "^10.0.0",
36739 "cssdb": "^8.4.0",
36740 "postcss-attribute-case-insensitive": "^7.0.1",
@@ -40723,18 +40841,27 @@
40841 "license": "BSD-3-Clause"
40842 },
40843 "node_modules/sigstore": {
40726 - "version": "3.0.0",
40727 - "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-3.0.0.tgz",
40728 - "integrity": "sha512-PHMifhh3EN4loMcHCz6l3v/luzgT3za+9f8subGgeMNjbJjzH4Ij/YoX3Gvu+kaouJRIlVdTHHCREADYf+ZteA==",
40844 + "version": "4.0.0",
40845 + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-4.0.0.tgz",
40846 + "integrity": "sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==",
40847 "license": "Apache-2.0",
40848 "dependencies": {
40731 - "@sigstore/bundle": "^3.0.0",
40732 - "@sigstore/core": "^2.0.0",
40733 - "@sigstore/protobuf-specs": "^0.3.2",
40734 - "@sigstore/sign": "^3.0.0",
40735 - "@sigstore/tuf": "^3.0.0",
40736 - "@sigstore/verify": "^2.0.0"
40849 + "@sigstore/bundle": "^4.0.0",
40850 + "@sigstore/core": "^3.0.0",
40851 + "@sigstore/protobuf-specs": "^0.5.0",
40852 + "@sigstore/sign": "^4.0.0",
40853 + "@sigstore/tuf": "^4.0.0",
40854 + "@sigstore/verify": "^3.0.0"
40855 },
40856 + "engines": {
40857 + "node": "^20.17.0 || >=22.9.0"
40858 + }
40859 + },
40860 + "node_modules/sigstore/node_modules/@sigstore/protobuf-specs": {
40861 + "version": "0.5.0",
40862 + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz",
40863 + "integrity": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==",
40864 + "license": "Apache-2.0",
40865 "engines": {
40866 "node": "^18.17.0 || >=20.5.0"
40867 }
@@ -40890,21 +41017,21 @@
41017 }
41018 },
41019 "node_modules/socket.io": {
40893 - "version": "4.7.1",
40894 - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.1.tgz",
40895 - "integrity": "sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw==",
41020 + "version": "4.8.1",
41021 + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz",
41022 + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==",
41023 "license": "MIT",
41024 "dependencies": {
41025 "accepts": "~1.3.4",
41026 "base64id": "~2.0.0",
41027 "cors": "~2.8.5",
41028 "debug": "~4.3.2",
40902 - "engine.io": "~6.5.0",
41029 + "engine.io": "~6.6.0",
41030 "socket.io-adapter": "~2.5.2",
41031 "socket.io-parser": "~4.2.4"
41032 },
41033 "engines": {
40907 - "node": ">=10.0.0"
41034 + "node": ">=10.2.0"
41035 }
41036 },
41037 "node_modules/socket.io-adapter": {
@@ -40956,14 +41083,14 @@
41083 }
41084 },
41085 "node_modules/socket.io-client": {
40959 - "version": "4.7.1",
40960 - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.1.tgz",
40961 - "integrity": "sha512-Qk3Xj8ekbnzKu3faejo4wk2MzXA029XppiXtTF/PkbTg+fcwaTw1PlDrTrrrU4mKoYC4dvlApOnSeyLCKwek2w==",
41086 + "version": "4.8.1",
41087 + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
41088 + "integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
41089 "license": "MIT",
41090 "dependencies": {
41091 "@socket.io/component-emitter": "~3.1.0",
41092 "debug": "~4.3.2",
40966 - "engine.io-client": "~6.5.1",
41093 + "engine.io-client": "~6.6.1",
41094 "socket.io-parser": "~4.2.4"
41095 },
41096 "engines": {
@@ -42501,7 +42628,6 @@
42628 "version": "0.2.14",
42629 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
42630 "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
42504 - "dev": true,
42631 "license": "MIT",
42632 "dependencies": {
42633 "fdir": "^6.4.4",
@@ -42518,7 +42644,6 @@
42644 "version": "4.0.2",
42645 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
42646 "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
42521 - "dev": true,
42647 "license": "MIT",
42648 "engines": {
42649 "node": ">=12"
@@ -42911,17 +43036,17 @@
43036 "license": "0BSD"
43037 },
43038 "node_modules/tuf-js": {
42914 - "version": "3.0.1",
42915 - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.0.1.tgz",
42916 - "integrity": "sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==",
43039 + "version": "4.0.0",
43040 + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-4.0.0.tgz",
43041 + "integrity": "sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==",
43042 "license": "MIT",
43043 "dependencies": {
42919 - "@tufjs/models": "3.0.1",
42920 - "debug": "^4.3.6",
42921 - "make-fetch-happen": "^14.0.1"
43044 + "@tufjs/models": "4.0.0",
43045 + "debug": "^4.4.1",
43046 + "make-fetch-happen": "^15.0.0"
43047 },
43048 "engines": {
42924 - "node": "^18.17.0 || >=20.5.0"
43049 + "node": "^20.17.0 || >=22.9.0"
43050 }
43051 },
43052 "node_modules/tuf-js/node_modules/@npmcli/agent": {
@@ -42953,36 +43078,82 @@
43078 }
43079 },
43080 "node_modules/tuf-js/node_modules/cacache": {
42956 - "version": "19.0.1",
42957 - "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
42958 - "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
43081 + "version": "20.0.1",
43082 + "resolved": "https://registry.npmjs.org/cacache/-/cacache-20.0.1.tgz",
43083 + "integrity": "sha512-+7LYcYGBYoNqTp1Rv7Ny1YjUo5E0/ftkQtraH3vkfAGgVHc+ouWdC8okAwQgQR7EVIdW6JTzTmhKFwzb+4okAQ==",
43084 "license": "ISC",
43085 "dependencies": {
43086 "@npmcli/fs": "^4.0.0",
43087 "fs-minipass": "^3.0.0",
42963 - "glob": "^10.2.2",
42964 - "lru-cache": "^10.0.1",
43088 + "glob": "^11.0.3",
43089 + "lru-cache": "^11.1.0",
43090 "minipass": "^7.0.3",
43091 "minipass-collect": "^2.0.1",
43092 "minipass-flush": "^1.0.5",
43093 "minipass-pipeline": "^1.2.4",
43094 "p-map": "^7.0.2",
43095 "ssri": "^12.0.0",
42971 - "tar": "^7.4.3",
43096 "unique-filename": "^4.0.0"
43097 },
43098 "engines": {
42975 - "node": "^18.17.0 || >=20.5.0"
43099 + "node": "^20.17.0 || >=22.9.0"
43100 + }
43101 + },
43102 + "node_modules/tuf-js/node_modules/cacache/node_modules/lru-cache": {
43103 + "version": "11.2.1",
43104 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
43105 + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
43106 + "license": "ISC",
43107 + "engines": {
43108 + "node": "20 || >=22"
43109 + }
43110 + },
43111 + "node_modules/tuf-js/node_modules/glob": {
43112 + "version": "11.0.3",
43113 + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
43114 + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
43115 + "license": "ISC",
43116 + "dependencies": {
43117 + "foreground-child": "^3.3.1",
43118 + "jackspeak": "^4.1.1",
43119 + "minimatch": "^10.0.3",
43120 + "minipass": "^7.1.2",
43121 + "package-json-from-dist": "^1.0.0",
43122 + "path-scurry": "^2.0.0"
43123 + },
43124 + "bin": {
43125 + "glob": "dist/esm/bin.mjs"
43126 + },
43127 + "engines": {
43128 + "node": "20 || >=22"
43129 + },
43130 + "funding": {
43131 + "url": "https://github.com/sponsors/isaacs"
43132 + }
43133 + },
43134 + "node_modules/tuf-js/node_modules/jackspeak": {
43135 + "version": "4.1.1",
43136 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
43137 + "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
43138 + "license": "BlueOak-1.0.0",
43139 + "dependencies": {
43140 + "@isaacs/cliui": "^8.0.2"
43141 + },
43142 + "engines": {
43143 + "node": "20 || >=22"
43144 + },
43145 + "funding": {
43146 + "url": "https://github.com/sponsors/isaacs"
43147 }
43148 },
43149 "node_modules/tuf-js/node_modules/make-fetch-happen": {
42979 - "version": "14.0.3",
42980 - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz",
42981 - "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==",
43150 + "version": "15.0.1",
43151 + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.1.tgz",
43152 + "integrity": "sha512-9GjpQcaUXO2xmre8JfALl8Oji8Jpo+SyY2HpqFFPHVczOld/I+JFRx9FkP/uedZzkJlI9uM5t/j6dGJv4BScQw==",
43153 "license": "ISC",
43154 "dependencies": {
43155 "@npmcli/agent": "^3.0.0",
42985 - "cacache": "^19.0.1",
43156 + "cacache": "^20.0.1",
43157 "http-cache-semantics": "^4.1.1",
43158 "minipass": "^7.0.2",
43159 "minipass-fetch": "^4.0.0",
@@ -42994,13 +43165,13 @@
43165 "ssri": "^12.0.0"
43166 },
43167 "engines": {
42997 - "node": "^18.17.0 || >=20.5.0"
43168 + "node": "^20.17.0 || >=22.9.0"
43169 }
43170 },
43171 "node_modules/tuf-js/node_modules/minipass-fetch": {
43001 - "version": "4.0.0",
43002 - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz",
43003 - "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==",
43172 + "version": "4.0.1",
43173 + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz",
43174 + "integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==",
43175 "license": "MIT",
43176 "dependencies": {
43177 "minipass": "^7.0.3",
@@ -43015,13 +43186,12 @@
43186 }
43187 },
43188 "node_modules/tuf-js/node_modules/minizlib": {
43018 - "version": "3.0.1",
43019 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
43020 - "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==",
43189 + "version": "3.0.2",
43190 + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
43191 + "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
43192 "license": "MIT",
43193 "dependencies": {
43023 - "minipass": "^7.0.4",
43024 - "rimraf": "^5.0.5"
43194 + "minipass": "^7.1.2"
43195 },
43196 "engines": {
43197 "node": ">= 18"
@@ -43048,21 +43218,31 @@
43218 "url": "https://github.com/sponsors/sindresorhus"
43219 }
43220 },
43051 - "node_modules/tuf-js/node_modules/rimraf": {
43052 - "version": "5.0.10",
43053 - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
43054 - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
43055 - "license": "ISC",
43221 + "node_modules/tuf-js/node_modules/path-scurry": {
43222 + "version": "2.0.0",
43223 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
43224 + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
43225 + "license": "BlueOak-1.0.0",
43226 "dependencies": {
43057 - "glob": "^10.3.7"
43227 + "lru-cache": "^11.0.0",
43228 + "minipass": "^7.1.2"
43229 },
43059 - "bin": {
43060 - "rimraf": "dist/esm/bin.mjs"
43230 + "engines": {
43231 + "node": "20 || >=22"
43232 },
43233 "funding": {
43234 "url": "https://github.com/sponsors/isaacs"
43235 }
43236 },
43237 + "node_modules/tuf-js/node_modules/path-scurry/node_modules/lru-cache": {
43238 + "version": "11.2.1",
43239 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
43240 + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
43241 + "license": "ISC",
43242 + "engines": {
43243 + "node": "20 || >=22"
43244 + }
43245 + },
43246 "node_modules/tuf-js/node_modules/ssri": {
43247 "version": "12.0.0",
43248 "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
@@ -44763,9 +44943,9 @@
44943 "license": "MIT"
44944 },
44945 "node_modules/webpack-virtual-modules": {
44766 - "version": "0.5.0",
44767 - "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz",
44768 - "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==",
44946 + "version": "0.6.2",
44947 + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
44948 + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
44949 "license": "MIT"
44950 },
44951 "node_modules/webpack/node_modules/eslint-scope": {
@@ -45141,9 +45321,9 @@
45321 "license": "MIT"
45322 },
45323 "node_modules/xmlhttprequest-ssl": {
45144 - "version": "2.0.0",
45145 - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz",
45146 - "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==",
45324 + "version": "2.1.2",
45325 + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
45326 + "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
45327 "engines": {
45328 "node": ">=0.4.0"
45329 }
@@ -45303,6 +45483,7 @@
45483 "version": "2.1.0",
45484 "resolved": "https://registry.npmjs.org/yurnalist/-/yurnalist-2.1.0.tgz",
45485 "integrity": "sha512-PgrBqosQLM3gN2xBFIMDLACRTV9c365VqityKKpSTWpwR+U4LAFR3rSVyEoscWlu3EzX9+Y0I86GXUKxpHFl6w==",
45486 + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
45487 "license": "BSD-2-Clause",
45488 "dependencies": {
45489 "chalk": "^2.4.2",