chore(deps-dev): bump postcss-import from 13.0.0 to 14.0.0

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/13.0.0...14.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-18 00:40:13 +00:00
committed by GitHub
parent b4ddb1114a
commit 7b9bf44045
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
"autoprefixer": "^10.2.4",
"css-loader": "^5.0.0",
"postcss": "^8.1.10",
"postcss-import": "^13.0.0",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-url": "^10.1.1",
"tailwindcss": "2.0.3"

View File

@@ -7076,10 +7076,10 @@ postcss-import@^12.0.1:
read-cache "^1.0.0"
resolve "^1.1.7"
postcss-import@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-13.0.0.tgz#d6960cd9e3de5464743b04dd8cd9d870662f8b8c"
integrity sha512-LPUbm3ytpYopwQQjqgUH4S3EM/Gb9QsaSPP/5vnoi+oKVy3/mIk2sc0Paqw7RL57GpScm9MdIMUypw2znWiBpg==
postcss-import@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.0.tgz#3ed1dadac5a16650bde3f4cdea6633b9c3c78296"
integrity sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"