Bump node-sass from 4.13.1 to 4.14.0 (#677)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-25 14:30:15 +03:00
committed by GitHub
co-authored by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
parent 870503bfee
commit 2467ff1ecd
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -13174,9 +13174,9 @@
"dev": true
},
"node-sass": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
"integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.0.tgz",
"integrity": "sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",
+1 -1
View File
@@ -33,7 +33,7 @@
"jest-enzyme": "^7.1.2",
"jest-localstorage-mock": "^2.4.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.1",
"node-sass": "^4.14.0",
"prettier": "^2.0.5",
"react-scripts": "^3.4.1",
"redux-saga-test-plan": "^4.0.0-rc.3",