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

dependabot[bot]
2 days ago 5d6439a514a6a4f4f4dbf6e8f44de6c270470b8b
build(deps): bump postcss from 8.5.6 to 8.5.8

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.8)

---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.8
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
15 ■■■■ changed files
package-lock.json 13 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -1,16 +1,16 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "version": "2.12.1",
  "version": "2.12.2",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@thenewdynamic/gohugo-theme-ananke",
      "version": "2.12.1",
      "version": "2.12.2",
      "license": "MIT",
      "dependencies": {
        "cssnano": "7.1.2",
        "postcss": "8.5.6",
        "postcss": "8.5.8",
        "postcss-preset-env": "11.1.1",
        "tachyons": "4.12.0"
      },
@@ -7227,9 +7227,9 @@
      }
    },
    "node_modules/postcss": {
      "version": "8.5.6",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
      "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
      "version": "8.5.8",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
      "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
      "funding": [
        {
          "type": "opencollective",
@@ -7244,6 +7244,7 @@
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "license": "MIT",
      "dependencies": {
        "nanoid": "^3.3.11",
        "picocolors": "^1.1.1",
package.json
@@ -33,7 +33,7 @@
  ],
  "dependencies": {
    "cssnano": "7.1.2",
    "postcss": "8.5.6",
    "postcss": "8.5.8",
    "postcss-preset-env": "11.1.1",
    "tachyons": "4.12.0"
  },