From 39205f74221815c8c102339205f6f08cdd09b0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:18:24 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 3.0.0 to 3.1.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 3.0.0 to 3.1.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@3.1.0/packages/gatsby-plugin-sass) Signed-off-by: dependabot[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 21a181c2..0ac85cdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12475,9 +12475,9 @@ } }, "gatsby-plugin-sass": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-3.0.0.tgz", - "integrity": "sha512-j3E7psI3EB0AlcqdouEtwjudpcorPMud5sbL+DWcxXAcpsbctUcEGCfSZR2pXHsjdip7ghaCR+hXIpXFO/AKnA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-3.1.0.tgz", + "integrity": "sha512-65d+ZTimxMlwRu+o92eaSM44vE+H4LoHWGjlRvdQ0OJbLlY1eQYOWaZwcf+bM6GIgj6uTBAnOslaYyhwg2UR9A==", "requires": { "@babel/runtime": "^7.12.5", "sass-loader": "^10.1.0" diff --git a/package.json b/package.json index e50e30a2..bb7a9b85 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-manifest": "^2.10.0", "gatsby-plugin-offline": "^3.8.0", "gatsby-plugin-react-helmet": "^3.8.0", - "gatsby-plugin-sass": "^3.0.0", + "gatsby-plugin-sass": "^3.1.0", "gatsby-plugin-sharp": "^2.12.2", "gatsby-plugin-sitemap": "^2.10.0", "gatsby-plugin-svgr": "^2.1.0",