Bump clean-css-cli from 5.3.3 to 5.4.2 (#4005)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-24 17:58:14 +05:30 committed by GitHub
parent 9499133846
commit 5d7166a776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -2960,21 +2960,21 @@
}
},
"clean-css": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.1.tgz",
"integrity": "sha512-ooQCa1/70oRfVdUUGjKpbHuxgMgm8BsDT5EBqBGvPxMoRoGXf4PNx5mMnkjzJ9Ptx4vvmDdha0QVh86QtYIk1g==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz",
"integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==",
"dev": true,
"requires": {
"source-map": "~0.6.0"
}
},
"clean-css-cli": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.4.1.tgz",
"integrity": "sha512-LQLY8HKQP2d/M0FVbNfpoVbHMHh/ARIET2r80odAKuTN0RUOp8J8pU9eDlqMa1yezuUH3ipQxTVM/+vpunAhnA==",
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.4.2.tgz",
"integrity": "sha512-BYxVOuBQL8f2+yucOgmwUi1idpAQV4k9bxG6mxTrBikuwrkXBG5/Pq6tqCi4GZUtgvslMj8dGVtFSoXp9OLzeA==",
"dev": true,
"requires": {
"clean-css": "^5.2.1",
"clean-css": "^5.2.2",
"commander": "7.x",
"glob": "^7.1.6"
},

View file

@ -133,7 +133,7 @@
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.5",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.1",
"clean-css-cli": "^5.4.2",
"concurrently": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-xo": "^0.39.0",