From 05efa647ddafc23b5e50001a405febfb492c2596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 14:29:43 +0000 Subject: [PATCH] Bump postcss from 7.0.35 to 7.0.36 in /packages/glenstack.com Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. - [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/7.0.35...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/glenstack.com/package-lock.json | 18 +++++++++++------- packages/glenstack.com/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/packages/glenstack.com/package-lock.json b/packages/glenstack.com/package-lock.json index c2b9978..dd52efc 100644 --- a/packages/glenstack.com/package-lock.json +++ b/packages/glenstack.com/package-lock.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "8.3.0", "graphql-let": "0.18.0-beta.4", "lint-staged": "11.0.0", - "postcss": "7.0.35", + "postcss": "7.0.36", "postcss-cli": "7.1.2", "prettier": "2.3.0", "react-scripts": "4.0.3", @@ -18942,9 +18942,9 @@ } }, "node_modules/postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "dependencies": { "chalk": "^2.4.2", @@ -18953,6 +18953,10 @@ }, "engines": { "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-attribute-case-insensitive": { @@ -43528,9 +43532,9 @@ "dev": true }, "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/packages/glenstack.com/package.json b/packages/glenstack.com/package.json index 57fc145..df45dda 100644 --- a/packages/glenstack.com/package.json +++ b/packages/glenstack.com/package.json @@ -81,7 +81,7 @@ "eslint-config-prettier": "8.3.0", "graphql-let": "0.18.0-beta.4", "lint-staged": "11.0.0", - "postcss": "7.0.35", + "postcss": "7.0.36", "postcss-cli": "7.1.2", "prettier": "2.3.0", "react-scripts": "4.0.3",