Bump postcss-cli from 9.1.0 to 11.0.0 in /docs

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.1.0 to 11.0.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...11.0.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] 2024-01-11 20:56:10 +00:00 committed by GitHub
parent a6bd4ad926
commit 8d585f7acf
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": "^11.0.0"
} }
} }