Bump clean-css-cli from 5.2.2 to 5.3.0

Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.2.2 to 5.3.0.
- [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
- [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.2.2...v5.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-28 18:59:38 +00:00
committed by GitHub
parent 070b8bde68
commit 44b996e35e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"buble": "^0.20.0", "buble": "^0.20.0",
"buble-loader": "^0.5.1", "buble-loader": "^0.5.1",
"chaikin-smooth": "^1.0.4", "chaikin-smooth": "^1.0.4",
"clean-css-cli": "5.2.2", "clean-css-cli": "5.3.0",
"copy-webpack-plugin": "^8.0.0", "copy-webpack-plugin": "^8.0.0",
"coverage-istanbul-loader": "^3.0.5", "coverage-istanbul-loader": "^3.0.5",
"coveralls": "3.1.0", "coveralls": "3.1.0",
@@ -2763,9 +2763,9 @@
} }
}, },
"node_modules/clean-css-cli": { "node_modules/clean-css-cli": {
"version": "5.2.2", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.2.2.tgz", "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.0.tgz",
"integrity": "sha512-XlgBVTpEAsU/aT7gxAZ/g5Q8P9glHZeg6yfNvE7hYuvoozMdw5Wd46b12QtzuDVs8/7UZ/GCulS0VR9TI5NWRg==", "integrity": "sha512-Jri2KVAcan/Y1JuEDo1rUlm3vUoGvMKSOpIL2YEPgalksvoGur/yL2KbtMF2dPs2VlMVj1afzp76Vu0KjxKfvA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"clean-css": "^5.1.2", "clean-css": "^5.1.2",
@@ -13573,9 +13573,9 @@
} }
}, },
"clean-css-cli": { "clean-css-cli": {
"version": "5.2.2", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.2.2.tgz", "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.0.tgz",
"integrity": "sha512-XlgBVTpEAsU/aT7gxAZ/g5Q8P9glHZeg6yfNvE7hYuvoozMdw5Wd46b12QtzuDVs8/7UZ/GCulS0VR9TI5NWRg==", "integrity": "sha512-Jri2KVAcan/Y1JuEDo1rUlm3vUoGvMKSOpIL2YEPgalksvoGur/yL2KbtMF2dPs2VlMVj1afzp76Vu0KjxKfvA==",
"dev": true, "dev": true,
"requires": { "requires": {
"clean-css": "^5.1.2", "clean-css": "^5.1.2",

View File

@@ -62,7 +62,7 @@
"buble": "^0.20.0", "buble": "^0.20.0",
"buble-loader": "^0.5.1", "buble-loader": "^0.5.1",
"chaikin-smooth": "^1.0.4", "chaikin-smooth": "^1.0.4",
"clean-css-cli": "5.2.2", "clean-css-cli": "5.3.0",
"copy-webpack-plugin": "^8.0.0", "copy-webpack-plugin": "^8.0.0",
"coverage-istanbul-loader": "^3.0.5", "coverage-istanbul-loader": "^3.0.5",
"coveralls": "3.1.0", "coveralls": "3.1.0",