fix(deps): update dependency sass to v1.32.5 (#2654)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-01-20 10:29:31 +00:00
committed by GitHub
parent 5c9678b4ac
commit 076b7d09d0
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -18881,9 +18881,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.32.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.4.tgz",
"integrity": "sha512-N0BT0PI/t3+gD8jKa83zJJUb7ssfQnRRfqN+GIErokW6U4guBpfYl8qYB+OFLEho+QvnV5ZH1R9qhUC/Z2Ch9w==",
"version": "1.32.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.5.tgz",
"integrity": "sha512-kU1yJ5zUAmPxr7f3q0YXTAd1oZjSR1g3tYyv+xu0HZSl5JiNOaE987eiz7wCUvbm4I9fGWGU2TgApTtcP4GMNQ==",
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
}

View File

@@ -72,7 +72,7 @@
"react-scripts": "4.0.1",
"react-select": "3.2.0",
"react-transition-group": "4.4.1",
"sass": "1.32.4",
"sass": "1.32.5",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.3"
},