1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump postcss from 8.4.7 to 8.4.8 in /crates/static-files

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
- [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/8.4.7...8.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-07 19:32:17 +00:00
committed by Quentin Gliech
parent 46997e173e
commit ffdbffa028
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"@tailwindcss/forms": "^0.5.0", "@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"cssnano": "^5.1.0", "cssnano": "^5.1.0",
"postcss": "^8.4.7", "postcss": "^8.4.8",
"tailwindcss": "^3.0.23" "tailwindcss": "^3.0.23"
} }
}, },
@@ -1154,9 +1154,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.7", "version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"nanoid": "^3.3.1", "nanoid": "^3.3.1",
@@ -2765,9 +2765,9 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "8.4.7", "version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.3.1", "nanoid": "^3.3.1",

View File

@@ -10,7 +10,7 @@
"@tailwindcss/forms": "^0.5.0", "@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"cssnano": "^5.1.0", "cssnano": "^5.1.0",
"postcss": "^8.4.7", "postcss": "^8.4.8",
"tailwindcss": "^3.0.23" "tailwindcss": "^3.0.23"
} }
} }