Update node-sass to the latest version 🚀 (#222)

* fix(package): update node-sass to version 4.9.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
greenkeeper[bot] 2018-04-26 09:40:14 -07:00 committed by Nolan Lawson
parent 73bec1a107
commit af221366ca
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6741,9 +6741,9 @@
}
},
"node-sass": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz",
"integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz",
"integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==",
"requires": {
"async-foreach": "0.1.3",
"chalk": "1.1.3",

View File

@ -56,7 +56,7 @@
"mini-css-extract-plugin": "0.4.0",
"mkdirp": "0.5.1",
"node-fetch": "2.1.2",
"node-sass": "4.8.3",
"node-sass": "4.9.0",
"npm-run-all": "4.1.2",
"optimize-css-assets-webpack-plugin": "4.0.0",
"p-any": "1.1.0",