Updated node-sass due to CVE-2020-24025

This commit is contained in:
Andrew Collington 2022-07-16 16:21:09 +01:00
parent 19961a3447
commit d87d89121d

View file

@ -7,7 +7,7 @@
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-react": "^7.12.7",
"node-sass": "^4.14.1"
"node-sass": ">=7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",