diff --git a/package-lock.json b/package-lock.json index afca96c8..821256f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11730,9 +11730,7 @@ "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" }, "node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", + "version": "7.0.0", "requires": { "async-foreach": "^0.1.3", "chalk": "^1.1.1", @@ -17624,4 +17622,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index ab5826e3..801d0c84 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "material-ui": "0.20.0", "moment": "2.29.1", "muicss": "0.10.3", - "node-sass": "4.14.1", + "node-sass": "7.0.0", "prettier": "1.19.1", "prop-types": "15.8.1", "rc-progress": "2.6.1",