From 0e6077bf8488c570ad82014e6d4395e56f4b1853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Nov 2020 22:39:24 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.5.0 to 2.5.1 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-sass@2.5.1/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.5.1/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 71162c0..7536def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9124,9 +9124,9 @@ } }, "gatsby-plugin-sass": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.5.0.tgz", - "integrity": "sha512-WfZbAqBJ6PzhDfRUnHfn5SBSEA3eQTNVm21IouHpPj1+1U7lpbKhM/k3AZu4Saev8Oycf9eXEPF0tgKMb4HadQ==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.5.1.tgz", + "integrity": "sha512-q9EpTBALoBa5kZRhTEEbYILRxBaoEdYTWnb5imRutl1DAxpeqyA9wZzF2mBMPESTB7F9+1GVAt4n4mhabPUy0Q==", "requires": { "@babel/runtime": "^7.11.2", "sass-loader": "^7.3.1" diff --git a/package.json b/package.json index 07c5dd4..9257acc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-offline": "^3.4.0", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-sharp": "^2.7.1", - "gatsby-plugin-sass": "^2.5.0", + "gatsby-plugin-sass": "^2.5.1", "gatsby-plugin-sitemap": "^2.5.1", "gatsby-plugin-styled-components": "^3.3.14", "gatsby-source-filesystem": "^2.4.1",