From d0314264da3ae428c7ce0867c094d1b1302aec6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:49:31 +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:production ... 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 2958f9a..8422412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6665,9 +6665,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "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==", "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", diff --git a/package.json b/package.json index bb54f08..358f841 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "null-loader": "^4.0.0", "pixrem": "^5.0.0", "pleeease-filters": "^4.0.0", - "postcss": "^7.0.30", + "postcss": "^7.0.36", "postcss-calc": "^7.0.2", "postcss-color-function": "^4.1.0", "postcss-custom-media": "^7.0.8",