From 9b09389243d18e6046efd9599a430d93e0978cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 11:56:23 +0000 Subject: [PATCH] Bump postcss from 7.0.29 to 7.0.36 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.29 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.29...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 f33ee49..957465e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5697,9 +5697,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "7.0.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.29.tgz", - "integrity": "sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw==", + "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 eb82a7f..90c8873 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-sass": "^4.14.1", "parcel-bundler": "^1.12.4", "parcel-plugin-svelte": "^4.0.6", - "postcss": "^7.0.29", + "postcss": "^7.0.36", "postcss-load-config": "^2.1.0", "public-ip": "^4.0.1", "svelte": "^3.22.2",