From 3174c4e0fa1e9bc82a4734d1192cefe207a328b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:22:22 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.0.0 to 4.1.0 Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.0.0 to 4.1.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.1.0/packages/gatsby-plugin-postcss) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad6684f8b..cec4cb1eb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gatsby-plugin-image": "^1.0.1", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-mdx": "^2.0.1", - "gatsby-plugin-postcss": "^4.0.0", + "gatsby-plugin-postcss": "^4.1.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-sharp": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index fb4cf0ce6..4e50f47b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7141,10 +7141,10 @@ gatsby-plugin-page-creator@^3.0.0: globby "^11.0.2" lodash "^4.17.20" -gatsby-plugin-postcss@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.0.0.tgz#1d8f41c06aac788bb380e0ae555df4aeee7d7ab8" - integrity sha512-jcyOccxIjnFp9955eJ382LS2ZeYCt0cDr7hQHlzErtKCfTCN/vGWau+CxRG1AN5S1TtyR/ikvDhuirl5lx2kAw== +gatsby-plugin-postcss@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.1.0.tgz#71100ba9f5aecd3c15eb6c496a774b6358257ad6" + integrity sha512-5pMpbi9CmQa8j3PwSvUPJ0ydB7QVfbuuCM17ij83ZGpsb2V8Y7+r0CDo6drQ0CGRp8u7TAMcfpSg6JCkvfc1Sg== dependencies: "@babel/runtime" "^7.12.5" postcss-loader "^4.1.0"