mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 21:09:47 +01:00
replace node-sass with sass
Because snyk reported 5 high and 11 medium vulns for node-sass and sass is the new reference implementation of sass. see https://snyk.io/node-js/node-sass
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^3.2.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"sass": "^1.26.3",
|
||||
"sass-loader": "^8.0.0",
|
||||
"style-loader": "^1.0.0",
|
||||
"webpack": "^4.41.5",
|
||||
|
||||
Reference in New Issue
Block a user