From 6fd1a865c7f8e8c12c8b5085d6f10590ebe5ea7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 08:39:40 +0000 Subject: [PATCH] build(deps-dev): bump gatsby-plugin-postcss from 4.12.0 to 4.13.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f65de6ccf..93209a910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "gatsby-plugin-minify-html": "^1.0.4", "gatsby-plugin-nprogress": "^3.13.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-postcss": "^4.11.0", + "gatsby-plugin-postcss": "^4.13.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-robots-txt": "^1.6.9", "gatsby-plugin-sitemap": "^4.9.0", @@ -11241,9 +11241,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==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.8", @@ -34578,9 +34578,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==", "dev": true, "requires": { "@babel/runtime": "^7.14.8", diff --git a/package.json b/package.json index 8131aa394..6945f7bb6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "gatsby-plugin-minify-html": "^1.0.4", "gatsby-plugin-nprogress": "^3.13.0", "gatsby-plugin-offline": "^4.13.0", - "gatsby-plugin-postcss": "^4.11.0", + "gatsby-plugin-postcss": "^4.13.0", "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-robots-txt": "^1.6.9", "gatsby-plugin-sitemap": "^4.9.0",