This commit is contained in:
renovate[bot] 2019-11-26 06:37:18 +01:00 committed by Albert Juhé Lluveras
parent 1d3201609b
commit 571254f69e
2 changed files with 7 additions and 7 deletions

View File

@ -12877,9 +12877,9 @@
"dev": true
},
"lint-staged": {
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.2.tgz",
"integrity": "sha512-OFyGokJSWTn2M6vngnlLXjaHhi8n83VIZZ5/1Z26SULRUWgR3ITWpAEQC9Pnm3MC/EpCxlwts/mQWDHNji2+zA==",
"version": "9.4.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.3.tgz",
"integrity": "sha512-PejnI+rwOAmKAIO+5UuAZU9gxdej/ovSEOAY34yMfC3OS4Ac82vCBPzAWLReR9zCPOMqeVwQRaZ3bUBpAsaL2Q==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
@ -13153,9 +13153,9 @@
}
},
"which": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.1.tgz",
"integrity": "sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"requires": {
"isexe": "^2.0.0"

View File

@ -81,7 +81,7 @@
"husky": "2.4.1",
"ignore-loader": "0.1.2",
"js-md5": "0.7.3",
"lint-staged": "9.4.2",
"lint-staged": "9.4.3",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"postcss-loader": "3.0.0",