Bump gatsby-plugin-purgecss from 6.0.1 to 6.0.2 in /packages/website
Bumps [gatsby-plugin-purgecss](https://github.com/anantoghosh/gatsby-plugin-purgecss) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/anantoghosh/gatsby-plugin-purgecss/releases) - [Changelog](https://github.com/anantoghosh/gatsby-plugin-purgecss/blob/master/CHANGELOG.md) - [Commits](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/6.0.1...6.0.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f88c99ac78
commit
29d945f3ac
|
@ -26,7 +26,7 @@
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.6.0",
|
"gatsby-plugin-offline": "^4.6.0",
|
||||||
"gatsby-plugin-postcss": "^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-helmet": "^4.4.0",
|
||||||
"gatsby-plugin-react-svg": "^3.0.0",
|
"gatsby-plugin-react-svg": "^3.0.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.6.2",
|
"gatsby-plugin-robots-txt": "^1.6.2",
|
||||||
|
@ -11851,9 +11851,9 @@
|
||||||
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-purgecss": {
|
"node_modules/gatsby-plugin-purgecss": {
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.2.tgz",
|
||||||
"integrity": "sha512-ZVu15UQ5astpGE4kPUynBN7S9sB5f+83POPAc529Obe81el8cAyfgQGNpga1nW1wicgDYQObQD95rEVwnX4E7A==",
|
"integrity": "sha512-7LefFqQ9ZGqcmgE3wWbFdOna7lIUTAiS1KISmvAl5M25u2IKreN1Yj7xbOF1RVz8Ta6ClAmTtc9fgNCWlr7oKQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"loader-utils": "^2.0.0",
|
"loader-utils": "^2.0.0",
|
||||||
|
@ -37867,9 +37867,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-purgecss": {
|
"gatsby-plugin-purgecss": {
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-purgecss/-/gatsby-plugin-purgecss-6.0.2.tgz",
|
||||||
"integrity": "sha512-ZVu15UQ5astpGE4kPUynBN7S9sB5f+83POPAc529Obe81el8cAyfgQGNpga1nW1wicgDYQObQD95rEVwnX4E7A==",
|
"integrity": "sha512-7LefFqQ9ZGqcmgE3wWbFdOna7lIUTAiS1KISmvAl5M25u2IKreN1Yj7xbOF1RVz8Ta6ClAmTtc9fgNCWlr7oKQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"loader-utils": "^2.0.0",
|
"loader-utils": "^2.0.0",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.6.0",
|
"gatsby-plugin-offline": "^4.6.0",
|
||||||
"gatsby-plugin-postcss": "^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-helmet": "^4.4.0",
|
||||||
"gatsby-plugin-react-svg": "^3.0.0",
|
"gatsby-plugin-react-svg": "^3.0.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.6.2",
|
"gatsby-plugin-robots-txt": "^1.6.2",
|
||||||
|
|
Reference in New Issue