From b53314d4fa1b9f7cc48651aeb96e9c916d420aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 19:10:31 +0000 Subject: [PATCH] Bump node-sass from 4.13.0 to 4.13.1 in /frontend Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1. - [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.0...v4.13.1) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f05123e..745fb07 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "husky": "^1.3.1", "jest": "^24.8.0", "lint-staged": "^8.1.5", - "node-sass": "^4.11.0", + "node-sass": "^4.13.1", "path": "^0.12.7", "prettier": "^1.16.4", "react-hot-loader": "^4.8.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index dfd85f4..7d8beb4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6905,10 +6905,10 @@ node-releases@^1.1.42: dependencies: semver "^6.3.0" -node-sass@^4.11.0: - version "4.13.0" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066" - integrity sha1-tkcoi6vdahy3Jt5FRVFrMfkNoGY= +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"