From e1b242683a5d0af5ba080cd73e6717d158b6925c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:46:25 +0000 Subject: [PATCH] Bump postcss from 8.4.26 to 8.4.27 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27. - [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.26...8.4.27) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production 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 aaf595ce..433dc4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "gatsby-transformer-sharp": "^5.11.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", - "postcss": "^8.4.26", + "postcss": "^8.4.27", "prismjs": "^1.29.0", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -15081,9 +15081,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/postcss": { - "version": "8.4.26", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", - "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", + "version": "8.4.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 80920ac5..360239ec 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby-transformer-sharp": "^5.11.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", - "postcss": "^8.4.26", + "postcss": "^8.4.27", "prismjs": "^1.29.0", "prop-types": "^15.8.1", "react": "^18.2.0",