From b4d76c10ebdd2c61bc9a9bc8c2a65ab66e071ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:28:17 +0000 Subject: [PATCH] Bump postcss from 7.0.31 to 7.0.36 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.31 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.31...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a031fd..2c98f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4155,9 +4155,9 @@ } }, "postcss": { - "version": "7.0.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.31.tgz", - "integrity": "sha512-a937VDHE1ftkjk+8/7nj/mrjtmkn69xxzJgRETXdAUU+IgOYPQNJF17haGWbeDxSyk++HA14UA98FurvPyBJOA==", + "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/package.json b/package.json index c224d3a..1a73e84 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "concurrently": "5.2.0", "cssnano": "^4.1.10", "import-http": "^0.3.1", - "postcss": "7.0.31", + "postcss": "7.0.36", "postcss-cli": "7.1.1", "postcss-easings": "^2.0.0", "postcss-import": "^12.0.1",