From 29d945f3ac9f5f7782a983423ce1119a98d4cdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 08:05:33 +0000 Subject: [PATCH] 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] --- 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 cfca65d1..1221bf06 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -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", @@ -11851,9 +11851,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", @@ -37867,9 +37867,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", diff --git a/packages/website/package.json b/packages/website/package.json index d5d0cf3b..740dd162 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -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",