From 4090e77eeca2db2a18c4c8b23642790d8178e918 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 15:39:30 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.2.1 to 2.2.3 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.2.1 to 2.2.3. - [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.3/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 fcf96ad4..2eeae4f0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.2.2", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.5.0", - "gatsby-plugin-sass": "^2.2.1", + "gatsby-plugin-sass": "^2.2.3", "gatsby-plugin-sharp": "^2.5.6", "gatsby-source-filesystem": "^2.2.4", "gatsby-transformer-sharp": "^2.4.4", diff --git a/yarn.lock b/yarn.lock index d2c8bb5e..be5aefa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6186,10 +6186,10 @@ gatsby-plugin-robots-txt@^1.5.0: "@babel/runtime" "^7.5.1" generate-robotstxt "^7.1.0" -gatsby-plugin-sass@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.2.1.tgz#574d2ff4763e5a78648d69022b7b570da9f903cb" - integrity sha512-YRzP5ZrGgABF/3ya9YJz80+pqLpVVuJf8gyBFjvC+GmM8kqbwm5w9k3HOf61kYcCDg5bje1CPNXu7ZQMkxu2mQ== +gatsby-plugin-sass@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.2.3.tgz#4a15954b85a7ebbb612d6bc94854f9e76e6af03c" + integrity sha512-/dl/lSY0/s2/G70sp2SCRPKlhUJVxHPNjc5E1D88hjEKoUA1tAbqJluIkBTZ9M1yFmu6NApWAX+cXME5ijoKvw== dependencies: "@babel/runtime" "^7.8.7" sass-loader "^7.3.1"