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

dependabot[bot]
2 days ago ce34ba017bb0d57fd80f9764d1ae885bb063d182
build(deps): bump postcss from 8.5.14 to 8.5.15

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.14 to 8.5.15.
- [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.14...8.5.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
30 ■■■■■ changed files
package-lock.json 28 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -10,7 +10,7 @@
            "license": "MIT",
            "dependencies": {
                "cssnano": "8.0.1",
                "postcss": "8.5.14",
                "postcss": "8.5.15",
                "postcss-preset-env": "11.3.0",
                "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": [
@@ -5710,9 +5698,9 @@
            }
        },
        "node_modules/nanoid": {
            "version": "3.3.11",
            "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
            "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
            "version": "3.3.12",
            "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
            "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
            "funding": [
                {
                    "type": "github",
@@ -6078,9 +6066,9 @@
            }
        },
        "node_modules/postcss": {
            "version": "8.5.14",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
            "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
            "version": "8.5.15",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
            "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
            "funding": [
                {
                    "type": "opencollective",
@@ -6097,7 +6085,7 @@
            ],
            "license": "MIT",
            "dependencies": {
                "nanoid": "^3.3.11",
                "nanoid": "^3.3.12",
                "picocolors": "^1.1.1",
                "source-map-js": "^1.2.1"
            },
package.json
@@ -26,7 +26,7 @@
    ],
    "dependencies": {
        "cssnano": "8.0.1",
        "postcss": "8.5.14",
        "postcss": "8.5.15",
        "postcss-preset-env": "11.3.0",
        "tachyons": "4.12.0"
    },