Bump stylelint-bare-webpack-plugin from 2.0.1 to 2.0.2

Bumps [stylelint-bare-webpack-plugin](https://github.com/cascornelissen/stylelint-bare-webpack-plugin) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/cascornelissen/stylelint-bare-webpack-plugin/releases)
- [Commits](https://github.com/cascornelissen/stylelint-bare-webpack-plugin/compare/v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-27 06:33:04 +00:00 committed by GitHub
parent 8889d21899
commit 4661cf738c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 35 deletions

48
package-lock.json generated
View File

@ -16332,17 +16332,17 @@
}
},
"stylelint-bare-webpack-plugin": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/stylelint-bare-webpack-plugin/-/stylelint-bare-webpack-plugin-2.0.1.tgz",
"integrity": "sha512-cjIbTyhwo1CO+DsKzXjp1D/ySXQ2E4y4+vDY73jXHnP7QHbeBse/38yKLbd6fEm1kO7Rnwlu1KZb8INLdCJy3A==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/stylelint-bare-webpack-plugin/-/stylelint-bare-webpack-plugin-2.0.2.tgz",
"integrity": "sha512-7k+rpNmOV18eb6PzBymSJmHawWuFIjIZ7SrPcU6uQGSJMOg/7uh++kcbfUzwZyyN2ovxggIj0sQDdDq2TaXZ3w==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"get-value": "^3.0.1",
"is-plain-object": "^3.0.0",
"lodash": "^4.17.15",
"is-plain-object": "^3.0.1",
"lodash": "^4.17.19",
"module-available": "^1.0.6",
"webpack-merge": "^4.2.2"
"webpack-merge": "^5.0.9"
},
"dependencies": {
"ansi-styles": {
@ -16356,9 +16356,9 @@
}
},
"chalk": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
@ -16381,21 +16381,10 @@
"dev": true
},
"is-plain-object": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz",
"integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==",
"dev": true,
"requires": {
"isobject": "^4.0.0"
},
"dependencies": {
"isobject": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
"integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==",
"dev": true
}
}
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
"integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
"dev": true
},
"supports-color": {
"version": "7.1.0",
@ -16405,15 +16394,6 @@
"requires": {
"has-flag": "^4.0.0"
}
},
"webpack-merge": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz",
"integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==",
"dev": true,
"requires": {
"lodash": "^4.17.15"
}
}
}
},

View File

@ -109,7 +109,7 @@
"regenerator-runtime": "^0.13.7",
"sass-loader": "^9.0.2",
"stylelint": "^13.6.1",
"stylelint-bare-webpack-plugin": "^2.0.1",
"stylelint-bare-webpack-plugin": "^2.0.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^2.1.0",