fix(deps): update dependency sass to v1.32.4

This commit is contained in:
Renovate Bot
2021-01-12 03:16:56 +00:00
committed by renovate[bot]
parent 781785e555
commit 2287e08bac
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18573,9 +18573,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.32.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.2.tgz",
"integrity": "sha512-u1pUuzqwz3SAgvHSWp1k0mRhX82b2DdlVnP6UIetQPZtYbuJUDaPQhZE12jyjB7vYeOScfz9WPsZJB6Rpk7heA==",
"version": "1.32.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.4.tgz",
"integrity": "sha512-N0BT0PI/t3+gD8jKa83zJJUb7ssfQnRRfqN+GIErokW6U4guBpfYl8qYB+OFLEho+QvnV5ZH1R9qhUC/Z2Ch9w==",
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
}
+1 -1
View File
@@ -75,7 +75,7 @@
"react-scripts": "4.0.1",
"react-select": "3.1.1",
"react-transition-group": "4.4.1",
"sass": "1.32.2",
"sass": "1.32.4",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.3"
},