From ebaaa4291377005e685d4769511136e6df62e8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 19:54:16 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.7.1 to 4.8.0 in /packages/website Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.7.1 to 4.8.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.8.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 | 14 +++++++------- packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 3305aad5..07f4e0b0 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.8.0", - "gatsby-plugin-postcss": "^4.7.1", + "gatsby-plugin-postcss": "^4.8.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-robots-txt": "^1.6.2", @@ -12018,9 +12018,9 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.7.1.tgz", - "integrity": "sha512-lawHi4jxVRDPie4OSW/lEi3WNndwl8YWjdEIB1h1eC4KJUoZ1ulEdRec9zVaO1PBKUfcNcR+bMRuQbZ09Nfp0g==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", + "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", "dependencies": { "@babel/runtime": "^7.14.0", "postcss-loader": "^4.3.0" @@ -37493,9 +37493,9 @@ } }, "gatsby-plugin-postcss": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.7.1.tgz", - "integrity": "sha512-lawHi4jxVRDPie4OSW/lEi3WNndwl8YWjdEIB1h1eC4KJUoZ1ulEdRec9zVaO1PBKUfcNcR+bMRuQbZ09Nfp0g==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", + "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", "requires": { "@babel/runtime": "^7.14.0", "postcss-loader": "^4.3.0" diff --git a/packages/website/package.json b/packages/website/package.json index 928a15fb..4d3c2744 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.8.0", - "gatsby-plugin-postcss": "^4.7.1", + "gatsby-plugin-postcss": "^4.8.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-robots-txt": "^1.6.2",