From f745d8b6bb4311341452a22e053af270aa20be20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 10:33:47 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 5.12.1 to 5.14.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 5.12.1 to 5.14.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@5.14.0/packages/gatsby-plugin-sass) --- updated-dependencies: - dependency-name: gatsby-plugin-sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7dc5ed5..77e5ab8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^5.14.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.12.1", - "gatsby-plugin-sass": "^5.12.1", + "gatsby-plugin-sass": "^5.14.0", "gatsby-plugin-sitemap": "^5.14.0", "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.12.1", diff --git a/yarn.lock b/yarn.lock index d0abf5e..39acece 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6092,10 +6092,10 @@ gatsby-plugin-remove-serviceworker@^1.0.0: resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c" integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w= -gatsby-plugin-sass@^5.12.1: - version "5.12.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.12.1.tgz#c91cf10a29e0a849680f7be008e1f0122f903542" - integrity sha512-2wqqgGUDvXvmVra2b9faAlzzIZuxuUGmSRpRLQjLRZDyfE3OQ+60+N+36L3vlK1roGqB33O+lfV1fBQMe6LD8Q== +gatsby-plugin-sass@^5.14.0: + version "5.14.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.14.0.tgz#30d4049ddbde0b71e9feb8f1c9857de45ffcf84b" + integrity sha512-gRts8Tfb1AyNey+xPTRVFlc+agLM7DDZlh4V665RsWja9vF/bQlWwvX1DjmHgYkeVobh0dMyd9QV4TyDv9Uurw== dependencies: "@babel/runtime" "^7.15.4" resolve-url-loader "^3.1.4"