From 03b9b768ee8d52853bf3a5158104f78f9101026a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:47:56 +0000 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.28 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.28. - [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.24...8.4.28) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac3c1ad2..12eaa984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "ftp-deploy": "^2.4.1", "gatsby-plugin-postcss": "^6.11.0", "gh-pages": "^ 5.0.0", - "postcss": "^8.4.24", + "postcss": "^8.4.28", "prettier": "3.0.2", "tailwindcss": "^3.3.2" } @@ -14004,9 +14004,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 8322d309..05dc4d78 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ftp-deploy": "^2.4.1", "gatsby-plugin-postcss": "^6.11.0", "gh-pages": "^ 5.0.0", - "postcss": "^8.4.24", + "postcss": "^8.4.28", "prettier": "3.0.2", "tailwindcss": "^3.3.2" },