From 1ebe32ebd540fe853dbb7bef15179c7b882bb183 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Mar 2021 16:23:46 +0000 Subject: [PATCH] Update dependency gatsby-plugin-sass to v4.0.1 --- 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 8e10284..06879f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12511,9 +12511,9 @@ } }, "gatsby-plugin-sass": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.0.0.tgz", - "integrity": "sha512-q2FIQFFU7FMgX8jMGUCsBMUcmdNdVertE1HnViiriB1x5FagUJUUJe9Z6Irq14h0LfSL2Z1Lg8iQzgxSX30djw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.0.1.tgz", + "integrity": "sha512-QZiak/7eL58QUZy+y5zTlTWk+qiE/xtXa/eS+CvHP09hbxtGeVn2Ea3XQ9upHxM2TjKaWQJ00EjnKnoVKoxzVQ==", "requires": { "@babel/runtime": "^7.12.5", "resolve-url-loader": "^3.1.2", diff --git a/package.json b/package.json index 19dd7b0..c33d36e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-react-helmet": "4.0.0", "gatsby-plugin-react-i18next": "1.0.4", "gatsby-plugin-robots-txt": "1.5.5", - "gatsby-plugin-sass": "4.0.0", + "gatsby-plugin-sass": "4.0.1", "gatsby-plugin-sharp": "3.0.0", "gatsby-plugin-sitemap": "3.0.0", "gatsby-source-filesystem": "3.0.0",