From 5b2a3dbb9d5cf7a5ed1547c08ee26ca1a59977e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 02:24:24 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.5.0 to 2.6.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.5.0 to 2.6.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@2.6.0/packages/gatsby-plugin-sass) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90a0dce7..06574380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11852,11 +11852,11 @@ } }, "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.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.6.0.tgz", + "integrity": "sha512-xifT2ze4rP8K0gf2iN6wffnYWqTwL9zxqgVuMUkIAGBeOc0vpncBCaooFIyee6pvvcAfKy/6GMKXZmQPPG9uQA==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.12.5", "sass-loader": "^7.3.1" }, "dependencies": { diff --git a/package.json b/package.json index 72032f03..221a0e05 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-manifest": "^2.6.0", "gatsby-plugin-offline": "^3.4.0", "gatsby-plugin-react-helmet": "^3.4.0", - "gatsby-plugin-sass": "^2.5.0", + "gatsby-plugin-sass": "^2.6.0", "gatsby-plugin-sharp": "^2.8.0", "gatsby-plugin-sitemap": "^2.6.0", "gatsby-plugin-svgr": "^2.0.2",