From f3f611871f0acfb619fccd26fb170b8639880f06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 22:52:32 +0000 Subject: [PATCH] Bump postcss-safe-parser from 5.0.1 to 5.0.2 Bumps [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser) from 5.0.1 to 5.0.2. - [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.1...5.0.2) 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 254b891a..89eac843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16182,18 +16182,18 @@ } }, "postcss-safe-parser": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.1.tgz", - "integrity": "sha512-UpLghdLWFwyDSdwp0S1lHiCkf+jc/pUWRtC0NTYdYMnickhIpW62MeCKHnoWqGOqDeKHf2vH7NeBjdgGYbnJCw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz", + "integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==", "dev": true, "requires": { - "postcss": "^8.0.4" + "postcss": "^8.1.0" }, "dependencies": { "postcss": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.0.5.tgz", - "integrity": "sha512-3rDm6KR0jHstte3aL3ugrCyFA1UXY90SWNwRZ2WTmRf/QpOqM35mm0FrRR+HHZQ5fY9+nXFat1nl2ekYJf0P4w==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.1.tgz", + "integrity": "sha512-9DGLSsjooH3kSNjTZUOt2eIj2ZTW0VI2PZ/3My+8TC7KIbH2OKwUlISfDsf63EP4aiRUt3XkEWMWvyJHvJelEg==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index edd3eadc..3328df59 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.1", + "postcss-safe-parser": "5.0.2", "prettier": "^1.19.1", "prettier-webpack-plugin": "^1.2.0", "react": "^16.13.1",