Merge pull request #716 from nextcloud/dependabot/npm_and_yarn/stylelint-webpack-plugin-1.0.4

Bump stylelint-webpack-plugin from 1.0.3 to 1.0.4
This commit is contained in:
Raimund Schlüßler 2019-11-17 20:32:40 +01:00 committed by GitHub
commit 5f22195c0e
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

@ -15724,14 +15724,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",