From dc5d5a10ec1f8a71588d60aa676e632d61f06856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 08:24:41 -0700 Subject: [PATCH] Bump postcss from 8.3.4 to 8.3.5 in /build/javascript (#1112) Bumps [postcss](https://github.com/postcss/postcss) from 8.3.4 to 8.3.5. - [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.4...8.3.5) --- 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 f7c168df8..c4e93b809 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -1415,9 +1415,9 @@ } }, "postcss": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.4.tgz", - "integrity": "sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==", + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", + "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/build/javascript/package.json b/build/javascript/package.json index 3744b116e..5e15cf57c 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cssnano": "^5.0.6", - "postcss": "^8.3.4", + "postcss": "^8.3.5", "postcss-cli": "^8.3.1" }, "snowpack": {