From e498803695b52b0700cc4cd524f8b90c6c6a166a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 05:29:43 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 2.3.1 to 2.3.2 Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 2.3.1 to 2.3.2. - [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@2.3.2/packages/gatsby-plugin-postcss) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ce8049..eda52a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10536,9 +10536,9 @@ } }, "gatsby-plugin-postcss": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.1.tgz", - "integrity": "sha512-21mltpzOeUOJXANrxR68Cdeie06yJjs/RSn1qDlhiP+CnS1t5OW+9xIpqWVt+cMvu2ERb0BiEcssySpBJvmenA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.2.tgz", + "integrity": "sha512-+2Ya8L+mnXp2jFVNXy/0xRwjF5HE++JtDS1d4IOO5NvlW+2Ofi5bVpO/p4TMllaVPsXBakHAT+GbDQvHVYsYDg==", "requires": { "@babel/runtime": "^7.9.6", "postcss-loader": "^3.0.0" diff --git a/package.json b/package.json index 3472785..c611737 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "^2.4.5", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-offline": "^3.2.3", - "gatsby-plugin-postcss": "^2.3.1", + "gatsby-plugin-postcss": "^2.3.2", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-sharp": "^2.6.6", "gatsby-plugin-sitemap": "^2.4.2",