From 1a0361264e3b02d11d236adeefa98fdbe7577d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 07:29:17 +0000 Subject: [PATCH] chore(deps): bump clean-css from 4.2.3 to 5.0.1 Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.2.3 to 5.0.1. - [Release notes](https://github.com/jakubpawlowicz/clean-css/releases) - [Changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md) - [Commits](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.3...v5.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2738b4a..860052c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/curbengh/hexo-yam", "repository": "curbengh/hexo-yam", "dependencies": { - "clean-css": "^4.2.1", + "clean-css": "^5.0.1", "html-minifier": "^4.0.0", "micromatch": "^4.0.2", "minify-xml": "^2.1.1",