From 3ebdbacfc866221a944fcbcc89fd014d9bd78784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 19:07:27 +0000 Subject: [PATCH] Bump postcss from 7.0.34 to 7.0.36 in /src Bumps [postcss](https://github.com/postcss/postcss) from 7.0.34 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.34...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 6 +++--- src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 5a77719d..997747cf 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -3189,9 +3189,9 @@ } }, "postcss": { - "version": "7.0.34", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.34.tgz", - "integrity": "sha512-H/7V2VeNScX9KE83GDrDZNiGT1m2H+UTnlinIzhjlLX9hfMUn1mHNnGeX81a1c8JSBdBvqk7c2ZOG6ZPn5itGw==", + "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/src/package.json b/src/package.json index 67a20c6d..d852a6f8 100644 --- a/src/package.json +++ b/src/package.json @@ -36,7 +36,7 @@ "markdown-it-imsize": ">=2.0.1", "node-sass": ">=4.14.1", "open": ">=7.3.0", - "postcss": "7.0.34", + "postcss": "7.0.36", "pug": ">=3.0.0", "reload": ">=3.1.1", "strip-css-comments": ">=4.1.0",