From bd38c5b3c4adada0b3ee4efd4e6819311a68aafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 11:33:28 +0000 Subject: [PATCH] Bump node-sass from 4.12.0 to 4.13.1 Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.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.12.0...v4.13.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0bddf03..5b66363 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ ], "devDependencies": { "concurrently": "^4.0.1", - "node-sass": "^4.11.0", + "node-sass": "^4.13.1", "npm-run-all": "^4.1.5" }, "proxy": "http://localhost:8080" diff --git a/yarn.lock b/yarn.lock index 2e932cd..3808044 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6185,9 +6185,9 @@ node-releases@^1.0.0-alpha.11, node-releases@^1.1.29: dependencies: semver "^5.3.0" -node-sass@^4.11.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" dependencies: async-foreach "^0.1.3" chalk "^1.1.1" @@ -6196,7 +6196,7 @@ node-sass@^4.11.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"