From 90760224234c5364c7efb945825f88ac6c89d4b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:24:11 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.1.31 to 2.2.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.1.31 to 2.2.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.2.0/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c481263f..4f3816cc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.2.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.5.0", - "gatsby-plugin-sass": "^2.1.31", + "gatsby-plugin-sass": "^2.2.0", "gatsby-plugin-sharp": "^2.4.13", "gatsby-source-filesystem": "^2.2.1", "gatsby-transformer-sharp": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index 91bd9648..99faa6e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5660,10 +5660,10 @@ gatsby-plugin-robots-txt@^1.5.0: "@babel/runtime" "^7.5.1" generate-robotstxt "^7.1.0" -gatsby-plugin-sass@^2.1.31: - version "2.1.31" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.31.tgz#c51ef3a6ec5451955d05fd3b7117bf55baab584d" - integrity sha512-3+2rvNxnBBcCRtc13D8aC/m8K6GznPcWJRBYX1YHiLYYw547eQG2YheRGrp+mzjgx5rv3XUF6WsFXroEUGXyfg== +gatsby-plugin-sass@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.2.0.tgz#74ff9cb1f8d034b17a72f80ff995cd79ced282cf" + integrity sha512-KqjvuLX244zb6EAoF8izUMmaOgynAuLg0PSkqpvWLqtgeisZdbWkFJ8G3jH6CoATzFWUmoMkncsUCUW30eCmXw== dependencies: "@babel/runtime" "^7.8.7" sass-loader "^7.3.1"