Bump postcss from 8.2.2 to 8.2.3 in /build/javascript (#607)

* Bump postcss from 8.2.2 to 8.2.3 in /build/javascript

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

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
This commit is contained in:
dependabot[bot]
2021-01-07 22:46:43 -08:00
committed by GitHub
parent 064fdda528
commit 174c07ed4b
6 changed files with 29625 additions and 7 deletions

View File

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

View File

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