From 326283c9a5e734f9792e1ae6e000ff2aa991949c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 11:12:51 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.3.1 to 2.3.2 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.1 to 2.3.2. - [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.3.2/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 e8ea7c0a..81480e1d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.2.4", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.5.0", - "gatsby-plugin-sass": "^2.2.3", + "gatsby-plugin-sass": "^2.3.2", "gatsby-plugin-sharp": "^2.6.3", "gatsby-source-filesystem": "^2.3.3", "gatsby-transformer-sharp": "^2.4.6", diff --git a/yarn.lock b/yarn.lock index 4932c8ce..80ad9c27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6182,10 +6182,10 @@ gatsby-plugin-robots-txt@^1.5.0: "@babel/runtime" "^7.5.1" generate-robotstxt "^7.1.0" -gatsby-plugin-sass@^2.2.3: - version "2.3.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.1.tgz#71a8003e41dbd663f6ab1dbb5401afb1b20a2984" - integrity sha512-Duk8wAn5AmFmXYrlsoXBWKp3HcuZcREq7wP4yR62Eci9PcJbrxOAfpJv8lcXJEImqdH+85WSOX2hC2GREOedaw== +gatsby-plugin-sass@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.2.tgz#3623fc5881ae4b323f90bf58c80dffefe736ddf0" + integrity sha512-gY/+6A2vERluDuAhpUdLtrJfpGGmg3W7SwIvelCxowZpwF8DO7R5scARAY8yY7rJtTDB5BQhpSSHLapXnwuAqw== dependencies: "@babel/runtime" "^7.9.6" sass-loader "^7.3.1"