From 618e39b93a0295aaaa9959772a8f889632e82db2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 21:22:51 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.3.13 to 2.3.14 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.13 to 2.3.14. - [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.14/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90374c5..1fd6354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9252,9 +9252,9 @@ } }, "gatsby-plugin-sass": { - "version": "2.3.13", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.13.tgz", - "integrity": "sha512-lxxJjW0bNGidjS0NA1QedoJUwr889OTDQllDxGP65A2XK/CdR5AencijfXr3CD9aDGREGF5GkL+TS9oYKSqegQ==", + "version": "2.3.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.14.tgz", + "integrity": "sha512-ne6Ub/EfrqlTAQfx9YDmcp9eNrzNpu90EEJ+wrNm0F4s8zJ8g4NX6V2VHHE1XtwYWypZqCrdPZeWG8Nb7XMH5g==", "requires": { "@babel/runtime": "^7.11.2", "sass-loader": "^7.3.1" diff --git a/package.json b/package.json index e38802c..27213f7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-manifest": "^2.4.31", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.10", - "gatsby-plugin-sass": "^2.3.13", + "gatsby-plugin-sass": "^2.3.14", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-sitemap": "^2.4.12", "gatsby-plugin-styled-components": "^3.3.11",