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

This commit is contained in:
Renovate Bot
2021-01-07 01:26:39 +00:00
committed by renovate[bot]
parent b3be52d8f7
commit 1063b5b2a9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18364,9 +18364,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.32.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.1.tgz",
"integrity": "sha512-SLhQ8do4vKsjIGMh1n6JPiARIFVOhBvdKPlZTNNOfwCIwKOc8EP+0QZlXI/ZWGy0W9KVO+54fVSbUZehXtECNQ==",
"version": "1.32.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.2.tgz",
"integrity": "sha512-u1pUuzqwz3SAgvHSWp1k0mRhX82b2DdlVnP6UIetQPZtYbuJUDaPQhZE12jyjB7vYeOScfz9WPsZJB6Rpk7heA==",
"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.1",
"sass": "1.32.2",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.3"
},