0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Bump clean-css-cli from 5.2.2 to 5.3.0 (#33800)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot] 2021-05-01 14:47:54 +03:00 committed by GitHub
parent 6a6db27586
commit 22a70b8e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2641,9 +2641,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

@ -110,7 +110,7 @@
"@rollup/plugin-replace": "^2.4.2", "@rollup/plugin-replace": "^2.4.2",
"autoprefixer": "^10.2.5", "autoprefixer": "^10.2.5",
"bundlewatch": "^0.3.2", "bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.2", "clean-css-cli": "^5.3.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^7.25.0", "eslint": "^7.25.0",
"eslint-config-xo": "^0.35.0", "eslint-config-xo": "^0.35.0",