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-09-28 19:04:23 +0300
committerGitHub <noreply@github.com>2021-09-28 19:04:23 +0300
commita0d3ddc87bba045c6e0b53bc2775957714ab5c9c (patch)
treef603aafffa18fb6492b667b8875fc982fa519af5 /package-lock.json
parent630d2707a379a9c84afc53ed66dde684c5798808 (diff)
Bump postcss-cli from 9.0.0 to 9.0.1 (#35075)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: postcss-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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index e918a64f59..2328fcf6f0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6880,17 +6880,17 @@
}
},
"postcss-cli": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.0.tgz",
- "integrity": "sha512-tg6MK/jYyO7Ye9PObPYkjCQa7Bh2K6dA3a3I0muczRuw4T4HAtOTpPR+nOCw+On+WDB2sdsbGOsjlwO8BNRbUw==",
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.1.tgz",
+ "integrity": "sha512-zO160OBaAZBFUWO+QZIzEKMjnPIc5c61dMg1d7xafblh9cxbNb6s16ahJuP91PcVsu//gqr7BKllJxRiRDsSYw==",
"dev": true,
"requires": {
"chokidar": "^3.3.0",
- "colorette": "^2.0.0",
"dependency-graph": "^0.11.0",
"fs-extra": "^10.0.0",
"get-stdin": "^9.0.0",
"globby": "^12.0.0",
+ "nanocolors": "^0.2.11",
"postcss-load-config": "^3.0.0",
"postcss-reporter": "^7.0.0",
"pretty-hrtime": "^1.0.3",
@@ -6905,12 +6905,6 @@
"integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
"dev": true
},
- "colorette": {
- "version": "2.0.12",
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.12.tgz",
- "integrity": "sha512-lHID0PU+NtFzeNCwTL6JzUKdb6kDpyEjrwTD1H0cDZswTbsjLh2wTV2Eo2sNZLc0oSg0a5W1AI4Nj7bX4iIdjA==",
- "dev": true
- },
"fs-extra": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
@@ -6952,6 +6946,12 @@
"universalify": "^2.0.0"
}
},
+ "nanocolors": {
+ "version": "0.2.11",
+ "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.11.tgz",
+ "integrity": "sha512-83ttyvfJj66dKMadWfBkEUOEDFfRc8FpzTJvh1MySR/pzWFmFikTQZGOV6kHZRz7yR/heiQ1y/MHBBN5P/e7WQ==",
+ "dev": true
+ },
"slash": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",