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:
parent
73bec1a107
commit
af221366ca
|
@ -6741,9 +6741,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-sass": {
|
"node-sass": {
|
||||||
"version": "4.8.3",
|
"version": "4.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz",
|
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz",
|
||||||
"integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==",
|
"integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async-foreach": "0.1.3",
|
"async-foreach": "0.1.3",
|
||||||
"chalk": "1.1.3",
|
"chalk": "1.1.3",
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"mini-css-extract-plugin": "0.4.0",
|
"mini-css-extract-plugin": "0.4.0",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"node-fetch": "2.1.2",
|
"node-fetch": "2.1.2",
|
||||||
"node-sass": "4.8.3",
|
"node-sass": "4.9.0",
|
||||||
"npm-run-all": "4.1.2",
|
"npm-run-all": "4.1.2",
|
||||||
"optimize-css-assets-webpack-plugin": "4.0.0",
|
"optimize-css-assets-webpack-plugin": "4.0.0",
|
||||||
"p-any": "1.1.0",
|
"p-any": "1.1.0",
|
||||||
|
|
Loading…
Reference in New Issue