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

This commit is contained in:
Renovate Bot
2020-12-30 02:50:14 +00:00
committed by renovate[bot]
parent 52bc3afd6b
commit c697af9772
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18330,9 +18330,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz",
"integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==",
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz",
"integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==",
"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.30.0",
"sass": "1.32.0",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.3"
},