diff --git a/package.json b/package.json index 8c1ba9f..8cf855d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@material-ui/core": "^4.5.0", "cross-env": "^6.0.3", "history": "^4.10.1", - "node-sass": "^4.12.0", + "node-sass": "^4.13.1", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", diff --git a/yarn.lock b/yarn.lock index 6a0614a..ba9c496 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6078,9 +6078,10 @@ node-releases@^1.1.29: dependencies: semver "^6.3.0" -node-sass@^4.12.0: - version "4.12.0" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017" +node-sass@^4.13.1: + version "4.13.1" + resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3" + integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw== dependencies: async-foreach "^0.1.3" chalk "^1.1.1" @@ -6089,7 +6090,7 @@ node-sass@^4.12.0: get-stdin "^4.0.1" glob "^7.0.3" in-publish "^2.0.0" - lodash "^4.17.11" + lodash "^4.17.15" meow "^3.7.0" mkdirp "^0.5.1" nan "^2.13.2"