Bump gatsby-plugin-postcss from 4.4.0 to 4.6.0 in /packages/website

Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.4.0 to 4.6.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.6.0/packages/gatsby-plugin-postcss)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-27 11:12:55 +00:00 committed by GitHub
parent 155fd5f553
commit a84b8f7bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.4.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
@ -11765,9 +11765,9 @@
}
},
"node_modules/gatsby-plugin-postcss": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.4.0.tgz",
"integrity": "sha512-ekG/C8MAmNkdjaR2HdKAM+4x5ZjGKg9IjXLbFHuBvH0XuI4WVG7MhidH9Ft1shBNlV+HxS+YSAJpOMNY6zU02g==",
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.6.0.tgz",
"integrity": "sha512-yYRF2mPVwNVHDcL6yR97j0tf3MKgaPfWmfyC1s5Fp9VvIwOZ8w/sU88Dqnr+diGXarRry3MxwugNVuVLbp+Uaw==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"postcss-loader": "^4.1.0"
@ -37813,9 +37813,9 @@
}
},
"gatsby-plugin-postcss": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.4.0.tgz",
"integrity": "sha512-ekG/C8MAmNkdjaR2HdKAM+4x5ZjGKg9IjXLbFHuBvH0XuI4WVG7MhidH9Ft1shBNlV+HxS+YSAJpOMNY6zU02g==",
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.6.0.tgz",
"integrity": "sha512-yYRF2mPVwNVHDcL6yR97j0tf3MKgaPfWmfyC1s5Fp9VvIwOZ8w/sU88Dqnr+diGXarRry3MxwugNVuVLbp+Uaw==",
"requires": {
"@babel/runtime": "^7.12.5",
"postcss-loader": "^4.1.0"

View File

@ -22,7 +22,7 @@
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.4.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.0",