From 7fea5c0fca6fba5817354db4c9f42fcd6afdd7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:43:36 -0700 Subject: [PATCH] Bump postcss from 8.3.1 to 8.3.2 in /build/javascript (#1094) Bumps [postcss](https://github.com/postcss/postcss) from 8.3.1 to 8.3.2. - [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.1...8.3.2) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 6 +++--- build/javascript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index bc934246c..cce5404ab 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -1410,9 +1410,9 @@ } }, "postcss": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.1.tgz", - "integrity": "sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz", + "integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/build/javascript/package.json b/build/javascript/package.json index 6e1bcc107..4d0330bb0 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cssnano": "^5.0.5", - "postcss": "^8.3.1", + "postcss": "^8.3.2", "postcss-cli": "^8.3.1" }, "snowpack": {