chore(deps): update dependency node-sass to v4.14.0

This commit is contained in:
Renovate Bot
2020-04-23 10:28:52 +00:00
committed by renovate[bot]
parent dc877e87f4
commit 970a855de4
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -16713,9 +16713,9 @@
"integrity": "sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ=="
},
"node-sass": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
"integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.0.tgz",
"integrity": "sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",

View File

@@ -89,7 +89,7 @@
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.3",
"markdownlint-cli": "0.22.0",
"node-sass": "4.13.1",
"node-sass": "4.14.0",
"prettier": "2.0.5",
"source-map-explorer": "2.4.2"
},