From 0eb63138751819d99ef5c4a64b5fe4a9de00f5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:26:54 +0000 Subject: [PATCH] build(deps-dev): bump gatsby-plugin-sass from 4.0.2 to 4.1.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 4.0.2 to 4.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@4.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 4c350798..9773bed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18184,9 +18184,9 @@ } }, "gatsby-plugin-sass": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.0.2.tgz", - "integrity": "sha512-ngiC/3Kka2pljqzZ4ZoXOKC+cXq1StLlZc7+FLvRm555RTMfJqgHWM8FCELZ5j5hxlBHIZ5cZ9Ur8GbScQD58g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.1.0.tgz", + "integrity": "sha512-lVm+DGSkAIM2APosbaBqi9OlS5YP1bXVmA2MXJqGdIrb/x9FkrN3psFjiTIuBob2YesAgeQV2OJtJefGGAf4bQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 9d5f93e9..168040da 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "gatsby-plugin-page-creator": "3.1.0", "gatsby-plugin-react-helmet": "4.0.0", "gatsby-plugin-react-svg": "3.0.0", - "gatsby-plugin-sass": "4.0.2", + "gatsby-plugin-sass": "4.1.0", "gatsby-source-filesystem": "3.0.0", "gatsby-transformer-react-docgen": "6.1.0", "glob": "7.1.6",