From 5a6aae8aea73d590c3fdedb3e56011de2ade2eda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:58:03 +0000 Subject: [PATCH] Bump postcss-flexbugs-fixes from 3.3.1 to 5.0.0 Bumps [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes) from 3.3.1 to 5.0.0. - [Release notes](https://github.com/luisrudge/postcss-flexbugs-fixes/releases) - [Changelog](https://github.com/luisrudge/postcss-flexbugs-fixes/blob/master/CHANGELOG.md) - [Commits](https://github.com/luisrudge/postcss-flexbugs-fixes/commits/5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 77ec4a440..45b59490b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "postcss-custom-media": "^6.0.0", "postcss-custom-properties": "^7.0.0", "postcss-custom-selectors": "^4.0.1", - "postcss-flexbugs-fixes": "^3.3.1", + "postcss-flexbugs-fixes": "^5.0.0", "postcss-import": "^11.1.0", "postcss-loader": "^2.1.5", "postcss-media-minmax": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 4b04643bd..040f33dad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6322,7 +6322,7 @@ onecolor@^3.0.4: onetime@^1.0.0: version "1.1.0" - resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" + resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" onetime@^2.0.0: version "2.0.1" @@ -6828,11 +6828,9 @@ postcss-filter-plugins@^2.0.0: dependencies: postcss "^5.0.4" -postcss-flexbugs-fixes@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.3.1.tgz#0783cc7212850ef707f97f8bc8b6fb624e00c75d" - dependencies: - postcss "^6.0.1" +postcss-flexbugs-fixes@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.0.tgz#b68f71e914079501e7174f966394b63b868f6716" postcss-html@^0.28.0: version "0.28.0"