mirror of https://github.com/ColorlibHQ/AdminLTE
Bump clean-css-cli from 5.3.0 to 5.3.2 (#3868)
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases) - [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md) - [Commits](https://github.com/jakubpawlowicz/clean-css-cli/commits) --- updated-dependencies: - dependency-name: clean-css-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/3863/head
parent
16c8deac4f
commit
a928e19900
|
@ -3027,21 +3027,21 @@
|
|||
}
|
||||
},
|
||||
"clean-css": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.2.tgz",
|
||||
"integrity": "sha512-QcaGg9OuMo+0Ds933yLOY+gHPWbxhxqF0HDexmToPf8pczvmvZGYzd+QqWp9/mkucAOKViI+dSFOqoZIvXbeBw==",
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.4.tgz",
|
||||
"integrity": "sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"source-map": "~0.6.0"
|
||||
}
|
||||
},
|
||||
"clean-css-cli": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.0.tgz",
|
||||
"integrity": "sha512-Jri2KVAcan/Y1JuEDo1rUlm3vUoGvMKSOpIL2YEPgalksvoGur/yL2KbtMF2dPs2VlMVj1afzp76Vu0KjxKfvA==",
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.2.tgz",
|
||||
"integrity": "sha512-NZY3lWHeeb9idk/0f37yDLeb3Y8UUiuuRCYKVVioqFJU83f3uuJUz7qIIYBgAWARv56D0MLOkwqQcq5fTtK6vQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"clean-css": "^5.1.2",
|
||||
"clean-css": "^5.1.4",
|
||||
"commander": "7.x",
|
||||
"glob": "^7.1.6"
|
||||
},
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
"autoprefixer": "^10.3.1",
|
||||
"browser-sync": "^2.27.5",
|
||||
"bundlewatch": "^0.3.2",
|
||||
"clean-css-cli": "^5.3.0",
|
||||
"clean-css-cli": "^5.3.2",
|
||||
"concurrently": "^6.2.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-xo": "^0.36.0",
|
||||
|
|
Loading…
Reference in New Issue