Merge pull request #808 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-purgecss-6.0.2

Bump gatsby-plugin-purgecss from 6.0.1 to 6.0.2 in /packages/website
This commit is contained in:
Karol Wypchło 2021-05-28 10:09:06 +02:00 committed by GitHub
commit 22aea6ad08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.6.2",
@ -11848,9 +11848,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/gatsby-plugin-purgecss": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.1.tgz",
"integrity": "sha512-ZVu15UQ5astpGE4kPUynBN7S9sB5f+83POPAc529Obe81el8cAyfgQGNpga1nW1wicgDYQObQD95rEVwnX4E7A==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.2.tgz",
"integrity": "sha512-7LefFqQ9ZGqcmgE3wWbFdOna7lIUTAiS1KISmvAl5M25u2IKreN1Yj7xbOF1RVz8Ta6ClAmTtc9fgNCWlr7oKQ==",
"dependencies": {
"fs-extra": "^9.0.1",
"loader-utils": "^2.0.0",
@ -37857,9 +37857,9 @@
}
},
"gatsby-plugin-purgecss": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.1.tgz",
"integrity": "sha512-ZVu15UQ5astpGE4kPUynBN7S9sB5f+83POPAc529Obe81el8cAyfgQGNpga1nW1wicgDYQObQD95rEVwnX4E7A==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.2.tgz",
"integrity": "sha512-7LefFqQ9ZGqcmgE3wWbFdOna7lIUTAiS1KISmvAl5M25u2IKreN1Yj7xbOF1RVz8Ta6ClAmTtc9fgNCWlr7oKQ==",
"requires": {
"fs-extra": "^9.0.1",
"loader-utils": "^2.0.0",

View File

@ -23,7 +23,7 @@
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.6.2",