Bump postcss from 8.2.3 to 8.2.4 in /build/javascript (#617)

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

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-01-11 11:18:36 -08:00 committed by GitHub
parent 9e44c261fa
commit f14e5232f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1776,9 +1776,9 @@
}
},
"postcss": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.3.tgz",
"integrity": "sha512-tdmNCCmxJEsLZNj810qlj8QbvnUNKFL9A5doV+uHrGGK/YNKWEslrytnHDWr9M/GgGjfUFwXCRbxd/b6IoRBXQ==",
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz",
"integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",

View File

@ -16,7 +16,7 @@
},
"devDependencies": {
"cssnano": "^4.1.10",
"postcss": "^8.2.3",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1"
},
"snowpack": {