Bump stylelint-webpack-plugin from 1.2.1 to 1.2.3

Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.2.1 to 1.2.3.
- [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.1...v1.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-09 02:17:16 +00:00 committed by GitHub
parent 9870097b0e
commit 816a15aad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17505,9 +17505,9 @@
}
},
"stylelint-webpack-plugin": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.1.tgz",
"integrity": "sha512-J2CFUliPYxirP8l4HUOZmKNMW6HETFPX6wxlQIlfddfV74GFaK6wDk31306LdA5bc8MOOCSsDg4u3FYVlFtF3A==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.3.tgz",
"integrity": "sha512-XEevZZzlI6k3e0Amp7AtpZ/elgaOdPPwLFY9InNoajw4KNRcZTkK61ZsZdHvIyK32Ej9L9u4fwfXG2QGKW0imA==",
"dev": true,
"requires": {
"arrify": "^2.0.1",

View File

@ -106,7 +106,7 @@
"stylelint-bare-webpack-plugin": "^2.0.0",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-scss": "^3.13.0",
"stylelint-webpack-plugin": "^1.2.1",
"stylelint-webpack-plugin": "^1.2.3",
"terser-webpack-plugin": "^2.3.2",
"vue-jest": "^3.0.5",
"vue-loader": "^15.8.3",