From 47848426ff5446964083d7251f00ee9b0395b88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 09:54:00 -0700 Subject: [PATCH] Bump postcss from 8.3.10 to 8.3.11 in /build/javascript (#1490) Bumps [postcss](https://github.com/postcss/postcss) from 8.3.10 to 8.3.11. - [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.10...8.3.11) --- 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 2170dbe3b..7454fcfd1 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -1245,9 +1245,9 @@ } }, "postcss": { - "version": "8.3.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.10.tgz", - "integrity": "sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==", + "version": "8.3.11", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz", + "integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==", "dev": true, "requires": { "nanoid": "^3.1.30", diff --git a/build/javascript/package.json b/build/javascript/package.json index 675f3dd71..adcfccc12 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cssnano": "^5.0.8", - "postcss": "^8.3.10", + "postcss": "^8.3.11", "postcss-cli": "^9.0.1" }, "snowpack": {