From a299d919c95050121ee6d88d263d485a731cafea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 06:44:54 +0000 Subject: [PATCH] Bump @fullhuman/postcss-purgecss from 1.2.0 to 1.3.0 in /vuejs Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/postcss-purgecss) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/FullHuman/postcss-purgecss/releases) - [Changelog](https://github.com/FullHuman/postcss-purgecss/blob/master/CHANGELOG.md) - [Commits](https://github.com/FullHuman/postcss-purgecss/commits/1.3.0) Signed-off-by: dependabot-preview[bot] --- vuejs/package-lock.json | 8 ++++---- vuejs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vuejs/package-lock.json b/vuejs/package-lock.json index d732f54..92c27bf 100644 --- a/vuejs/package-lock.json +++ b/vuejs/package-lock.json @@ -869,12 +869,12 @@ } }, "@fullhuman/postcss-purgecss": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.2.0.tgz", - "integrity": "sha512-An05jbnZVUrX+VVNniaNQtOuo/S7tyQu5x86itXTF+7kfMaGxglFGykFX2KCt2hcbJijbvfCval9IkPO19V1KA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.3.0.tgz", + "integrity": "sha512-zvfS3dPKD2FAtMcXapMJXGbDgEp9E++mLR6lTgSruv6y37uvV5xJ1crVktuC1gvnmMwsa7Zh1m05FeEiz4VnIQ==", "requires": { "postcss": "^7.0.14", - "purgecss": "^1.3.0" + "purgecss": "^1.4.0" } }, "@hapi/address": { diff --git a/vuejs/package.json b/vuejs/package.json index d90771c..6c05889 100644 --- a/vuejs/package.json +++ b/vuejs/package.json @@ -9,7 +9,7 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { - "@fullhuman/postcss-purgecss": "^1.2.0", + "@fullhuman/postcss-purgecss": "^1.3.0", "axios": "^0.19.0", "core-js": "^2.6.5", "postcss-import": "^12.0.1",