From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 12:53:26 +0000 (+0200) Subject: Bump clean-css-cli from 5.2.1 to 5.2.2 (#33433) X-Git-Tag: v5.0.0-beta3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c67a9a64d8a970f3894a7a272887c17426cf2f8;p=thirdparty%2Fbootstrap.git 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index d34b996741..7ff2786a11 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 a343828e09..019115d3ea 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",