deps: bump the dependency-updates group with 6 updates (#1863)

Bumps the dependency-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [framer-motion](https://github.com/motiondivision/motion) | `12.27.0` | `12.29.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.1` | `11.1.2` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` | | [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `8.5.0` | `8.5.1` | | [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` | | [tar](https://github.com/isaacs/node-tar) | `7.5.4` | `7.5.6` | Updates `framer-motion` from 12.27.0 to 12.29.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.29.0] 2026-01-22</h2> <h3>Added</h3> <ul> <li><code>transformViewBoxPoint</code>: Scale drag gestures within <code>&lt;svg&gt;</code> elements where <code>viewBox</code> and rendered <code>width</code>/<code>height</code> are mismatched.</li> <li><code>trackContentSize</code>: New <code>scroll</code> and <code>useScroll</code> option for tracking changes to content size.</li> </ul> <h3>Fixed</h3> <ul> <li>Add React 19 test suite to CI.</li> <li>Fix types with <code>motion.create()</code>.</li> <li>Shared element animations now respect <code>layoutDependency</code>.</li> </ul> <h2>[12.28.2] 2026-01-22</h2> <h3>Added</h3> <ul> <li>Add default value type <code>px</code> for <code>fontSize</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Removed default value type from <code>radius</code>.</li> <li>Ensure <code>LazyMotion</code> animates initial state even when state has changed before Motion is loaded.</li> </ul> <h2>[12.28.1] 2026-01-21</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>scale: &quot;0%&quot;</code> isn't treated as default value.</li> </ul> <h2>[12.28.0] 2026-01-20</h2> <h3>Added</h3> <ul> <li><code>useFollowValue</code> and <code>followValue</code>: <code>useSpring</code>-style motion values that can accept any transition.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix &quot;multiple keyframe&quot; error when using spring animations as default transitions for animation sequences.</li> </ul> <h2>[12.27.5] 2026-01-20</h2> <h3>Fixed</h3> <ul> <li>Ensure pen gesture is correctly cleaned up on drag cancel.</li> <li>Fix edge case where <code>DocumentProjectionNode</code>'s attached element was <code>null</code>.</li> </ul> <h2>[12.27.4] 2026-01-20</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/9482fc1f6da9df616e7539c056fc0b528e2dea99"><code>9482fc1</code></a> v12.29.0</li> <li><a href="https://github.com/motiondivision/motion/commit/80802dc7ec3281c997c7c18ba1a21a001e46f70b"><code>80802dc</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/b8a46fedbb9372e0fd0e81dfb46d8ac72a3a1935"><code>b8a46fe</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/17218e307340104aa94e3f8b74c7be080fed1774"><code>17218e3</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/fcfe5cde2b1453c7de08caa006b4c774c8318cc3"><code>fcfe5cd</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3497">#3497</a> from motiondivision/scroll-progress-after-layout</li> <li><a href="https://github.com/motiondivision/motion/commit/84d28bf4aec8d43c0b7ae4c783d8995270732c65"><code>84d28bf</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3494">#3494</a> from motiondivision/claude/fix-transformed-layout-an...</li> <li><a href="https://github.com/motiondivision/motion/commit/e63d56af5cee820228bdae1d49713cab69aec8b1"><code>e63d56a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3495">#3495</a> from motiondivision/claude/fix-issue-1436-8qFF9</li> <li><a href="https://github.com/motiondivision/motion/commit/d3bd6deee88adb1d9fc40309a5dc0d7c3cd2a5fd"><code>d3bd6de</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3506">#3506</a> from motiondivision/claude/fix-create-proxy-ts-error...</li> <li><a href="https://github.com/motiondivision/motion/commit/479f35e19e4d86871be480e59c835684655852e6"><code>479f35e</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3507">#3507</a> from motiondivision/dependabot/npm_and_yarn/lodash-4...</li> <li><a href="https://github.com/motiondivision/motion/commit/911cd399a73cb4bd4074c464874e7f8531923224"><code>911cd39</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3493">#3493</a> from motiondivision/react-19-ci</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.27.0...v12.29.0">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 11.1.1 to 11.1.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's changelog</a>.</em></p> <blockquote> <h3>11.1.2</h3> <p><em>January 25, 2026</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values"><code>@csstools/postcss-normalize-display-values</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501"><code>5.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers"><code>@csstools/color-helpers</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#601"><code>6.0.1</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 `@testing-library/react` from 16.3.1 to 16.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v16.3.2</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2">16.3.2</a> (2026-01-19)</h2> <h3>Bug Fixes</h3> <ul> <li>Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1438">#1438</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53">f32bd1b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53"><code>f32bd1b</code></a> fix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...</li> <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-primer-react` from 8.5.0 to 8.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/releases">eslint-plugin-primer-react's releases</a>.</em></p> <blockquote> <h2>v8.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/474">#474</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/1e0f943a264aaac2581b95916bd0cb8a66a41a17"><code>1e0f943</code></a> Thanks <a href="https://github.com/liuliu-dev"><code>@​liuliu-dev</code></a>! - Fix <code>no-unnecessary-components</code> rule to support <code>@primer/styled-react</code> imports.</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/461">#461</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/75ae0a5cb1d4587b5481c8a459033206aae8e5c3"><code>75ae0a5</code></a> Thanks <a href="https://github.com/joshfarrant"><code>@​joshfarrant</code></a>! - Export <code>enforce-button-for-link-with-no-href</code> rule, which flags <code>Link</code> components which don't have a <code>href</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md">eslint-plugin-primer-react's changelog</a>.</em></p> <blockquote> <h2>8.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/474">#474</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/1e0f943a264aaac2581b95916bd0cb8a66a41a17"><code>1e0f943</code></a> Thanks <a href="https://github.com/liuliu-dev"><code>@​liuliu-dev</code></a>! - Fix <code>no-unnecessary-components</code> rule to support <code>@primer/styled-react</code> imports.</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/461">#461</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/75ae0a5cb1d4587b5481c8a459033206aae8e5c3"><code>75ae0a5</code></a> Thanks <a href="https://github.com/joshfarrant"><code>@​joshfarrant</code></a>! - Export <code>enforce-button-for-link-with-no-href</code> rule, which flags <code>Link</code> components which don't have a <code>href</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/f6076fac61aecfb5dc46cfe1f47e6766ff84d0d7"><code>f6076fa</code></a> Version Packages (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/466">#466</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/611c78c4dd3b4fa983d2d604f586632d4eaea43a"><code>611c78c</code></a> Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/486">#486</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/eeac42dcdabf9e904bc1dfcdaa555c9bc1b1d569"><code>eeac42d</code></a> Bump <code>@​typescript-eslint/utils</code> from 8.51.0 to 8.53.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/485">#485</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/1ac11a130fb8b3c99a138cd0dc2fe8530c4e7956"><code>1ac11a1</code></a> Bump <code>@​typescript-eslint/rule-tester</code> from 8.51.0 to 8.53.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/483">#483</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/b63ebc09719c625dfe117b27edd4a3c3ff3fb42c"><code>b63ebc0</code></a> Bump <code>@​types/node</code> from 25.0.6 to 25.0.9 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/484">#484</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/468da076485612657e0e506821cf18f7adbb47dc"><code>468da07</code></a> Bump <code>@​types/node</code> from 25.0.3 to 25.0.6 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/482">#482</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/dcf2c6a740406fb6b947f93a828658794ca28639"><code>dcf2c6a</code></a> Bump globals from 16.5.0 to 17.0.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/479">#479</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/8ae970bfa7f383ccb43639f880669f4f67e70261"><code>8ae970b</code></a> Bump <code>@​typescript-eslint/rule-tester</code> from 8.50.0 to 8.50.1 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/478">#478</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/84f81828ea2b7ad47a7850850597803761f238d4"><code>84f8182</code></a> Bump <code>@​typescript-eslint/utils</code> from 8.50.0 to 8.50.1 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/477">#477</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/1adfa3f2c7dc988ca7344240623a1f77675f8a60"><code>1adfa3f</code></a> Bump <code>@​types/node</code> from 25.0.2 to 25.0.3 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/476">#476</a>)</li> <li>Additional commits viewable in <a href="https://github.com/primer/eslint-plugin-primer-react/compare/v8.5.0...v8.5.1">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.8.0 to 3.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.8.1</h2> <ul> <li>Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a> by <a href="https://github.com/porada"><code>@​porada</code></a>)</li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#381">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.8.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.8.0...3.8.1">diff</a></p> <h4>Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a> by <a href="https://github.com/porada"><code>@​porada</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input import * as prettierPluginEstree from &quot;prettier/plugins/estree&quot;; <p>// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import(&quot;prettier/plugins/estree&quot;)'. ts(2339) prettierPluginEstree.printers.estree; //=&gt; any</p> <p>// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=&gt; Printer prettierPluginEstree.printers[&quot;estree-json&quot;]; //=&gt; Printer </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/90983f40dce5e20beea4e5618b5e0426a6a7f4f0"><code>90983f4</code></a> Release 3.8.1</li> <li><a href="https://github.com/prettier/prettier/commit/57f702f7656e6fc03873f8121480c321b2f44c8c"><code>57f702f</code></a> Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/issues/18706">#18706</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bece82785141274c12956b0af3bae77a44ae3a9e"><code>bece827</code></a> Revert change in release script</li> <li><a href="https://github.com/prettier/prettier/commit/82a4ab26f1e7fccd0041272de12a3c6b942e622b"><code>82a4ab2</code></a> Bump Prettier dependency to 3.8.0</li> <li><a href="https://github.com/prettier/prettier/commit/5213ee463c653f47e1821de414a4f30573f83337"><code>5213ee4</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/f95ad0f8e1dd9fb5507e7088f42f91fa6b5f3cb0"><code>f95ad0f</code></a> Comment out finished steps</li> <li><a href="https://github.com/prettier/prettier/commit/b2034e819aef944fe1fe3bbf532118885a854f64"><code>b2034e8</code></a> Fix release script</li> <li><a href="https://github.com/prettier/prettier/commit/5824b15189303d52892ffbc0812751533666c674"><code>5824b15</code></a> Release 3.8.0</li> <li><a href="https://github.com/prettier/prettier/commit/04336012b351529f624eaeb3ac9af52a5b7b7c01"><code>0433601</code></a> Add blog post for v3.8.0 (<a href="https://redirect.github.com/prettier/prettier/issues/18639">#18639</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/c45fef106ec4d1efdcd61a64c3dd3298272b3d99"><code>c45fef1</code></a> Fix LWC attribute with <code>--embedded-language-formatting off</code> (<a href="https://redirect.github.com/prettier/prettier/issues/18383">#18383</a>)</li> <li>See full diff in <a href="https://github.com/prettier/prettier/compare/3.8.0...3.8.1">compare view</a></li> </ul> </details> <br /> Updates `tar` from 7.5.4 to 7.5.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/394ece6ad8d81742a4e4058af227c616cd947a25"><code>394ece6</code></a> 7.5.6</li> <li><a href="https://github.com/isaacs/node-tar/commit/7d4cc17c76f6bd11dcd83de47187dc6dff206eee"><code>7d4cc17</code></a> fix race puting a Link ahead of its target File</li> <li><a href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581"><code>26ab904</code></a> 7.5.5</li> <li><a href="https://github.com/isaacs/node-tar/commit/e9a1ddb821b29ddee75b9470dd511066148c8070"><code>e9a1ddb</code></a> fix: do not prevent valid linkpaths within archive</li> <li>See full diff in <a href="https://github.com/isaacs/node-tar/compare/v7.5.4...v7.5.6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Jan 30, 2026 at 08:03 UTC cdfcd39b67e73ad6b89ca7b0f5617402ecbdd0e4
1 file changed +312 -255
package-lock.json
+312 -255
@@ -3125,9 +3125,9 @@
3125 }
3126 },
3127 "node_modules/@csstools/postcss-alpha-function": {
3128 - "version": "2.0.1",
3129 - "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.1.tgz",
3130 - "integrity": "sha512-kXppoqo6QI4xVjfuRMf/2XSxldYnWELHy5R6Vo/RI8iu2IpE2vY80ZjXFJ0N36yn7zT1ZPuHpiAszpfrIaa2hA==",
3128 + "version": "2.0.2",
3129 + "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.2.tgz",
3130 + "integrity": "sha512-EXdJC5fds0h1KqoioUBkcYPZvcNKR64jrGkbqlDNbMU3FP1MzLEr/QJR8bj/bu53TJFIgkc9WvKcpbwVqZ4WPg==",
3131 "funding": [
3132 {
3133 "type": "github",
@@ -3140,7 +3140,7 @@
3140 ],
3141 "license": "MIT-0",
3142 "dependencies": {
3143 - "@csstools/css-color-parser": "^4.0.0",
3143 + "@csstools/css-color-parser": "^4.0.1",
3144 "@csstools/css-parser-algorithms": "^4.0.0",
3145 "@csstools/css-tokenizer": "^4.0.0",
3146 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3154,9 +3154,9 @@
3154 }
3155 },
3156 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/color-helpers": {
3157 - "version": "6.0.0",
3158 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3159 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3157 + "version": "6.0.1",
3158 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3159 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3160 "funding": [
3161 {
3162 "type": "github",
@@ -3196,9 +3196,9 @@
3196 }
3197 },
3198 "node_modules/@csstools/postcss-alpha-function/node_modules/@csstools/css-color-parser": {
3199 - "version": "4.0.0",
3200 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
3201 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
3199 + "version": "4.0.1",
3200 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3201 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3202 "funding": [
3203 {
3204 "type": "github",
@@ -3211,7 +3211,7 @@
3211 ],
3212 "license": "MIT",
3213 "dependencies": {
3214 - "@csstools/color-helpers": "^6.0.0",
3214 + "@csstools/color-helpers": "^6.0.1",
3215 "@csstools/css-calc": "^3.0.0"
3216 },
3217 "engines": {
@@ -3303,9 +3303,9 @@
3303 }
3304 },
3305 "node_modules/@csstools/postcss-color-function": {
3306 - "version": "5.0.0",
3307 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.0.tgz",
3308 - "integrity": "sha512-c5t0UOEuD90pQy6FG23fyiMLtspGpnpUvjCUjshwbTb7MghXhcO9azTvDpB5rP8nKJBr4atb1rGWl1/Yfp9czw==",
3306 + "version": "5.0.1",
3307 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.1.tgz",
3308 + "integrity": "sha512-SNU4o63+oZpB7ufkTmj3FholvMtJwuyIWqTOVOxnZjNDFEg1hwdbnPjoytZVgKRQGkvkHdAS0uZWn0zH+ZwXCQ==",
3309 "funding": [
3310 {
3311 "type": "github",
@@ -3318,7 +3318,7 @@
3318 ],
3319 "license": "MIT-0",
3320 "dependencies": {
3321 - "@csstools/css-color-parser": "^4.0.0",
3321 + "@csstools/css-color-parser": "^4.0.1",
3322 "@csstools/css-parser-algorithms": "^4.0.0",
3323 "@csstools/css-tokenizer": "^4.0.0",
3324 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3332,9 +3332,9 @@
3332 }
3333 },
3334 "node_modules/@csstools/postcss-color-function-display-p3-linear": {
3335 - "version": "2.0.0",
3336 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.0.tgz",
3337 - "integrity": "sha512-ZP6nRwEnyXpWrnYRKB9TLbSR84VUstqLov7siQM2Np/IepOB2FGZD1r9JiGfJHwYlz8CXzCFFPg7S4lb8zPheQ==",
3335 + "version": "2.0.1",
3336 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.1.tgz",
3337 + "integrity": "sha512-blnzzMkMswoagp1u3JS1OiiTuQCW1F+lQEtlxu2BXhTUmEeKHhSgrrAceF7s4bwZOwKYbkxuw/FC9Ni/zxB7Xw==",
3338 "funding": [
3339 {
3340 "type": "github",
@@ -3347,7 +3347,7 @@
3347 ],
3348 "license": "MIT-0",
3349 "dependencies": {
3350 - "@csstools/css-color-parser": "^4.0.0",
3350 + "@csstools/css-color-parser": "^4.0.1",
3351 "@csstools/css-parser-algorithms": "^4.0.0",
3352 "@csstools/css-tokenizer": "^4.0.0",
3353 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3361,9 +3361,9 @@
3361 }
3362 },
3363 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/color-helpers": {
3364 - "version": "6.0.0",
3365 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3366 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3364 + "version": "6.0.1",
3365 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3366 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3367 "funding": [
3368 {
3369 "type": "github",
@@ -3403,9 +3403,9 @@
3403 }
3404 },
3405 "node_modules/@csstools/postcss-color-function-display-p3-linear/node_modules/@csstools/css-color-parser": {
3406 - "version": "4.0.0",
3407 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
3408 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
3406 + "version": "4.0.1",
3407 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3408 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3409 "funding": [
3410 {
3411 "type": "github",
@@ -3418,7 +3418,7 @@
3418 ],
3419 "license": "MIT",
3420 "dependencies": {
3421 - "@csstools/color-helpers": "^6.0.0",
3421 + "@csstools/color-helpers": "^6.0.1",
3422 "@csstools/css-calc": "^3.0.0"
3423 },
3424 "engines": {
@@ -3471,9 +3471,9 @@
3471 }
3472 },
3473 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/color-helpers": {
3474 - "version": "6.0.0",
3475 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3476 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3474 + "version": "6.0.1",
3475 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3476 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3477 "funding": [
3478 {
3479 "type": "github",
@@ -3513,9 +3513,9 @@
3513 }
3514 },
3515 "node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-color-parser": {
3516 - "version": "4.0.0",
3517 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
3518 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
3516 + "version": "4.0.1",
3517 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3518 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3519 "funding": [
3520 {
3521 "type": "github",
@@ -3528,7 +3528,7 @@
3528 ],
3529 "license": "MIT",
3530 "dependencies": {
3531 - "@csstools/color-helpers": "^6.0.0",
3531 + "@csstools/color-helpers": "^6.0.1",
3532 "@csstools/css-calc": "^3.0.0"
3533 },
3534 "engines": {
@@ -3581,9 +3581,9 @@
3581 }
3582 },
3583 "node_modules/@csstools/postcss-color-mix-function": {
3584 - "version": "4.0.0",
3585 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.0.tgz",
3586 - "integrity": "sha512-Nd064fwSwNpiTGEi8THDDd0kAG/kPfwISAKN3CE3IjZ5Xw0AdarjRJkPM+orFWap4gbDrwRVgbUcRSxUWoR0cA==",
3584 + "version": "4.0.1",
3585 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.1.tgz",
3586 + "integrity": "sha512-B9XBCd8cmHVwnc5YTn2YVXOlNMTNwuPIpJQ87665vaNdfNorVWz8JhAAv7Vq0v66TA6htE7+QW0OidL/QV0tiA==",
3587 "funding": [
3588 {
3589 "type": "github",
@@ -3596,7 +3596,7 @@
3596 ],
3597 "license": "MIT-0",
3598 "dependencies": {
3599 - "@csstools/css-color-parser": "^4.0.0",
3599 + "@csstools/css-color-parser": "^4.0.1",
3600 "@csstools/css-parser-algorithms": "^4.0.0",
3601 "@csstools/css-tokenizer": "^4.0.0",
3602 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3610,9 +3610,9 @@
3610 }
3611 },
3612 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/color-helpers": {
3613 - "version": "6.0.0",
3614 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3615 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3613 + "version": "6.0.1",
3614 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3615 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3616 "funding": [
3617 {
3618 "type": "github",
@@ -3652,9 +3652,9 @@
3652 }
3653 },
3654 "node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-color-parser": {
3655 - "version": "4.0.0",
3656 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
3657 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
3655 + "version": "4.0.1",
3656 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3657 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3658 "funding": [
3659 {
3660 "type": "github",
@@ -3667,7 +3667,7 @@
3667 ],
3668 "license": "MIT",
3669 "dependencies": {
3670 - "@csstools/color-helpers": "^6.0.0",
3670 + "@csstools/color-helpers": "^6.0.1",
3671 "@csstools/css-calc": "^3.0.0"
3672 },
3673 "engines": {
@@ -3720,9 +3720,9 @@
3720 }
3721 },
3722 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
3723 - "version": "2.0.0",
3724 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.0.tgz",
3725 - "integrity": "sha512-kGG1QexurE3acX93jbAZwMkd2YtUS6lrzUwBhfsVJUlnM61IreT+1wUvsxqH3jCs8FKwOaWJ0YFItsZaUGDw3A==",
3723 + "version": "2.0.1",
3724 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.1.tgz",
3725 + "integrity": "sha512-PV5nv9EHsEsvC5GlVqAHa1PznP/qZxFAIABImrkGJUbSoFUTwpnPch/dYSKw52CQ0aNnwCqMHoM29wDwmpVLqw==",
3726 "funding": [
3727 {
3728 "type": "github",
@@ -3735,7 +3735,7 @@
3735 ],
3736 "license": "MIT-0",
3737 "dependencies": {
3738 - "@csstools/css-color-parser": "^4.0.0",
3738 + "@csstools/css-color-parser": "^4.0.1",
3739 "@csstools/css-parser-algorithms": "^4.0.0",
3740 "@csstools/css-tokenizer": "^4.0.0",
3741 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3749,9 +3749,9 @@
3749 }
3750 },
3751 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/color-helpers": {
3752 - "version": "6.0.0",
3753 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3754 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3752 + "version": "6.0.1",
3753 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3754 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3755 "funding": [
3756 {
3757 "type": "github",
@@ -3791,9 +3791,9 @@
3791 }
3792 },
3793 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments/node_modules/@csstools/css-color-parser": {
3794 - "version": "4.0.0",
3795 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
3796 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
3794 + "version": "4.0.1",
3795 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
3796 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
3797 "funding": [
3798 {
3799 "type": "github",
@@ -3806,7 +3806,7 @@
3806 ],
3807 "license": "MIT",
3808 "dependencies": {
3809 - "@csstools/color-helpers": "^6.0.0",
3809 + "@csstools/color-helpers": "^6.0.1",
3810 "@csstools/css-calc": "^3.0.0"
3811 },
3812 "engines": {
@@ -3928,9 +3928,9 @@
3928 }
3929 },
3930 "node_modules/@csstools/postcss-contrast-color-function": {
3931 - "version": "3.0.0",
3932 - "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.0.tgz",
3933 - "integrity": "sha512-PfUR6kVeDxUPoNcL5QY5TdbUL2NLDhnZ2LwiEhDsnUrRIPFgrIoUHWYjG0LnWq8mBZ21dUqmvQTd89m2OVy/BA==",
3931 + "version": "3.0.1",
3932 + "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.1.tgz",
3933 + "integrity": "sha512-Zy2gyAPsUyoAUkmBjLbWcXJhglM+toBRpNegyJc/LTHpSpIbMKVmByGQ+VSw01E1Pov8Dk/fgEs9hd11xtGC8g==",
3934 "funding": [
3935 {
3936 "type": "github",
@@ -3943,7 +3943,7 @@
3943 ],
3944 "license": "MIT-0",
3945 "dependencies": {
3946 - "@csstools/css-color-parser": "^4.0.0",
3946 + "@csstools/css-color-parser": "^4.0.1",
3947 "@csstools/css-parser-algorithms": "^4.0.0",
3948 "@csstools/css-tokenizer": "^4.0.0",
3949 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -3957,9 +3957,9 @@
3957 }
3958 },
3959 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/color-helpers": {
3960 - "version": "6.0.0",
3961 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
3962 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
3960 + "version": "6.0.1",
3961 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
3962 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
3963 "funding": [
3964 {
3965 "type": "github",
@@ -3999,9 +3999,9 @@
3999 }
4000 },
4001 "node_modules/@csstools/postcss-contrast-color-function/node_modules/@csstools/css-color-parser": {
4002 - "version": "4.0.0",
4003 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
4004 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
4002 + "version": "4.0.1",
4003 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4004 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4005 "funding": [
4006 {
4007 "type": "github",
@@ -4014,7 +4014,7 @@
4014 ],
4015 "license": "MIT",
4016 "dependencies": {
4017 - "@csstools/color-helpers": "^6.0.0",
4017 + "@csstools/color-helpers": "^6.0.1",
4018 "@csstools/css-calc": "^3.0.0"
4019 },
4020 "engines": {
@@ -4184,9 +4184,9 @@
4184 }
4185 },
4186 "node_modules/@csstools/postcss-gamut-mapping": {
4187 - "version": "3.0.0",
4188 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.0.tgz",
4189 - "integrity": "sha512-A2ZOxf7DMiohT4EGsaMApE5w57HZkoXF+eRJMgdq9VFZg9DL2PEnKC2NILwjXflWDhL32qe0kRxpSZ+60i6NtA==",
4187 + "version": "3.0.1",
4188 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.1.tgz",
4189 + "integrity": "sha512-0S7D+gArVXsgRDxjoNv8g2QlaIi/SegqdlTMgVwowaPSyxaZsVnwrhShvmlpoLOVHmpJfHKGiXzn1Hc1BcZCzQ==",
4190 "funding": [
4191 {
4192 "type": "github",
@@ -4199,7 +4199,7 @@
4199 ],
4200 "license": "MIT-0",
4201 "dependencies": {
4202 - "@csstools/css-color-parser": "^4.0.0",
4202 + "@csstools/css-color-parser": "^4.0.1",
4203 "@csstools/css-parser-algorithms": "^4.0.0",
4204 "@csstools/css-tokenizer": "^4.0.0"
4205 },
@@ -4211,9 +4211,9 @@
4211 }
4212 },
4213 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/color-helpers": {
4214 - "version": "6.0.0",
4215 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
4216 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
4214 + "version": "6.0.1",
4215 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4216 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4217 "funding": [
4218 {
4219 "type": "github",
@@ -4253,9 +4253,9 @@
4253 }
4254 },
4255 "node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-color-parser": {
4256 - "version": "4.0.0",
4257 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
4258 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
4256 + "version": "4.0.1",
4257 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4258 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4259 "funding": [
4260 {
4261 "type": "github",
@@ -4268,7 +4268,7 @@
4268 ],
4269 "license": "MIT",
4270 "dependencies": {
4271 - "@csstools/color-helpers": "^6.0.0",
4271 + "@csstools/color-helpers": "^6.0.1",
4272 "@csstools/css-calc": "^3.0.0"
4273 },
4274 "engines": {
@@ -4321,9 +4321,9 @@
4321 }
4322 },
4323 "node_modules/@csstools/postcss-gradients-interpolation-method": {
4324 - "version": "6.0.0",
4325 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.0.tgz",
4326 - "integrity": "sha512-pexYfratrU9yuE1o3eymWCQ2B0UkKKjZlwbaCl7FtqJ42ABatscbnDY/6pPKnli8IlPTlmyzP1/aw2uYiZ8XRg==",
4324 + "version": "6.0.1",
4325 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.1.tgz",
4326 + "integrity": "sha512-Y5dxOstuUCdmU1tuEB/EgKxDw+/DAZes4gQeitb/H0S5khmjT24CfbVa/l2ZelNCEEq9KjxqO2cjwDV2vqj62w==",
4327 "funding": [
4328 {
4329 "type": "github",
@@ -4336,7 +4336,7 @@
4336 ],
4337 "license": "MIT-0",
4338 "dependencies": {
4339 - "@csstools/css-color-parser": "^4.0.0",
4339 + "@csstools/css-color-parser": "^4.0.1",
4340 "@csstools/css-parser-algorithms": "^4.0.0",
4341 "@csstools/css-tokenizer": "^4.0.0",
4342 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -4350,9 +4350,9 @@
4350 }
4351 },
4352 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/color-helpers": {
4353 - "version": "6.0.0",
4354 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
4355 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
4353 + "version": "6.0.1",
4354 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4355 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4356 "funding": [
4357 {
4358 "type": "github",
@@ -4392,9 +4392,9 @@
4392 }
4393 },
4394 "node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-color-parser": {
4395 - "version": "4.0.0",
4396 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
4397 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
4395 + "version": "4.0.1",
4396 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4397 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4398 "funding": [
4399 {
4400 "type": "github",
@@ -4407,7 +4407,7 @@
4407 ],
4408 "license": "MIT",
4409 "dependencies": {
4410 - "@csstools/color-helpers": "^6.0.0",
4410 + "@csstools/color-helpers": "^6.0.1",
4411 "@csstools/css-calc": "^3.0.0"
4412 },
4413 "engines": {
@@ -4460,9 +4460,9 @@
4460 }
4461 },
4462 "node_modules/@csstools/postcss-hwb-function": {
4463 - "version": "5.0.0",
4464 - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.0.tgz",
4465 - "integrity": "sha512-SPZ1bUiQjNpXdEcDjGCNXsN1S53eZzO+QIR6xLqjuqDBdshytCcFT9NICdXNUUhRjwSwcIu/OOLpeUrW0+K7aA==",
4463 + "version": "5.0.1",
4464 + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.1.tgz",
4465 + "integrity": "sha512-9f8TA/B8iEpzF0y4Z6qPVfP9nMp2ti10OFbtyDtoBz3+eK0KPV4CCCjTwYIpPRopLgctFZt7xqmOxA7JgAJEug==",
4466 "funding": [
4467 {
4468 "type": "github",
@@ -4475,7 +4475,7 @@
4475 ],
4476 "license": "MIT-0",
4477 "dependencies": {
4478 - "@csstools/css-color-parser": "^4.0.0",
4478 + "@csstools/css-color-parser": "^4.0.1",
4479 "@csstools/css-parser-algorithms": "^4.0.0",
4480 "@csstools/css-tokenizer": "^4.0.0",
4481 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -4489,9 +4489,9 @@
4489 }
4490 },
4491 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/color-helpers": {
4492 - "version": "6.0.0",
4493 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
4494 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
4492 + "version": "6.0.1",
4493 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
4494 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
4495 "funding": [
4496 {
4497 "type": "github",
@@ -4531,9 +4531,9 @@
4531 }
4532 },
4533 "node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-color-parser": {
4534 - "version": "4.0.0",
4535 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
4536 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
4534 + "version": "4.0.1",
4535 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
4536 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
4537 "funding": [
4538 {
4539 "type": "github",
@@ -4546,7 +4546,7 @@
4546 ],
4547 "license": "MIT",
4548 "dependencies": {
4549 - "@csstools/color-helpers": "^6.0.0",
4549 + "@csstools/color-helpers": "^6.0.1",
4550 "@csstools/css-calc": "^3.0.0"
4551 },
4552 "engines": {
@@ -5145,9 +5145,9 @@
5145 }
5146 },
5147 "node_modules/@csstools/postcss-normalize-display-values": {
5148 - "version": "5.0.0",
5149 - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.0.tgz",
5150 - "integrity": "sha512-ei95b5aey72Gemgsb5v/RmLyw12HNnge0TvPJ392Yid18pSyXIyx4hGKxVsMNAmYGAwdZoNOT6JqkkX7BL2+gA==",
5148 + "version": "5.0.1",
5149 + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz",
5150 + "integrity": "sha512-FcbEmoxDEGYvm2W3rQzVzcuo66+dDJjzzVDs+QwRmZLHYofGmMGwIKPqzF86/YW+euMDa7sh1xjWDvz/fzByZQ==",
5151 "funding": [
5152 {
5153 "type": "github",
@@ -5170,9 +5170,9 @@
5170 }
5171 },
5172 "node_modules/@csstools/postcss-oklab-function": {
5173 - "version": "5.0.0",
5174 - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.0.tgz",
5175 - "integrity": "sha512-PiFrmz9FoB9u6/1LsWpQ7+MElRl5ervVhbboSTm+NfJwN9Sy4gszuS2J9/SNxLxs+8WWHg3PxHIEm5YbFG7MCA==",
5173 + "version": "5.0.1",
5174 + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.1.tgz",
5175 + "integrity": "sha512-Ql+X4zu29ITihxHKcCFEU84ww+Nkv44M2s0fT7Nv4iQYlQ4+liF6v9RL0ezeogeiLRNLLC6yh0ay1PHpmaNIgQ==",
5176 "funding": [
5177 {
5178 "type": "github",
@@ -5185,7 +5185,7 @@
5185 ],
5186 "license": "MIT-0",
5187 "dependencies": {
5188 - "@csstools/css-color-parser": "^4.0.0",
5188 + "@csstools/css-color-parser": "^4.0.1",
5189 "@csstools/css-parser-algorithms": "^4.0.0",
5190 "@csstools/css-tokenizer": "^4.0.0",
5191 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -5199,9 +5199,9 @@
5199 }
5200 },
5201 "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/color-helpers": {
5202 - "version": "6.0.0",
5203 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
5204 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
5202 + "version": "6.0.1",
5203 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
5204 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
5205 "funding": [
5206 {
5207 "type": "github",
@@ -5241,9 +5241,9 @@
5241 }
5242 },
5243 "node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-color-parser": {
5244 - "version": "4.0.0",
5245 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
5246 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
5244 + "version": "4.0.1",
5245 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
5246 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
5247 "funding": [
5248 {
5249 "type": "github",
@@ -5256,7 +5256,7 @@
5256 ],
5257 "license": "MIT",
5258 "dependencies": {
5259 - "@csstools/color-helpers": "^6.0.0",
5259 + "@csstools/color-helpers": "^6.0.1",
5260 "@csstools/css-calc": "^3.0.0"
5261 },
5262 "engines": {
@@ -5514,9 +5514,9 @@
5514 }
5515 },
5516 "node_modules/@csstools/postcss-relative-color-syntax": {
5517 - "version": "4.0.0",
5518 - "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.0.tgz",
5519 - "integrity": "sha512-xa2dWnolTNLVgsFJpCKyGpbWsaDeLvCZg09oVf6PYvhiboK0+ljaL0cEnPycKK4gCKLX5zTYS7a+pxoXNFuJJQ==",
5517 + "version": "4.0.1",
5518 + "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.1.tgz",
5519 + "integrity": "sha512-zRLO9xMGtCCT0FTpTsaGI6cmdzJKbwWjg92AuczlSDuriEAPEJL+ZJ4jDyw51p23DfoAFgK8soB/LyoY1kFOLQ==",
5520 "funding": [
5521 {
5522 "type": "github",
@@ -5529,7 +5529,7 @@
5529 ],
5530 "license": "MIT-0",
5531 "dependencies": {
5532 - "@csstools/css-color-parser": "^4.0.0",
5532 + "@csstools/css-color-parser": "^4.0.1",
5533 "@csstools/css-parser-algorithms": "^4.0.0",
5534 "@csstools/css-tokenizer": "^4.0.0",
5535 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -5543,9 +5543,9 @@
5543 }
5544 },
5545 "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/color-helpers": {
5546 - "version": "6.0.0",
5547 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
5548 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
5546 + "version": "6.0.1",
5547 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
5548 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
5549 "funding": [
5550 {
5551 "type": "github",
@@ -5585,9 +5585,9 @@
5585 }
5586 },
5587 "node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-color-parser": {
5588 - "version": "4.0.0",
5589 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
5590 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
5588 + "version": "4.0.1",
5589 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
5590 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
5591 "funding": [
5592 {
5593 "type": "github",
@@ -5600,7 +5600,7 @@
5600 ],
5601 "license": "MIT",
5602 "dependencies": {
5603 - "@csstools/color-helpers": "^6.0.0",
5603 + "@csstools/color-helpers": "^6.0.1",
5604 "@csstools/css-calc": "^3.0.0"
5605 },
5606 "engines": {
@@ -5984,9 +5984,9 @@
5984 }
5985 },
5986 "node_modules/@csstools/postcss-text-decoration-shorthand": {
5987 - "version": "5.0.0",
5988 - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.0.tgz",
5989 - "integrity": "sha512-nCi/1o5LX2+fH7RW53k1q2KP6J5JjevoK5EayDUZvC5HeH7AioSY5LTK9jrEZHj4hBa7/J8kUzgSus5YMdgxIA==",
5987 + "version": "5.0.1",
5988 + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-5.0.1.tgz",
5989 + "integrity": "sha512-yH9VyYE1LFLfyp6fYMLSUVON7vILzp1U2NkiCEIi7FM0M5thKd4XJJioD2a2a4t5sHwKesVaGyg89k2Hf1z0Sg==",
5990 "funding": [
5991 {
5992 "type": "github",
@@ -5999,7 +5999,7 @@
5999 ],
6000 "license": "MIT-0",
6001 "dependencies": {
6002 - "@csstools/color-helpers": "^6.0.0",
6002 + "@csstools/color-helpers": "^6.0.1",
6003 "postcss-value-parser": "^4.2.0"
6004 },
6005 "engines": {
@@ -6010,9 +6010,9 @@
6010 }
6011 },
6012 "node_modules/@csstools/postcss-text-decoration-shorthand/node_modules/@csstools/color-helpers": {
6013 - "version": "6.0.0",
6014 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
6015 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
6013 + "version": "6.0.1",
6014 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
6015 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
6016 "funding": [
6017 {
6018 "type": "github",
@@ -13353,9 +13353,9 @@
13353 "license": "MIT"
13354 },
13355 "node_modules/@testing-library/react": {
13356 - "version": "16.3.1",
13357 - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz",
13358 - "integrity": "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==",
13356 + "version": "16.3.2",
13357 + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz",
13358 + "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==",
13359 "dev": true,
13360 "license": "MIT",
13361 "dependencies": {
@@ -13945,15 +13945,15 @@
13945 }
13946 },
13947 "node_modules/@typescript-eslint/project-service": {
13948 - "version": "8.39.0",
13949 - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
13950 - "integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
13948 + "version": "8.53.1",
13949 + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.53.1.tgz",
13950 + "integrity": "sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==",
13951 "dev": true,
13952 "license": "MIT",
13953 "dependencies": {
13954 - "@typescript-eslint/tsconfig-utils": "^8.39.0",
13955 - "@typescript-eslint/types": "^8.39.0",
13956 - "debug": "^4.3.4"
13954 + "@typescript-eslint/tsconfig-utils": "^8.53.1",
13955 + "@typescript-eslint/types": "^8.53.1",
13956 + "debug": "^4.4.3"
13957 },
13958 "engines": {
13959 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -13967,9 +13967,9 @@
13967 }
13968 },
13969 "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
13970 - "version": "8.40.0",
13971 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.40.0.tgz",
13972 - "integrity": "sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==",
13970 + "version": "8.53.1",
13971 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
13972 + "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
13973 "dev": true,
13974 "license": "MIT",
13975 "engines": {
@@ -13980,6 +13980,24 @@
13980 "url": "https://opencollective.com/typescript-eslint"
13981 }
13982 },
13983 + "node_modules/@typescript-eslint/project-service/node_modules/debug": {
13984 + "version": "4.4.3",
13985 + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
13986 + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
13987 + "dev": true,
13988 + "license": "MIT",
13989 + "dependencies": {
13990 + "ms": "^2.1.3"
13991 + },
13992 + "engines": {
13993 + "node": ">=6.0"
13994 + },
13995 + "peerDependenciesMeta": {
13996 + "supports-color": {
13997 + "optional": true
13998 + }
13999 + }
14000 + },
14001 "node_modules/@typescript-eslint/scope-manager": {
14002 "version": "5.62.0",
14003 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
@@ -13998,9 +14016,9 @@
14016 }
14017 },
14018 "node_modules/@typescript-eslint/tsconfig-utils": {
14001 - "version": "8.39.0",
14002 - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz",
14003 - "integrity": "sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==",
14019 + "version": "8.53.1",
14020 + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz",
14021 + "integrity": "sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==",
14022 "dev": true,
14023 "license": "MIT",
14024 "engines": {
@@ -21229,14 +21247,14 @@
21247 }
21248 },
21249 "node_modules/eslint-plugin-primer-react": {
21232 - "version": "8.5.0",
21233 - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.5.0.tgz",
21234 - "integrity": "sha512-KW+Bca3Pd2+TDOAWD2EQAuIEotljf7Zsnibzq3SofAs3rxqbKEveMJWv9RGDelM0LZMa+Ha4ySGT1pbD+5D7fQ==",
21250 + "version": "8.5.1",
21251 + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.5.1.tgz",
21252 + "integrity": "sha512-lvDZOnb75VhtN/ggZcNdb/nU3DdI4NlTeL36QFPFpo2oquYVoHXcuYw76pSR6N2ff0bi3DIW8lcR0QOBtml1CA==",
21253 "dev": true,
21254 "license": "MIT",
21255 "dependencies": {
21256 "@styled-system/props": "^5.1.5",
21239 - "@typescript-eslint/utils": "^8.39.0",
21257 + "@typescript-eslint/utils": "^8.50.0",
21258 "eslint-plugin-github": "^6.0.0",
21259 "eslint-plugin-jsx-a11y": "^6.7.1",
21260 "eslint-traverse": "^1.0.0",
@@ -21251,15 +21269,34 @@
21269 "eslint": "^9.0.0"
21270 }
21271 },
21272 + "node_modules/eslint-plugin-primer-react/node_modules/@eslint-community/eslint-utils": {
21273 + "version": "4.9.1",
21274 + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
21275 + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
21276 + "dev": true,
21277 + "license": "MIT",
21278 + "dependencies": {
21279 + "eslint-visitor-keys": "^3.4.3"
21280 + },
21281 + "engines": {
21282 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
21283 + },
21284 + "funding": {
21285 + "url": "https://opencollective.com/eslint"
21286 + },
21287 + "peerDependencies": {
21288 + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
21289 + }
21290 + },
21291 "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/scope-manager": {
21255 - "version": "8.39.0",
21256 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
21257 - "integrity": "sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==",
21292 + "version": "8.53.1",
21293 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz",
21294 + "integrity": "sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==",
21295 "dev": true,
21296 "license": "MIT",
21297 "dependencies": {
21261 - "@typescript-eslint/types": "8.39.0",
21262 - "@typescript-eslint/visitor-keys": "8.39.0"
21298 + "@typescript-eslint/types": "8.53.1",
21299 + "@typescript-eslint/visitor-keys": "8.53.1"
21300 },
21301 "engines": {
21302 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -21270,9 +21307,9 @@
21307 }
21308 },
21309 "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/types": {
21273 - "version": "8.39.0",
21274 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz",
21275 - "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
21310 + "version": "8.53.1",
21311 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
21312 + "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
21313 "dev": true,
21314 "license": "MIT",
21315 "engines": {
@@ -21284,22 +21321,21 @@
21321 }
21322 },
21323 "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/typescript-estree": {
21287 - "version": "8.39.0",
21288 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
21289 - "integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
21324 + "version": "8.53.1",
21325 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz",
21326 + "integrity": "sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==",
21327 "dev": true,
21328 "license": "MIT",
21329 "dependencies": {
21293 - "@typescript-eslint/project-service": "8.39.0",
21294 - "@typescript-eslint/tsconfig-utils": "8.39.0",
21295 - "@typescript-eslint/types": "8.39.0",
21296 - "@typescript-eslint/visitor-keys": "8.39.0",
21297 - "debug": "^4.3.4",
21298 - "fast-glob": "^3.3.2",
21299 - "is-glob": "^4.0.3",
21300 - "minimatch": "^9.0.4",
21301 - "semver": "^7.6.0",
21302 - "ts-api-utils": "^2.1.0"
21330 + "@typescript-eslint/project-service": "8.53.1",
21331 + "@typescript-eslint/tsconfig-utils": "8.53.1",
21332 + "@typescript-eslint/types": "8.53.1",
21333 + "@typescript-eslint/visitor-keys": "8.53.1",
21334 + "debug": "^4.4.3",
21335 + "minimatch": "^9.0.5",
21336 + "semver": "^7.7.3",
21337 + "tinyglobby": "^0.2.15",
21338 + "ts-api-utils": "^2.4.0"
21339 },
21340 "engines": {
21341 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -21313,16 +21349,16 @@
21349 }
21350 },
21351 "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/utils": {
21316 - "version": "8.39.0",
21317 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.0.tgz",
21318 - "integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
21352 + "version": "8.53.1",
21353 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.53.1.tgz",
21354 + "integrity": "sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==",
21355 "dev": true,
21356 "license": "MIT",
21357 "dependencies": {
21322 - "@eslint-community/eslint-utils": "^4.7.0",
21323 - "@typescript-eslint/scope-manager": "8.39.0",
21324 - "@typescript-eslint/types": "8.39.0",
21325 - "@typescript-eslint/typescript-estree": "8.39.0"
21358 + "@eslint-community/eslint-utils": "^4.9.1",
21359 + "@typescript-eslint/scope-manager": "8.53.1",
21360 + "@typescript-eslint/types": "8.53.1",
21361 + "@typescript-eslint/typescript-estree": "8.53.1"
21362 },
21363 "engines": {
21364 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -21337,13 +21373,13 @@
21373 }
21374 },
21375 "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/visitor-keys": {
21340 - "version": "8.39.0",
21341 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
21342 - "integrity": "sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==",
21376 + "version": "8.53.1",
21377 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz",
21378 + "integrity": "sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==",
21379 "dev": true,
21380 "license": "MIT",
21381 "dependencies": {
21346 - "@typescript-eslint/types": "8.39.0",
21382 + "@typescript-eslint/types": "8.53.1",
21383 "eslint-visitor-keys": "^4.2.1"
21384 },
21385 "engines": {
@@ -21354,7 +21390,7 @@
21390 "url": "https://opencollective.com/typescript-eslint"
21391 }
21392 },
21357 - "node_modules/eslint-plugin-primer-react/node_modules/eslint-visitor-keys": {
21393 + "node_modules/eslint-plugin-primer-react/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
21394 "version": "4.2.1",
21395 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
21396 "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
@@ -21367,6 +21403,24 @@
21403 "url": "https://opencollective.com/eslint"
21404 }
21405 },
21406 + "node_modules/eslint-plugin-primer-react/node_modules/debug": {
21407 + "version": "4.4.3",
21408 + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
21409 + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
21410 + "dev": true,
21411 + "license": "MIT",
21412 + "dependencies": {
21413 + "ms": "^2.1.3"
21414 + },
21415 + "engines": {
21416 + "node": ">=6.0"
21417 + },
21418 + "peerDependenciesMeta": {
21419 + "supports-color": {
21420 + "optional": true
21421 + }
21422 + }
21423 + },
21424 "node_modules/eslint-plugin-primer-react/node_modules/minimatch": {
21425 "version": "9.0.5",
21426 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -21384,9 +21438,9 @@
21438 }
21439 },
21440 "node_modules/eslint-plugin-primer-react/node_modules/ts-api-utils": {
21387 - "version": "2.1.0",
21388 - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
21389 - "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
21441 + "version": "2.4.0",
21442 + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
21443 + "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
21444 "dev": true,
21445 "license": "MIT",
21446 "engines": {
@@ -22468,10 +22522,13 @@
22522 "license": "MIT"
22523 },
22524 "node_modules/fdir": {
22471 - "version": "6.4.4",
22472 - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
22473 - "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
22525 + "version": "6.5.0",
22526 + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
22527 + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
22528 "license": "MIT",
22529 + "engines": {
22530 + "node": ">=12.0.0"
22531 + },
22532 "peerDependencies": {
22533 "picomatch": "^3 || ^4"
22534 },
@@ -23084,13 +23141,13 @@
23141 }
23142 },
23143 "node_modules/framer-motion": {
23087 - "version": "12.27.0",
23088 - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.27.0.tgz",
23089 - "integrity": "sha512-gJtqOKEDJH/jrn0PpsWp64gdOjBvGX8hY6TWstxjDot/85daIEtJHl1UsiwHSXiYmJF2QXUoXP6/3gGw5xY2YA==",
23144 + "version": "12.29.0",
23145 + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.0.tgz",
23146 + "integrity": "sha512-1gEFGXHYV2BD42ZPTFmSU9buehppU+bCuOnHU0AD18DKh9j4DuTx47MvqY5ax+NNWRtK32qIcJf1UxKo1WwjWg==",
23147 "license": "MIT",
23148 "dependencies": {
23092 - "motion-dom": "^12.27.0",
23093 - "motion-utils": "^12.24.10",
23149 + "motion-dom": "^12.29.0",
23150 + "motion-utils": "^12.27.2",
23151 "tslib": "^2.4.0"
23152 },
23153 "peerDependencies": {
@@ -33749,18 +33806,18 @@
33806 }
33807 },
33808 "node_modules/motion-dom": {
33752 - "version": "12.27.0",
33753 - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.27.0.tgz",
33754 - "integrity": "sha512-oDjl0WoAsWIWKl3GCDxmh7GITrNjmLX+w5+jwk4+pzLu3VnFvsOv2E6+xCXeH72O65xlXsr84/otiOYQKW/nQA==",
33809 + "version": "12.29.0",
33810 + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.0.tgz",
33811 + "integrity": "sha512-3eiz9bb32yvY8Q6XNM4AwkSOBPgU//EIKTZwsSWgA9uzbPBhZJeScCVcBuwwYVqhfamewpv7ZNmVKTGp5qnzkA==",
33812 "license": "MIT",
33813 "dependencies": {
33757 - "motion-utils": "^12.24.10"
33814 + "motion-utils": "^12.27.2"
33815 }
33816 },
33817 "node_modules/motion-utils": {
33761 - "version": "12.24.10",
33762 - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.24.10.tgz",
33763 - "integrity": "sha512-x5TFgkCIP4pPsRLpKoI86jv/q8t8FQOiM/0E8QKBzfMozWHfkKap2gA1hOki+B5g3IsBNpxbUnfOum1+dgvYww==",
33818 + "version": "12.27.2",
33819 + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.27.2.tgz",
33820 + "integrity": "sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q==",
33821 "license": "MIT"
33822 },
33823 "node_modules/mri": {
@@ -36100,9 +36157,9 @@
36157 }
36158 },
36159 "node_modules/postcss-color-functional-notation": {
36103 - "version": "8.0.0",
36104 - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.0.tgz",
36105 - "integrity": "sha512-D3Z9ns0lHZbJVd+Fevtt3PkCaxe+V1Ig7UPsztzh9uul24kRzhWEZaY48NL8dg3Xyx45jhmSevOACBC8qfg1qw==",
36160 + "version": "8.0.1",
36161 + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.1.tgz",
36162 + "integrity": "sha512-f1itLOG10iAa9mBAAtIHj/wfDs3srsNv/vrAsiRrIOfTCjhjxHxL1g06vvpQ86he2BP5HwB4cN72EZQ8rkegpA==",
36163 "funding": [
36164 {
36165 "type": "github",
@@ -36115,7 +36172,7 @@
36172 ],
36173 "license": "MIT-0",
36174 "dependencies": {
36118 - "@csstools/css-color-parser": "^4.0.0",
36175 + "@csstools/css-color-parser": "^4.0.1",
36176 "@csstools/css-parser-algorithms": "^4.0.0",
36177 "@csstools/css-tokenizer": "^4.0.0",
36178 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -36129,9 +36186,9 @@
36186 }
36187 },
36188 "node_modules/postcss-color-functional-notation/node_modules/@csstools/color-helpers": {
36132 - "version": "6.0.0",
36133 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
36134 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
36189 + "version": "6.0.1",
36190 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
36191 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
36192 "funding": [
36193 {
36194 "type": "github",
@@ -36171,9 +36228,9 @@
36228 }
36229 },
36230 "node_modules/postcss-color-functional-notation/node_modules/@csstools/css-color-parser": {
36174 - "version": "4.0.0",
36175 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
36176 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
36231 + "version": "4.0.1",
36232 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
36233 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
36234 "funding": [
36235 {
36236 "type": "github",
@@ -36186,7 +36243,7 @@
36243 ],
36244 "license": "MIT",
36245 "dependencies": {
36189 - "@csstools/color-helpers": "^6.0.0",
36246 + "@csstools/color-helpers": "^6.0.1",
36247 "@csstools/css-calc": "^3.0.0"
36248 },
36249 "engines": {
@@ -36817,9 +36874,9 @@
36874 }
36875 },
36876 "node_modules/postcss-lab-function": {
36820 - "version": "8.0.0",
36821 - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.0.tgz",
36822 - "integrity": "sha512-/jjqsNYSEOMCJjUF7CBIe2Iit8dF52RDXX/JQNPRvi/FTcZRR7WNCt9tMyt8bv5eonffF42yi/RcYMaRJv8aGg==",
36877 + "version": "8.0.1",
36878 + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.1.tgz",
36879 + "integrity": "sha512-Q/ANnuCYtanAc+2NnCaZrYu+GofYQUV603JXL0KB6GlcXxpnm/UerPAmpKQdb9pxYUkpKovGxfL43aOUnpF/Hg==",
36880 "funding": [
36881 {
36882 "type": "github",
@@ -36832,7 +36889,7 @@
36889 ],
36890 "license": "MIT-0",
36891 "dependencies": {
36835 - "@csstools/css-color-parser": "^4.0.0",
36892 + "@csstools/css-color-parser": "^4.0.1",
36893 "@csstools/css-parser-algorithms": "^4.0.0",
36894 "@csstools/css-tokenizer": "^4.0.0",
36895 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
@@ -36846,9 +36903,9 @@
36903 }
36904 },
36905 "node_modules/postcss-lab-function/node_modules/@csstools/color-helpers": {
36849 - "version": "6.0.0",
36850 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.0.tgz",
36851 - "integrity": "sha512-kNoHJOh1HE2YWMP0zXmyYDWPHRGlfy8E+q2IfwTkbDTwHOw5SP/hZwJ5cJDci116oyFUEEAKacowiAIRq7WFoQ==",
36906 + "version": "6.0.1",
36907 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
36908 + "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
36909 "funding": [
36910 {
36911 "type": "github",
@@ -36888,9 +36945,9 @@
36945 }
36946 },
36947 "node_modules/postcss-lab-function/node_modules/@csstools/css-color-parser": {
36891 - "version": "4.0.0",
36892 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.0.tgz",
36893 - "integrity": "sha512-Ueqr+H5w5Hd8qdlXMkwpQvGWeyTOGFNbxdSdczszPB02QgGKrlpXjhDX4OgkNqIkXbpY1vcyM1m7YT0YfYw+og==",
36948 + "version": "4.0.1",
36949 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
36950 + "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
36951 "funding": [
36952 {
36953 "type": "github",
@@ -36903,7 +36960,7 @@
36960 ],
36961 "license": "MIT",
36962 "dependencies": {
36906 - "@csstools/color-helpers": "^6.0.0",
36963 + "@csstools/color-helpers": "^6.0.1",
36964 "@csstools/css-calc": "^3.0.0"
36965 },
36966 "engines": {
@@ -37466,9 +37523,9 @@
37523 }
37524 },
37525 "node_modules/postcss-preset-env": {
37469 - "version": "11.1.1",
37470 - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.1.1.tgz",
37471 - "integrity": "sha512-40TvWF5sqMxGdyiPfskRf4gLcCou3ymNTpSDYD/ZsOKQNzsG2lwhEjNWMGShKvA/p4veR+dRhTYfUfIQ/5gbfg==",
37526 + "version": "11.1.2",
37527 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.1.2.tgz",
37528 + "integrity": "sha512-rtRQeKP7xZgAAE4YSxjYyX62qpgn9n7BczxtpA0AP4u9JYn1wfUhsd3ZmV9mi8IlU111aF1TtJMqT/QhmtAgLA==",
37529 "funding": [
37530 {
37531 "type": "github",
@@ -37481,19 +37538,19 @@
37538 ],
37539 "license": "MIT-0",
37540 "dependencies": {
37484 - "@csstools/postcss-alpha-function": "^2.0.1",
37541 + "@csstools/postcss-alpha-function": "^2.0.2",
37542 "@csstools/postcss-cascade-layers": "^6.0.0",
37486 - "@csstools/postcss-color-function": "^5.0.0",
37487 - "@csstools/postcss-color-function-display-p3-linear": "^2.0.0",
37488 - "@csstools/postcss-color-mix-function": "^4.0.0",
37489 - "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.0",
37543 + "@csstools/postcss-color-function": "^5.0.1",
37544 + "@csstools/postcss-color-function-display-p3-linear": "^2.0.1",
37545 + "@csstools/postcss-color-mix-function": "^4.0.1",
37546 + "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.1",
37547 "@csstools/postcss-content-alt-text": "^3.0.0",
37491 - "@csstools/postcss-contrast-color-function": "^3.0.0",
37548 + "@csstools/postcss-contrast-color-function": "^3.0.1",
37549 "@csstools/postcss-exponential-functions": "^3.0.0",
37550 "@csstools/postcss-font-format-keywords": "^5.0.0",
37494 - "@csstools/postcss-gamut-mapping": "^3.0.0",
37495 - "@csstools/postcss-gradients-interpolation-method": "^6.0.0",
37496 - "@csstools/postcss-hwb-function": "^5.0.0",
37551 + "@csstools/postcss-gamut-mapping": "^3.0.1",
37552 + "@csstools/postcss-gradients-interpolation-method": "^6.0.1",
37553 + "@csstools/postcss-hwb-function": "^5.0.1",
37554 "@csstools/postcss-ic-unit": "^5.0.0",
37555 "@csstools/postcss-initial": "^3.0.0",
37556 "@csstools/postcss-is-pseudo-class": "^6.0.0",
@@ -37507,19 +37564,19 @@
37564 "@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0",
37565 "@csstools/postcss-mixins": "^1.0.0",
37566 "@csstools/postcss-nested-calc": "^5.0.0",
37510 - "@csstools/postcss-normalize-display-values": "^5.0.0",
37511 - "@csstools/postcss-oklab-function": "^5.0.0",
37567 + "@csstools/postcss-normalize-display-values": "^5.0.1",
37568 + "@csstools/postcss-oklab-function": "^5.0.1",
37569 "@csstools/postcss-position-area-property": "^2.0.0",
37570 "@csstools/postcss-progressive-custom-properties": "^5.0.0",
37571 "@csstools/postcss-property-rule-prelude-list": "^2.0.0",
37572 "@csstools/postcss-random-function": "^3.0.0",
37516 - "@csstools/postcss-relative-color-syntax": "^4.0.0",
37573 + "@csstools/postcss-relative-color-syntax": "^4.0.1",
37574 "@csstools/postcss-scope-pseudo-class": "^5.0.0",
37575 "@csstools/postcss-sign-functions": "^2.0.0",
37576 "@csstools/postcss-stepped-value-functions": "^5.0.0",
37577 "@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
37578 "@csstools/postcss-system-ui-font-family": "^2.0.0",
37522 - "@csstools/postcss-text-decoration-shorthand": "^5.0.0",
37579 + "@csstools/postcss-text-decoration-shorthand": "^5.0.1",
37580 "@csstools/postcss-trigonometric-functions": "^5.0.0",
37581 "@csstools/postcss-unset-value": "^5.0.0",
37582 "autoprefixer": "^10.4.23",
@@ -37530,7 +37587,7 @@
37587 "cssdb": "^8.7.0",
37588 "postcss-attribute-case-insensitive": "^8.0.0",
37589 "postcss-clamp": "^4.1.0",
37533 - "postcss-color-functional-notation": "^8.0.0",
37590 + "postcss-color-functional-notation": "^8.0.1",
37591 "postcss-color-hex-alpha": "^11.0.0",
37592 "postcss-color-rebeccapurple": "^11.0.0",
37593 "postcss-custom-media": "^12.0.0",
@@ -37543,7 +37600,7 @@
37600 "postcss-font-variant": "^5.0.0",
37601 "postcss-gap-properties": "^7.0.0",
37602 "postcss-image-set-function": "^8.0.0",
37546 - "postcss-lab-function": "^8.0.0",
37603 + "postcss-lab-function": "^8.0.1",
37604 "postcss-logical": "^9.0.0",
37605 "postcss-nesting": "^14.0.0",
37606 "postcss-opacity-percentage": "^3.0.0",
@@ -37806,9 +37863,9 @@
37863 }
37864 },
37865 "node_modules/prettier": {
37809 - "version": "3.8.0",
37810 - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz",
37811 - "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==",
37866 + "version": "3.8.1",
37867 + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
37868 + "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
37869 "dev": true,
37870 "license": "MIT",
37871 "bin": {
@@ -42957,9 +43014,9 @@
43014 }
43015 },
43016 "node_modules/tar": {
42960 - "version": "7.5.4",
42961 - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.4.tgz",
42962 - "integrity": "sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==",
43017 + "version": "7.5.6",
43018 + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
43019 + "integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
43020 "license": "BlueOak-1.0.0",
43021 "dependencies": {
43022 "@isaacs/fs-minipass": "^4.0.0",
@@ -43266,13 +43323,13 @@
43323 }
43324 },
43325 "node_modules/tinyglobby": {
43269 - "version": "0.2.14",
43270 - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
43271 - "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
43326 + "version": "0.2.15",
43327 + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
43328 + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
43329 "license": "MIT",
43330 "dependencies": {
43274 - "fdir": "^6.4.4",
43275 - "picomatch": "^4.0.2"
43331 + "fdir": "^6.5.0",
43332 + "picomatch": "^4.0.3"
43333 },
43334 "engines": {
43335 "node": ">=12.0.0"
@@ -43282,9 +43339,9 @@
43339 }
43340 },
43341 "node_modules/tinyglobby/node_modules/picomatch": {
43285 - "version": "4.0.2",
43286 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
43287 - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
43342 + "version": "4.0.3",
43343 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
43344 + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
43345 "license": "MIT",
43346 "engines": {
43347 "node": ">=12"