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:
Sebastian Sdorra
2020-03-16 08:49:42 +01:00
parent d64827fc8a
commit ae8c6a2391
3 changed files with 78 additions and 230 deletions

View File

@@ -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",