From 874ceb73c0d85c5adf950987df46694030baf5be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 04:32:47 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 1.0.1 to 1.0.2 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 630926ef8..ab4cf062e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13753,9 +13753,9 @@ } }, "stylelint-webpack-plugin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.1.tgz", - "integrity": "sha512-xrfVdNxGJX8NQfu3PAmrMc+wkyZU1XAQlJvwSz4FK/FGA2OiLMi1+r8Q6OL0s1cE/DIPCFnaQZXqOeAiNoSutg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.2.tgz", + "integrity": "sha512-mlpjaHZxTGOvEqeKEIlAJex84KxtQJTNZcVp9lvhTltC2MBqzXxeuqRLqVWTM8bAKSt50GxLpUFsutAoQMffIA==", "dev": true, "requires": { "arrify": "^2.0.1", diff --git a/package.json b/package.json index 5a30aebff..4932a514d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "stylelint": "^11.0.0", "stylelint-config-recommended-scss": "^4.0.0", "stylelint-scss": "^3.11.1", - "stylelint-webpack-plugin": "^1.0.1", + "stylelint-webpack-plugin": "^1.0.2", "url-loader": "^2.2.0", "vue-jest": "^3.0.5", "vue-loader": "^15.7.1",