From a84b8f7bfcaa5cd187e3a59cc68a536ab8829a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 11:12:55 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.4.0 to 4.6.0 in /packages/website Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-postcss/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.6.0/packages/gatsby-plugin-postcss) Signed-off-by: dependabot[bot] --- packages/website/package-lock.json | 14 +++++++------- packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 9fdca159..fecdf2d0 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^3.6.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.6.0", - "gatsby-plugin-postcss": "^4.4.0", + "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-purgecss": "^6.0.0", "gatsby-plugin-react-helmet": "^4.4.0", "gatsby-plugin-react-svg": "^3.0.0", @@ -11765,9 +11765,9 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.4.0.tgz", - "integrity": "sha512-ekG/C8MAmNkdjaR2HdKAM+4x5ZjGKg9IjXLbFHuBvH0XuI4WVG7MhidH9Ft1shBNlV+HxS+YSAJpOMNY6zU02g==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.6.0.tgz", + "integrity": "sha512-yYRF2mPVwNVHDcL6yR97j0tf3MKgaPfWmfyC1s5Fp9VvIwOZ8w/sU88Dqnr+diGXarRry3MxwugNVuVLbp+Uaw==", "dependencies": { "@babel/runtime": "^7.12.5", "postcss-loader": "^4.1.0" @@ -37813,9 +37813,9 @@ } }, "gatsby-plugin-postcss": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.4.0.tgz", - "integrity": "sha512-ekG/C8MAmNkdjaR2HdKAM+4x5ZjGKg9IjXLbFHuBvH0XuI4WVG7MhidH9Ft1shBNlV+HxS+YSAJpOMNY6zU02g==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.6.0.tgz", + "integrity": "sha512-yYRF2mPVwNVHDcL6yR97j0tf3MKgaPfWmfyC1s5Fp9VvIwOZ8w/sU88Dqnr+diGXarRry3MxwugNVuVLbp+Uaw==", "requires": { "@babel/runtime": "^7.12.5", "postcss-loader": "^4.1.0" diff --git a/packages/website/package.json b/packages/website/package.json index 6f5115bf..1879b110 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "^3.6.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.6.0", - "gatsby-plugin-postcss": "^4.4.0", + "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-purgecss": "^6.0.0", "gatsby-plugin-react-helmet": "^4.4.0", "gatsby-plugin-react-svg": "^3.0.0",