From f2e34925dee9ad86275c15bd1f24e7bc9fe8191d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:31:21 +0000 Subject: [PATCH] chore(deps): Bump postcss from 8.4.32 to 8.4.33 in /hugo Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33. - [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.4.32...8.4.33) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hugo/package-lock.json | 8 ++++---- hugo/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo/package-lock.json b/hugo/package-lock.json index 5d06d23e..ecc2c1ed 100644 --- a/hugo/package-lock.json +++ b/hugo/package-lock.json @@ -7,7 +7,7 @@ "name": "wfx-pages", "dependencies": { "autoprefixer": "^10.4.16", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "postcss-cli": "^11.0.0" } }, @@ -567,9 +567,9 @@ } }, "node_modules/postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "funding": [ { "type": "opencollective", diff --git a/hugo/package.json b/hugo/package.json index b634e882..0bb3f5d6 100644 --- a/hugo/package.json +++ b/hugo/package.json @@ -2,7 +2,7 @@ "name": "wfx-pages", "dependencies": { "autoprefixer": "^10.4.16", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "postcss-cli": "^11.0.0" } }