Bump postcss-flexbugs-fixes from 5.0.1 to 5.0.2

Bumps [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes) from 5.0.1 to 5.0.2.
- [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)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-23 07:15:33 +00:00
committed by Thomas Ruoff
parent efb0f09d29
commit eec1c967c0
2 changed files with 5 additions and 22 deletions

25
package-lock.json generated
View File

@@ -8797,27 +8797,10 @@
}
},
"postcss-flexbugs-fixes": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.1.tgz",
"integrity": "sha512-CBEfCMk5hcqGlgRb9SDzQ3bIExJlfz89heRsAYNuNRiCJOETlVOL1KfBV1AGKFww8olEpOOSAgGiWeaGTPCkeg==",
"dev": true,
"requires": {
"postcss": "^8.1.4"
},
"dependencies": {
"postcss": {
"version": "8.1.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.7.tgz",
"integrity": "sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"line-column": "^1.0.2",
"nanoid": "^3.1.16",
"source-map": "^0.6.1"
}
}
}
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
"integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
"dev": true
},
"postcss-focus-visible": {
"version": "4.0.0",

View File

@@ -31,7 +31,7 @@
"@types/react-calendar": "^3.1.2",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.9",
"tailwindcss": "^1.9.6",