From ebcc041f41585ac7119c40a7a452caf07c76d79d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 09:24:37 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 1.2.3 to 2.0.0 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.2.3 to 2.0.0. - [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.2.3...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c0f19c8f..44e6b2ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17423,14 +17423,14 @@ } }, "stylelint-webpack-plugin": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.3.tgz", - "integrity": "sha512-XEevZZzlI6k3e0Amp7AtpZ/elgaOdPPwLFY9InNoajw4KNRcZTkK61ZsZdHvIyK32Ej9L9u4fwfXG2QGKW0imA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.0.0.tgz", + "integrity": "sha512-tN7AnjntcmDnCSxhFgBYctelmth+CQMTSfPeIXpN/9vbkm4747FFaUKOzgWJa4UyAPl98wh8SAhVtqV5Qdxsug==", "dev": true, "requires": { "arrify": "^2.0.1", "micromatch": "^4.0.2", - "schema-utils": "^2.6.1" + "schema-utils": "^2.6.6" }, "dependencies": { "arrify": { diff --git a/package.json b/package.json index 9dd0f0677..e5af2b91d 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "stylelint-config-recommended": "^3.0.0", "stylelint-config-recommended-scss": "^4.2.0", "stylelint-scss": "^3.17.2", - "stylelint-webpack-plugin": "^1.2.3", + "stylelint-webpack-plugin": "^2.0.0", "url-loader": "^4.1.0", "vue-jest": "^3.0.5", "vue-loader": "^15.9.2",