Browse Source

Bump postcss from 8.3.5 to 8.3.6 in /build/javascript (#1240)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1241/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
3c6fcb0de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json

6
build/javascript/package-lock.json generated

@ -1443,9 +1443,9 @@ @@ -1443,9 +1443,9 @@
}
},
"postcss": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz",
"integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
"integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
"dev": true,
"requires": {
"colorette": "^1.2.2",

2
build/javascript/package.json

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
},
"devDependencies": {
"cssnano": "^5.0.7",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1"
},
"snowpack": {

Loading…
Cancel
Save