From cefab8e9af9ac1eaaa70727636773776b17dc21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:00:17 +0000 Subject: [PATCH] Bump postcss from 7.0.30 to 7.0.36 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.30 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.30...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 c26b9d5..68c49b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5887,9 +5887,9 @@ "dev": true }, "postcss": { - "version": "7.0.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz", - "integrity": "sha512-nu/0m+NtIzoubO+xdAlwZl/u5S5vi/y6BCsoL8D+8IxsD3XvBS8X4YEADNIVXKVuQvduiucnRv+vPIqj56EGMQ==", + "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 20632c0..c0e3a11 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "node-sass": "^4.14.1", "nodemon": "^2.0.4", "ntl": "^5.0.0", - "postcss": "^7.0.30", + "postcss": "^7.0.36", "postcss-cli": "^7", "pretty-exceptions": "^1.4.0", "stylelint": "^13.5.0",