From 415ff71bc8ebc25b1351c6fbee1ed19fcb87dd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:58:41 +0000 Subject: [PATCH] Bump grunt-purgecss from 6.0.0 to 7.0.2 in /www Bumps [grunt-purgecss](https://github.com/FullHuman/purgecss/tree/HEAD/packages/grunt-purgecss) from 6.0.0 to 7.0.2. - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/commits/v7.0.2/packages/grunt-purgecss) --- updated-dependencies: - dependency-name: grunt-purgecss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- www/package-lock.json | 9 ++++----- www/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index 92f01b56..2e9a39b4 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -26,7 +26,7 @@ "grunt-gh-pages": "^4.0.0", "grunt-html": "^17.1.0", "grunt-include-replace": "^5.0.0", - "grunt-purgecss": "^6.0.0", + "grunt-purgecss": "^7.0.2", "grunt-sitemap": "^2.0.1", "grunt-usemin": "^3.1.1", "load-grunt-tasks": "^5.1.0", @@ -1719,11 +1719,10 @@ } }, "node_modules/grunt-purgecss": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/grunt-purgecss/-/grunt-purgecss-6.0.0.tgz", - "integrity": "sha512-BLuPkn06N311c/MMkVlkuAfbubxGbWjGYeCv2Kdb1wBsweWkTRrXQyrQ2OI67xP1hf8F8j/6I92d8Ibvb4b/MA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/grunt-purgecss/-/grunt-purgecss-7.0.2.tgz", + "integrity": "sha512-+k49sc3wtRbwVPOO9NaJMLLgDTi/mnSMdtQTQlUbw6qVFw1LGGDm4g6sg15aySzF3/9FvwYGiDIHjEx4srQQBQ==", "dev": true, - "license": "MIT", "dependencies": { "purgecss": "^5.0.0" } diff --git a/www/package.json b/www/package.json index d9fc27fc..6bcb0736 100644 --- a/www/package.json +++ b/www/package.json @@ -36,7 +36,7 @@ "grunt-gh-pages": "^4.0.0", "grunt-html": "^17.1.0", "grunt-include-replace": "^5.0.0", - "grunt-purgecss": "^6.0.0", + "grunt-purgecss": "^7.0.2", "grunt-sitemap": "^2.0.1", "grunt-usemin": "^3.1.1", "load-grunt-tasks": "^5.1.0",