From 7604fa68c5eff714aa7dd2a5843fcd1ef780d308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 20:55:14 +0200 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.12.0 to 4.13.0 (#646) Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.12.0 to 4.13.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.13.0/packages/gatsby-plugin-postcss) --- updated-dependencies: - dependency-name: gatsby-plugin-postcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32a7844..1be596f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-manifest": "^3.12.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-postcss": "^4.12.0", + "gatsby-plugin-postcss": "^4.13.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^4.9.0", @@ -11973,9 +11973,9 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.12.0.tgz", - "integrity": "sha512-kQt3y44rHalQYc0QUbPDxTFrSiHYMi7FT/I965ap0Q1qJx8MjJR+aKwcu3584PYaSBMxWiYjf6otLXapDiRy4w==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.13.0.tgz", + "integrity": "sha512-XRZuRPxFHa8hAiHPPQadrTmEipHmc6vKouypZD4+vBi6f1M/8RhiTTSU3ciSd+/m7xEsbvl9H/yYT7652JJsVQ==", "dependencies": { "@babel/runtime": "^7.14.8", "postcss-loader": "^4.3.0" @@ -41339,9 +41339,9 @@ } }, "gatsby-plugin-postcss": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.12.0.tgz", - "integrity": "sha512-kQt3y44rHalQYc0QUbPDxTFrSiHYMi7FT/I965ap0Q1qJx8MjJR+aKwcu3584PYaSBMxWiYjf6otLXapDiRy4w==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.13.0.tgz", + "integrity": "sha512-XRZuRPxFHa8hAiHPPQadrTmEipHmc6vKouypZD4+vBi6f1M/8RhiTTSU3ciSd+/m7xEsbvl9H/yYT7652JJsVQ==", "requires": { "@babel/runtime": "^7.14.8", "postcss-loader": "^4.3.0" diff --git a/package.json b/package.json index e8a42a0..338c596 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-manifest": "^3.12.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-postcss": "^4.12.0", + "gatsby-plugin-postcss": "^4.13.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^4.9.0",