mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
04.19.2025 3754523882d384b0a9176996304a45f9dca0bec1
build(deps): bump postcss-preset-env from 10.1.3 to 10.1.5 (#827)

Bumps
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
from 10.1.3 to 10.1.5.
<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.1.5</h3>
<p><em>February 23, 2025</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical"><code>postcss-logical</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md#810"><code>8.1.0</code></a>
(minor)</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#502"><code>5.0.2</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc"><code>@csstools/css-calc</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#212"><code>2.1.2</code></a>
(patch)</li>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser"><code>@csstools/css-color-parser</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#308"><code>3.0.8</code></a>
(patch)</li>
</ul>
<h3>10.1.4</h3>
<p><em>February 12, 2025</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-initial"><code>@csstools/postcss-initial</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-initial/CHANGELOG.md#201"><code>2.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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-preset-env&package-manager=npm_and_yarn&previous-version=10.1.3&new-version=10.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files modified
210 ■■■■ changed files
package-lock.json 208 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -11,7 +11,7 @@
      "dependencies": {
        "cssnano": "7.0.6",
        "postcss": "8.5.3",
        "postcss-preset-env": "10.1.3",
        "postcss-preset-env": "10.1.5",
        "tachyons": "4.12.0"
      },
      "devDependencies": {
@@ -108,9 +108,9 @@
      }
    },
    "node_modules/@csstools/color-helpers": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.1.tgz",
      "integrity": "sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==",
      "version": "5.0.2",
      "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
      "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
      "funding": [
        {
          "type": "github",
@@ -127,9 +127,9 @@
      }
    },
    "node_modules/@csstools/css-calc": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.1.tgz",
      "integrity": "sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==",
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz",
      "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==",
      "funding": [
        {
          "type": "github",
@@ -150,9 +150,9 @@
      }
    },
    "node_modules/@csstools/css-color-parser": {
      "version": "3.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.7.tgz",
      "integrity": "sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==",
      "version": "3.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz",
      "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==",
      "funding": [
        {
          "type": "github",
@@ -165,8 +165,8 @@
      ],
      "license": "MIT",
      "dependencies": {
        "@csstools/color-helpers": "^5.0.1",
        "@csstools/css-calc": "^2.1.1"
        "@csstools/color-helpers": "^5.0.2",
        "@csstools/css-calc": "^2.1.2"
      },
      "engines": {
        "node": ">=18"
@@ -267,9 +267,9 @@
      }
    },
    "node_modules/@csstools/postcss-color-function": {
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.7.tgz",
      "integrity": "sha512-aDHYmhNIHR6iLw4ElWhf+tRqqaXwKnMl0YsQ/X105Zc4dQwe6yJpMrTN6BwOoESrkDjOYMOfORviSSLeDTJkdQ==",
      "version": "4.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.8.tgz",
      "integrity": "sha512-9dUvP2qpZI6PlGQ/sob+95B3u5u7nkYt9yhZFCC7G9HBRHBxj+QxS/wUlwaMGYW0waf+NIierI8aoDTssEdRYw==",
      "funding": [
        {
          "type": "github",
@@ -282,7 +282,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -296,9 +296,9 @@
      }
    },
    "node_modules/@csstools/postcss-color-mix-function": {
      "version": "3.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.7.tgz",
      "integrity": "sha512-e68Nev4CxZYCLcrfWhHH4u/N1YocOfTmw67/kVX5Rb7rnguqqLyxPjhHWjSBX8o4bmyuukmNf3wrUSU3//kT7g==",
      "version": "3.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.8.tgz",
      "integrity": "sha512-yuZpgWUzqZWQhEqfvtJufhl28DgO9sBwSbXbf/59gejNuvZcoUTRGQZhzhwF4ccqb53YAGB+u92z9+eSKoB4YA==",
      "funding": [
        {
          "type": "github",
@@ -311,7 +311,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -353,9 +353,9 @@
      }
    },
    "node_modules/@csstools/postcss-exponential-functions": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.6.tgz",
      "integrity": "sha512-IgJA5DQsQLu/upA3HcdvC6xEMR051ufebBTIXZ5E9/9iiaA7juXWz1ceYj814lnDYP/7eWjZnw0grRJlX4eI6g==",
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.7.tgz",
      "integrity": "sha512-XTb6Mw0v2qXtQYRW9d9duAjDnoTbBpsngD7sRNLmYDjvwU2ebpIHplyxgOeo6jp/Kr52gkLi5VaK5RDCqzMzZQ==",
      "funding": [
        {
          "type": "github",
@@ -368,7 +368,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -406,9 +406,9 @@
      }
    },
    "node_modules/@csstools/postcss-gamut-mapping": {
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.7.tgz",
      "integrity": "sha512-gzFEZPoOkY0HqGdyeBXR3JP218Owr683u7KOZazTK7tQZBE8s2yhg06W1tshOqk7R7SWvw9gkw2TQogKpIW8Xw==",
      "version": "2.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.8.tgz",
      "integrity": "sha512-/K8u9ZyGMGPjmwCSIjgaOLKfic2RIGdFHHes84XW5LnmrvdhOTVxo255NppHi3ROEvoHPW7MplMJgjZK5Q+TxA==",
      "funding": [
        {
          "type": "github",
@@ -421,7 +421,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -433,9 +433,9 @@
      }
    },
    "node_modules/@csstools/postcss-gradients-interpolation-method": {
      "version": "5.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.7.tgz",
      "integrity": "sha512-WgEyBeg6glUeTdS2XT7qeTFBthTJuXlS9GFro/DVomj7W7WMTamAwpoP4oQCq/0Ki2gvfRYFi/uZtmRE14/DFA==",
      "version": "5.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.8.tgz",
      "integrity": "sha512-CoHQ/0UXrvxLovu0ZeW6c3/20hjJ/QRg6lyXm3dZLY/JgvRU6bdbQZF/Du30A4TvowfcgvIHQmP1bNXUxgDrAw==",
      "funding": [
        {
          "type": "github",
@@ -448,7 +448,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -462,9 +462,9 @@
      }
    },
    "node_modules/@csstools/postcss-hwb-function": {
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.7.tgz",
      "integrity": "sha512-LKYqjO+wGwDCfNIEllessCBWfR4MS/sS1WXO+j00KKyOjm7jDW2L6jzUmqASEiv/kkJO39GcoIOvTTfB3yeBUA==",
      "version": "4.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.8.tgz",
      "integrity": "sha512-LpFKjX6hblpeqyych1cKmk+3FJZ19QmaJtqincySoMkbkG/w2tfbnO5oE6mlnCTXcGUJ0rCEuRHvTqKK0nHYUQ==",
      "funding": [
        {
          "type": "github",
@@ -477,7 +477,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -518,9 +518,9 @@
      }
    },
    "node_modules/@csstools/postcss-initial": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.0.tgz",
      "integrity": "sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==",
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz",
      "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==",
      "funding": [
        {
          "type": "github",
@@ -711,9 +711,9 @@
      }
    },
    "node_modules/@csstools/postcss-media-minmax": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.6.tgz",
      "integrity": "sha512-J1+4Fr2W3pLZsfxkFazK+9kr96LhEYqoeBszLmFjb6AjYs+g9oDAw3J5oQignLKk3rC9XHW+ebPTZ9FaW5u5pg==",
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.7.tgz",
      "integrity": "sha512-LB6tIP7iBZb5CYv8iRenfBZmbaG3DWNEziOnPjGoQX5P94FBPvvTBy68b/d9NnS5PELKwFmmOYsAEIgEhDPCHA==",
      "funding": [
        {
          "type": "github",
@@ -726,7 +726,7 @@
      ],
      "license": "MIT",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/media-query-list-parser": "^4.0.2"
@@ -817,9 +817,9 @@
      }
    },
    "node_modules/@csstools/postcss-oklab-function": {
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.7.tgz",
      "integrity": "sha512-I6WFQIbEKG2IO3vhaMGZDkucbCaUSXMxvHNzDdnfsTCF5tc0UlV3Oe2AhamatQoKFjBi75dSEMrgWq3+RegsOQ==",
      "version": "4.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.8.tgz",
      "integrity": "sha512-+5aPsNWgxohXoYNS1f+Ys0x3Qnfehgygv3qrPyv+Y25G0yX54/WlVB+IXprqBLOXHM1gsVF+QQSjlArhygna0Q==",
      "funding": [
        {
          "type": "github",
@@ -832,7 +832,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -871,9 +871,9 @@
      }
    },
    "node_modules/@csstools/postcss-random-function": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-1.0.2.tgz",
      "integrity": "sha512-vBCT6JvgdEkvRc91NFoNrLjgGtkLWt47GKT6E2UDn3nd8ZkMBiziQ1Md1OiKoSsgzxsSnGKG3RVdhlbdZEkHjA==",
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-1.0.3.tgz",
      "integrity": "sha512-dbNeEEPHxAwfQJ3duRL5IPpuD77QAHtRl4bAHRs0vOVhVbHrsL7mHnwe0irYjbs9kYwhAHZBQTLBgmvufPuRkA==",
      "funding": [
        {
          "type": "github",
@@ -886,7 +886,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -898,9 +898,9 @@
      }
    },
    "node_modules/@csstools/postcss-relative-color-syntax": {
      "version": "3.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.7.tgz",
      "integrity": "sha512-apbT31vsJVd18MabfPOnE977xgct5B1I+Jpf+Munw3n6kKb1MMuUmGGH+PT9Hm/fFs6fe61Q/EWnkrb4bNoNQw==",
      "version": "3.0.8",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.8.tgz",
      "integrity": "sha512-eGE31oLnJDoUysDdjS9MLxNZdtqqSxjDXMdISpLh80QMaYrKs7VINpid34tWQ+iU23Wg5x76qAzf1Q/SLLbZVg==",
      "funding": [
        {
          "type": "github",
@@ -913,7 +913,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -952,9 +952,9 @@
      }
    },
    "node_modules/@csstools/postcss-sign-functions": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.1.tgz",
      "integrity": "sha512-MslYkZCeMQDxetNkfmmQYgKCy4c+w9pPDfgOBCJOo/RI1RveEUdZQYtOfrC6cIZB7sD7/PHr2VGOcMXlZawrnA==",
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.2.tgz",
      "integrity": "sha512-4EcAvXTUPh7n6UoZZkCzgtCf/wPzMlTNuddcKg7HG8ozfQkUcHsJ2faQKeLmjyKdYPyOUn4YA7yDPf8K/jfIxw==",
      "funding": [
        {
          "type": "github",
@@ -967,7 +967,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -979,9 +979,9 @@
      }
    },
    "node_modules/@csstools/postcss-stepped-value-functions": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.6.tgz",
      "integrity": "sha512-/dwlO9w8vfKgiADxpxUbZOWlL5zKoRIsCymYoh1IPuBsXODKanKnfuZRr32DEqT0//3Av1VjfNZU9yhxtEfIeA==",
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.7.tgz",
      "integrity": "sha512-rdrRCKRnWtj5FyRin0u/gLla7CIvZRw/zMGI1fVJP0Sg/m1WGicjPVHRANL++3HQtsiXKAbPrcPr+VkyGck0IA==",
      "funding": [
        {
          "type": "github",
@@ -994,7 +994,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -1006,9 +1006,9 @@
      }
    },
    "node_modules/@csstools/postcss-text-decoration-shorthand": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.1.tgz",
      "integrity": "sha512-xPZIikbx6jyzWvhms27uugIc0I4ykH4keRvoa3rxX5K7lEhkbd54rjj/dv60qOCTisoS+3bmwJTeyV1VNBrXaw==",
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.2.tgz",
      "integrity": "sha512-8XvCRrFNseBSAGxeaVTaNijAu+FzUvjwFXtcrynmazGb/9WUdsPCpBX+mHEHShVRq47Gy4peYAoxYs8ltUnmzA==",
      "funding": [
        {
          "type": "github",
@@ -1021,7 +1021,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/color-helpers": "^5.0.1",
        "@csstools/color-helpers": "^5.0.2",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
@@ -1032,9 +1032,9 @@
      }
    },
    "node_modules/@csstools/postcss-trigonometric-functions": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.6.tgz",
      "integrity": "sha512-c4Y1D2Why/PeccaSouXnTt6WcNHJkoJRidV2VW9s5gJ97cNxnLgQ4Qj8qOqkIR9VmTQKJyNcbF4hy79ZQnWD7A==",
      "version": "4.0.7",
      "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.7.tgz",
      "integrity": "sha512-qTrZgLju3AV7Djhzuh2Bq/wjFqbcypnk0FhHjxW8DWJQcZLS1HecIus4X2/RLch1ukX7b+YYCdqbEnpIQO5ccg==",
      "funding": [
        {
          "type": "github",
@@ -1047,7 +1047,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-calc": "^2.1.1",
        "@csstools/css-calc": "^2.1.2",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3"
      },
@@ -7613,9 +7613,9 @@
      }
    },
    "node_modules/postcss-color-functional-notation": {
      "version": "7.0.7",
      "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.7.tgz",
      "integrity": "sha512-EZvAHsvyASX63vXnyXOIynkxhaHRSsdb7z6yiXKIovGXAolW4cMZ3qoh7k3VdTsLBS6VGdksGfIo3r6+waLoOw==",
      "version": "7.0.8",
      "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.8.tgz",
      "integrity": "sha512-S/TpMKVKofNvsxfau/+bw+IA6cSfB6/kmzFj5szUofHOVnFFMB2WwK+Zu07BeMD8T0n+ZnTO5uXiMvAKe2dPkA==",
      "funding": [
        {
          "type": "github",
@@ -7628,7 +7628,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -8036,9 +8036,9 @@
      }
    },
    "node_modules/postcss-lab-function": {
      "version": "7.0.7",
      "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.7.tgz",
      "integrity": "sha512-+ONj2bpOQfsCKZE2T9VGMyVVdGcGUpr7u3SVfvkJlvhTRmDCfY25k4Jc8fubB9DclAPR4+w8uVtDZmdRgdAHig==",
      "version": "7.0.8",
      "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.8.tgz",
      "integrity": "sha512-plV21I86Hg9q8omNz13G9fhPtLopIWH06bt/Cb5cs1XnaGU2kUtEitvVd4vtQb/VqCdNUHK5swKn3QFmMRbpDg==",
      "funding": [
        {
          "type": "github",
@@ -8051,7 +8051,7 @@
      ],
      "license": "MIT-0",
      "dependencies": {
        "@csstools/css-color-parser": "^3.0.7",
        "@csstools/css-color-parser": "^3.0.8",
        "@csstools/css-parser-algorithms": "^3.0.4",
        "@csstools/css-tokenizer": "^3.0.3",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
@@ -8065,9 +8065,9 @@
      }
    },
    "node_modules/postcss-logical": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.0.0.tgz",
      "integrity": "sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==",
      "version": "8.1.0",
      "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz",
      "integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==",
      "funding": [
        {
          "type": "github",
@@ -8472,9 +8472,9 @@
      }
    },
    "node_modules/postcss-preset-env": {
      "version": "10.1.3",
      "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.3.tgz",
      "integrity": "sha512-9qzVhcMFU/MnwYHyYpJz4JhGku/4+xEiPTmhn0hj3IxnUYlEF9vbh7OC1KoLAnenS6Fgg43TKNp9xcuMeAi4Zw==",
      "version": "10.1.5",
      "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.5.tgz",
      "integrity": "sha512-LQybafF/K7H+6fAs4SIkgzkSCixJy0/h0gubDIAP3Ihz+IQBRwsjyvBnAZ3JUHD+A/ITaxVRPDxn//a3Qy4pDw==",
      "funding": [
        {
          "type": "github",
@@ -8488,16 +8488,16 @@
      "license": "MIT-0",
      "dependencies": {
        "@csstools/postcss-cascade-layers": "^5.0.1",
        "@csstools/postcss-color-function": "^4.0.7",
        "@csstools/postcss-color-mix-function": "^3.0.7",
        "@csstools/postcss-color-function": "^4.0.8",
        "@csstools/postcss-color-mix-function": "^3.0.8",
        "@csstools/postcss-content-alt-text": "^2.0.4",
        "@csstools/postcss-exponential-functions": "^2.0.6",
        "@csstools/postcss-exponential-functions": "^2.0.7",
        "@csstools/postcss-font-format-keywords": "^4.0.0",
        "@csstools/postcss-gamut-mapping": "^2.0.7",
        "@csstools/postcss-gradients-interpolation-method": "^5.0.7",
        "@csstools/postcss-hwb-function": "^4.0.7",
        "@csstools/postcss-gamut-mapping": "^2.0.8",
        "@csstools/postcss-gradients-interpolation-method": "^5.0.8",
        "@csstools/postcss-hwb-function": "^4.0.8",
        "@csstools/postcss-ic-unit": "^4.0.0",
        "@csstools/postcss-initial": "^2.0.0",
        "@csstools/postcss-initial": "^2.0.1",
        "@csstools/postcss-is-pseudo-class": "^5.0.1",
        "@csstools/postcss-light-dark-function": "^2.0.7",
        "@csstools/postcss-logical-float-and-clear": "^3.0.0",
@@ -8505,29 +8505,29 @@
        "@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
        "@csstools/postcss-logical-resize": "^3.0.0",
        "@csstools/postcss-logical-viewport-units": "^3.0.3",
        "@csstools/postcss-media-minmax": "^2.0.6",
        "@csstools/postcss-media-minmax": "^2.0.7",
        "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
        "@csstools/postcss-nested-calc": "^4.0.0",
        "@csstools/postcss-normalize-display-values": "^4.0.0",
        "@csstools/postcss-oklab-function": "^4.0.7",
        "@csstools/postcss-oklab-function": "^4.0.8",
        "@csstools/postcss-progressive-custom-properties": "^4.0.0",
        "@csstools/postcss-random-function": "^1.0.2",
        "@csstools/postcss-relative-color-syntax": "^3.0.7",
        "@csstools/postcss-random-function": "^1.0.3",
        "@csstools/postcss-relative-color-syntax": "^3.0.8",
        "@csstools/postcss-scope-pseudo-class": "^4.0.1",
        "@csstools/postcss-sign-functions": "^1.1.1",
        "@csstools/postcss-stepped-value-functions": "^4.0.6",
        "@csstools/postcss-text-decoration-shorthand": "^4.0.1",
        "@csstools/postcss-trigonometric-functions": "^4.0.6",
        "@csstools/postcss-sign-functions": "^1.1.2",
        "@csstools/postcss-stepped-value-functions": "^4.0.7",
        "@csstools/postcss-text-decoration-shorthand": "^4.0.2",
        "@csstools/postcss-trigonometric-functions": "^4.0.7",
        "@csstools/postcss-unset-value": "^4.0.0",
        "autoprefixer": "^10.4.19",
        "browserslist": "^4.23.1",
        "browserslist": "^4.24.4",
        "css-blank-pseudo": "^7.0.1",
        "css-has-pseudo": "^7.0.2",
        "css-prefers-color-scheme": "^10.0.0",
        "cssdb": "^8.2.3",
        "postcss-attribute-case-insensitive": "^7.0.1",
        "postcss-clamp": "^4.1.0",
        "postcss-color-functional-notation": "^7.0.7",
        "postcss-color-functional-notation": "^7.0.8",
        "postcss-color-hex-alpha": "^10.0.0",
        "postcss-color-rebeccapurple": "^10.0.0",
        "postcss-custom-media": "^11.0.5",
@@ -8540,8 +8540,8 @@
        "postcss-font-variant": "^5.0.0",
        "postcss-gap-properties": "^6.0.0",
        "postcss-image-set-function": "^7.0.0",
        "postcss-lab-function": "^7.0.7",
        "postcss-logical": "^8.0.0",
        "postcss-lab-function": "^7.0.8",
        "postcss-logical": "^8.1.0",
        "postcss-nesting": "^13.0.1",
        "postcss-opacity-percentage": "^3.0.0",
        "postcss-overflow-shorthand": "^6.0.0",
package.json
@@ -34,7 +34,7 @@
  "dependencies": {
    "cssnano": "7.0.6",
    "postcss": "8.5.3",
    "postcss-preset-env": "10.1.3",
    "postcss-preset-env": "10.1.5",
    "tachyons": "4.12.0"
  },
  "devDependencies": {