aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-23 14:53:26 +0200
committerGitHub <[email protected]>2021-03-23 14:53:26 +0200
commit7c67a9a64d8a970f3894a7a272887c17426cf2f8 (patch)
tree85148e5fb0a2caa467de67b1131b7c39977d8942
parentb2deaa997e8062974ccbaacc4479831f1ce982a7 (diff)
downloadbootstrap-7c67a9a64d8a970f3894a7a272887c17426cf2f8.tar.xz
bootstrap-7c67a9a64d8a970f3894a7a272887c17426cf2f8.zip
Bump clean-css-cli from 5.2.1 to 5.2.2 (#33433)
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.2.1 to 5.2.2. - [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.1...v5.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index d34b99674..7ff2786a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2646,9 +2646,9 @@
}
},
"clean-css": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.1.tgz",
- "integrity": "sha512-GQ6HdEyJN0543mRTA/TkZ7RPoMXGWKq1shs9H86F2kLuixR0RI+xd4JfhJxWUW08FGKQXTKAKpVjKQXu5zkFNA==",
+ "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==",
"dev": true,
"requires": {
"source-map": "~0.6.0"
@@ -2663,20 +2663,20 @@
}
},
"clean-css-cli": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.2.1.tgz",
- "integrity": "sha512-y+nSP8lcBWXWHqBVK1o1UQjUR/s1Xu3H7rSXtp4R03orU8gGCkmYZjwhALMww6E6JChjoshpLodV+VfjAufaHw==",
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.2.2.tgz",
+ "integrity": "sha512-XlgBVTpEAsU/aT7gxAZ/g5Q8P9glHZeg6yfNvE7hYuvoozMdw5Wd46b12QtzuDVs8/7UZ/GCulS0VR9TI5NWRg==",
"dev": true,
"requires": {
- "clean-css": "^5.1.1",
+ "clean-css": "^5.1.2",
"commander": "7.x",
"glob": "^7.1.6"
},
"dependencies": {
"commander": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
- "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true
}
}
diff --git a/package.json b/package.json
index a343828e0..019115d3e 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"@rollup/plugin-replace": "^2.4.1",
"autoprefixer": "^10.2.5",
"bundlewatch": "^0.3.2",
- "clean-css-cli": "^5.2.1",
+ "clean-css-cli": "^5.2.2",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"eslint-config-xo": "^0.35.0",