From b2177ef4cd1bc5f3c60b9e6b4dba0a6323fed126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Dec 2017 11:44:49 +0000 Subject: [PATCH] chore(dependencies): Bump stylelint-webpack-plugin from 0.8.0 to 0.9.0 Bumps [stylelint-webpack-plugin](https://github.com/JaKXz/stylelint-webpack-plugin) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/JaKXz/stylelint-webpack-plugin/releases/tag/v0.9.0) - [Commits](https://github.com/JaKXz/stylelint-webpack-plugin/compare/v0.8.0...v0.9.0) --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e5c76f..7eb4d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12481,16 +12481,15 @@ } }, "stylelint-webpack-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.8.0.tgz", - "integrity": "sha512-sXYwWcJEz6tR7PHuU0g1bQ4qtweQX+7UcymR5NPq8n846M91mo6PqP0+xUeQ66lS11i56DgJzdoPFoF7yot3xg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz", + "integrity": "sha512-oEYY75mgDen5lTEVaAcRVT3kLb7lJcMXuV1BvB0duXwHV7H806VKhVARayvn9weSuB5VMAve/mILWYZSZFEAjA==", "dev": true, "requires": { "arrify": "1.0.1", "minimatch": "3.0.4", "object-assign": "4.1.1", - "ramda": "0.24.1", - "stylelint": "7.12.0" + "ramda": "0.24.1" } }, "sugarss": {