Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-03 13:51:08 +0300
committerGitHub <noreply@github.com>2021-08-03 13:51:08 +0300
commit6c38cc01e7b86e9e1e4a0ed932f5e32c9624cb4f (patch)
treedd872c046ca06e9e1efdc32b928d5d6c9fbadd87
parentc4513594f9990d64d0a948d63cd36ab7149e7d8a (diff)
Bump clean-css-cli from 5.3.0 to 5.3.2 (#34657)
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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index ec77a6a086..dba8e4fd94 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2690,9 +2690,9 @@
}
},
"clean-css": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.3.tgz",
- "integrity": "sha512-qGXzUCDpLwAlPx0kYeU4QXjzQIcIYZbJjD4FNm7NnSjoP0hYMVZhHOpUYJ6AwfkMX2cceLRq54MeCgHy/va1cA==",
+ "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"
@@ -2707,12 +2707,12 @@
}
},
"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"
},
diff --git a/package.json b/package.json
index f4a8f31b9b..ac4b612dad 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.2.6",
"bundlewatch": "^0.3.2",
- "clean-css-cli": "^5.3.0",
+ "clean-css-cli": "^5.3.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-xo": "^0.37.0",