From 4c5fcf8fe08a4d2f4a2acacd52a27a5be2d933a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 20:50:22 +0000 Subject: [PATCH] Bump postcss from 7.0.27 to 7.0.36 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 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.27...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++---------------- package.json | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a75de1..8d97daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8404,11 +8404,6 @@ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", "dev": true }, - "path-to-regexp": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.1.0.tgz", - "integrity": "sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==" - }, "path-type": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", @@ -8506,9 +8501,9 @@ } }, "postcss": { - "version": "7.0.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.27.tgz", - "integrity": "sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==", + "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", @@ -10141,14 +10136,6 @@ "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", "dev": true }, - "universal-router": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/universal-router/-/universal-router-9.0.0.tgz", - "integrity": "sha512-PwGKVNsVwC49N7Jes3+QQfOGz3JXFA0USXZLu2wBksis7sDsxQBzFLO7M1UGaJUYKSADHQEbUkc+RKurNLndGw==", - "requires": { - "path-to-regexp": "^6.1.0" - } - }, "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", diff --git a/package.json b/package.json index f71b07f..d18ae69 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^6.8.0", "tailwindcss": "^1.2.0", "autoprefixer": "^9.7.4", - "postcss": "^7.0.27", + "postcss": "^7.0.36", "purgecss": "^2.0.6", "postcss-cli": "^7.1.0", "eslint-config-prettier": "^6.10.0",