From ab65361233b835c3995e64500ec9af7e34bbd3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:09:01 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.9.0 to 4.10.0 in /packages/website Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.9.0 to 4.10.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.10.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] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 84c5a482..5234b47e 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.9.0", - "gatsby-plugin-postcss": "^4.9.0", + "gatsby-plugin-postcss": "^4.10.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.9.0", "gatsby-plugin-robots-txt": "^1.6.8", @@ -12007,11 +12007,11 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.9.0.tgz", - "integrity": "sha512-2h8kKimIPEk9kQyZWSzBoOQIBvUEYuLieA57oycuvxsA8S7S2QsNeyhBkhfakQ+gGiFG1He2WCFiOInxs+HcmQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", + "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "postcss-loader": "^4.3.0" }, "engines": { @@ -37513,11 +37513,11 @@ } }, "gatsby-plugin-postcss": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.9.0.tgz", - "integrity": "sha512-2h8kKimIPEk9kQyZWSzBoOQIBvUEYuLieA57oycuvxsA8S7S2QsNeyhBkhfakQ+gGiFG1He2WCFiOInxs+HcmQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", + "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "postcss-loader": "^4.3.0" }, "dependencies": { diff --git a/packages/website/package.json b/packages/website/package.json index d48821ba..5cef0f19 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.9.0", - "gatsby-plugin-postcss": "^4.9.0", + "gatsby-plugin-postcss": "^4.10.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.9.0", "gatsby-plugin-robots-txt": "^1.6.8",