Browse Source

Bump postcss from 8.2.12 to 8.2.13 in /build/javascript (#959)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/965/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
f2e0dc08ed
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

@ -1479,9 +1479,9 @@ @@ -1479,9 +1479,9 @@
}
},
"postcss": {
"version": "8.2.12",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.12.tgz",
"integrity": "sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==",
"version": "8.2.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.13.tgz",
"integrity": "sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==",
"dev": true,
"requires": {
"colorette": "^1.2.2",

2
build/javascript/package.json

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
},
"devDependencies": {
"cssnano": "^5.0.1",
"postcss": "^8.2.12",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1"
},
"snowpack": {

Loading…
Cancel
Save