Pin sass to the last version that works on Node 12

This commit is contained in:
Steve Gravrock
2023-03-11 14:19:16 -08:00
parent 166e5f4d6c
commit e42e3d9e00

View File

@@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "1.17.1",
"sass": "^1.45.1",
"sass": "^1.58.3",
"shelljs": "^0.8.3",
"temp": "^0.9.0"
},