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

This commit is contained in:
Renovate Bot
2020-12-05 01:24:30 +00:00
committed by renovate[bot]
parent 2ec80ed445
commit 566d00b7ef
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18143,9 +18143,9 @@
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
"sass": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.29.0.tgz",
"integrity": "sha512-ZpwAUFgnvAUCdkjwPREny+17BpUj8nh5Yr6zKPGtLNTLrmtoRYIjm7njP24COhjJldjwW1dcv52Lpf4tNZVVRA==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz",
"integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==",
"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.29.0",
"sass": "1.30.0",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.2"
},