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

dependabot[bot]
7 days ago a947ff5aaaf3dfc1e93faad9cd6f6540edffc25c
build(deps): bump postcss from 8.5.10 to 8.5.13

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.13.
- [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.10...8.5.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
22 ■■■■ changed files
package-lock.json 20 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -10,7 +10,7 @@
            "license": "MIT",
            "dependencies": {
                "cssnano": "7.1.7",
                "postcss": "8.5.10",
                "postcss": "8.5.13",
                "postcss-preset-env": "11.2.1",
                "tachyons": "4.12.0"
            },
@@ -128,9 +128,6 @@
                "arm64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -148,9 +145,6 @@
                "arm64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -168,9 +162,6 @@
                "x64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -188,9 +179,6 @@
                "x64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -6248,9 +6236,9 @@
            }
        },
        "node_modules/postcss": {
            "version": "8.5.10",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
            "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
            "version": "8.5.13",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
            "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
            "funding": [
                {
                    "type": "opencollective",
package.json
@@ -26,7 +26,7 @@
    ],
    "dependencies": {
        "cssnano": "7.1.7",
        "postcss": "8.5.10",
        "postcss": "8.5.13",
        "postcss-preset-env": "11.2.1",
        "tachyons": "4.12.0"
    },