Bump postcss-cli from 9.1.0 to 10.1.0 in /docs

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.1.0 to 10.1.0.
- [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.1.0...10.1.0)

---
updated-dependencies:
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-12 09:15:06 +00:00 committed by GitHub
parent 1aa1bb560d
commit d333df8997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.3.7", "postcss": "^8.3.7",
"postcss-cli": "^9.0.2" "postcss-cli": "^10.1.0"
} }
} }