From 63af684e2bb885d0488e56ceca5159252b6be1d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 06:54:16 +0000 Subject: [PATCH] Bump postcss-safe-parser from 5.0.0 to 5.0.1 Bumps [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/postcss/postcss-safe-parser/releases) - [Changelog](https://github.com/postcss/postcss-safe-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-safe-parser/compare/5.0.0...5.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cc5ad02..77cf02d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16158,18 +16158,18 @@ } }, "postcss-safe-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.0.tgz", - "integrity": "sha512-aIX7poYIGRtp+Yr/ntAcIG+nTZpnPnQpHhG0Qbf0d91EBQnKS3cfl8cgUwvq+cot8Zhn5+dC+XpcGRWPET+xdA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.1.tgz", + "integrity": "sha512-UpLghdLWFwyDSdwp0S1lHiCkf+jc/pUWRtC0NTYdYMnickhIpW62MeCKHnoWqGOqDeKHf2vH7NeBjdgGYbnJCw==", "dev": true, "requires": { - "postcss": "^8.0.2" + "postcss": "^8.0.4" }, "dependencies": { "postcss": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.3.tgz", - "integrity": "sha512-nJR5mHJuiizWhF1DqVDy6RdeFbyA1Pakcl4wp4VwppKoAZLafPhS7X/rjeUgk3LdQWYQNxyixzbCbcIAbhsCTA==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.5.tgz", + "integrity": "sha512-3rDm6KR0jHstte3aL3ugrCyFA1UXY90SWNwRZ2WTmRf/QpOqM35mm0FrRR+HHZQ5fY9+nXFat1nl2ekYJf0P4w==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index ccd617bd..93ba274f 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "postcss-loader": "3.0.0", "postcss-normalize": "9.0.0", "postcss-preset-env": "6.7.0", - "postcss-safe-parser": "5.0.0", + "postcss-safe-parser": "5.0.1", "prettier": "^1.19.1", "prettier-webpack-plugin": "^1.2.0", "react": "^16.13.1",