Bump postcss, autoprefixer, cssnano and gulp-postcss

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer), [cssnano](https://github.com/cssnano/cssnano) and [gulp-postcss](https://github.com/postcss/gulp-postcss). These dependencies need to be updated together.


Updates `postcss` from 7.0.36 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.36...8.4.31)

Updates `autoprefixer` from 9.7.6 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.6...10.4.16)

Updates `cssnano` from 4.1.10 to 6.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.10...cssnano@6.0.1)

Updates `gulp-postcss` from 8.0.0 to 9.0.1
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](https://github.com/postcss/gulp-postcss/compare/8.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: autoprefixer
  dependency-type: direct:development
- dependency-name: cssnano
  dependency-type: direct:development
- dependency-name: gulp-postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-05 00:40:16 +00:00 committed by GitHub
parent 8e88452f03
commit 3d13456e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 408 additions and 848 deletions

1250
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,9 +22,9 @@
"> 0.25%" "> 0.25%"
], ],
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.7.6", "autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3", "browser-sync": "^2.29.3",
"cssnano": "^4.1.10", "cssnano": "^6.0.1",
"del": "^3.0.0", "del": "^3.0.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-buster": "^1.1.0", "gulp-buster": "^1.1.0",
@ -36,7 +36,7 @@
"gulp-htmlmin": "^5.0.1", "gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0", "gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0", "gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^8.0.0", "gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0", "gulp-sass": "^5.1.0",
"gulp-svgmin": "^2.2.0", "gulp-svgmin": "^2.2.0",