From 6a893decb9c307b71789c596ebc051867afa1d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 09:13:25 -0400 Subject: [PATCH] Bump clean-css from 4.2.1 to 4.2.3 (#579) Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/jakubpawlowicz/clean-css/releases) - [Changelog](https://github.com/jakubpawlowicz/clean-css/blob/v4.2.3/History.md) - [Commits](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.1...v4.2.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a19efb..c66826b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -962,9 +962,9 @@ } }, "clean-css": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", - "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", "dev": true, "requires": { "source-map": "~0.6.0" diff --git a/package.json b/package.json index ef93a4f..ed8b16c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@11ty/eleventy": "^0.11.0", "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3", "all-contributors-cli": "^6.8.1", - "clean-css": "^4.2.1", + "clean-css": "^4.2.3", "html-minifier": "^4.0.0", "luxon": "^1.17.2", "markdown-it": "^9.0.1",