Bump stylelint-webpack-plugin from 1.0.3 to 1.0.4

Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.0.3 to 1.0.4.
- [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.3...v1.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-17 02:14:12 +00:00 committed by GitHub
parent 5bcea74da7
commit 75635e6789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -15713,14 +15713,14 @@
}
},
"stylelint-webpack-plugin": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.3.tgz",
"integrity": "sha512-nip6kUc+DhQaxxuUGL5SWQ+HRDV89rcxTW/FFbMp4wjoCVHTRcNacHZbT3qNQFWKnxRsz6Yfqy480zYTdxXkTg==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.4.tgz",
"integrity": "sha512-klDJLPDGX4kbXcya4CSK0Bvot2isVx1+mCKGM8WYVhFBTqHhvTOMxoz1JJnLaDwfMzdXJh7bA/REPCgipfp6WQ==",
"dev": true,
"requires": {
"arrify": "^2.0.1",
"micromatch": "^4.0.2",
"schema-utils": "^2.2.0"
"schema-utils": "^2.5.0"
},
"dependencies": {
"ajv": {

View file

@ -85,7 +85,7 @@
"stylelint": "^11.1.1",
"stylelint-config-recommended-scss": "^4.0.0",
"stylelint-scss": "^3.12.1",
"stylelint-webpack-plugin": "^1.0.3",
"stylelint-webpack-plugin": "^1.0.4",
"svg-sprite": "^1.5.0",
"terser-webpack-plugin": "^2.2.1",
"vue-jest": "^3.0.5",