From c402ec9e7a2302277f8d203a39d52048c75d4d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 12:47:20 +0000 Subject: [PATCH] Update clean-css-cli requirement from ^5.3.3 to ^5.4.1 Updates the requirements on [clean-css-cli](https://github.com/clean-css/clean-css-cli) to permit the latest version. - [Release notes](https://github.com/clean-css/clean-css-cli/releases) - [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md) - [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.3.3...v5.4.1) --- updated-dependencies: - dependency-name: clean-css-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 856995f..9e18a7f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "npm-run-all css-lint js-lint" }, "devDependencies": { - "clean-css-cli": "^5.3.3", + "clean-css-cli": "^5.4.1", "eslint": "^7.29.0", "npm-run-all": "^4.1.5", "sass": "^1.42.1",