From 2467ff1ecd6af84d36bbf86a04f00bf8abb9000e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 14:30:15 +0300 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d59774..f9e8619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ad52023..b394620 100644 --- a/package.json +++ b/package.json @@ -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",