Merge pull request #1348 from prymitive/renovate/node-sass-4.x

chore(deps): update dependency node-sass to v4.13.1
This commit is contained in:
Łukasz Mierzwa
2020-01-16 13:20:21 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -13858,9 +13858,9 @@
}
},
"node-sass": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.0.tgz",
"integrity": "sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==",
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
"integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",
+1 -1
View File
@@ -88,7 +88,7 @@
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.1",
"markdownlint-cli": "0.21.0",
"node-sass": "4.13.0",
"node-sass": "4.13.1",
"prettier": "1.19.1",
"source-map-explorer": "2.2.2"
},