0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

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>
This commit is contained in:
dependabot[bot] 2021-09-28 19:04:23 +03:00 committed by GitHub
parent 630d2707a3
commit a0d3ddc87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -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",

View File

@ -137,7 +137,7 @@
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.8",
"postcss-cli": "^9.0.0",
"postcss-cli": "^9.0.1",
"rollup": "^2.57.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",