From 2cc53696fcf6b0bd323be98f3ef2a5c71a215bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Dec 2017 23:12:08 +0000 Subject: [PATCH] Update postcss-import requirement to ^11.0.0 Updates the requirements on [postcss-import](https://github.com/postcss/postcss-import) to permit the latest version. - [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/commits/11.0.0) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7263113..c6c403a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "postcss-cli": "^4.1.1", "postcss-cssnext": "^2.10.0", "postcss-extend": "^1.0.5", - "postcss-import": "^9.1.0", + "postcss-import": "^11.0.0", "postcss-initial": "^1.5.3", "postcss-nested": "^1.0.0", "pretty": "^2.0.0", @@ -66,7 +66,7 @@ "postcss-cli": "^4.1.1", "postcss-cssnext": "^2.10.0", "postcss-extend": "^1.0.5", - "postcss-import": "^9.1.0", + "postcss-import": "^11.0.0", "postcss-initial": "^1.5.3", "postcss-nested": "^1.0.0", "pretty": "^2.0.0",