chore(deps-dev): bump clean-css-cli from 5.4.2 to 5.5.0 (#4128)

Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli) from 5.4.2 to 5.5.0.
- [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.4.2...v5.5.0)

---
updated-dependencies:
- dependency-name: clean-css-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4180/head
dependabot[bot] 2022-01-18 17:38:25 +01:00 committed by GitHub
parent bba52335da
commit 7faefde088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -4468,11 +4468,12 @@
}
},
"clean-css-cli": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.4.2.tgz",
"integrity": "sha512-BYxVOuBQL8f2+yucOgmwUi1idpAQV4k9bxG6mxTrBikuwrkXBG5/Pq6tqCi4GZUtgvslMj8dGVtFSoXp9OLzeA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.5.0.tgz",
"integrity": "sha512-Vr9t8o59YaPcRw/4hyJjEh4zU/BlOtlJJ8465El6QMYWbkf5nN1mhAljX6FIb0bfpkGlYNFKPCyTz7oFCHOblQ==",
"dev": true,
"requires": {
"chokidar": "^3.5.2",
"clean-css": "^5.2.2",
"commander": "7.x",
"glob": "^7.1.6"

View File

@ -133,7 +133,7 @@
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.7",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"clean-css-cli": "^5.5.0",
"concurrently": "^6.4.0",
"eslint": "^8.4.0",
"eslint-config-xo": "^0.39.0",