From c582420222d1a2256ab75ed326e7705561fa90ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:21:13 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.3.10 to 2.3.12 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.10 to 2.3.12. - [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.3.12/packages/gatsby-plugin-sass) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51c96d3..6d5df855 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13538,18 +13538,18 @@ } }, "gatsby-plugin-sass": { - "version": "2.3.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.10.tgz", - "integrity": "sha512-ZF/+SNMogv6C+UksTLGCwQxeA5224fmp1ojJ/wOkmwMM83HClQ5wwcs0utQZmIOCAszEn+wi2wul1Tyiyh4YBg==", + "version": "2.3.12", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.12.tgz", + "integrity": "sha512-cQHp4bvK3a0xId4Q9K9/1ejGVMMOm/1I28ry7quVoHVomSB4SwNJpMTGSgSYAKn3gjsveUyL+ceCRWeiIavkPA==", "requires": { "@babel/runtime": "^7.10.3", "sass-loader": "^7.3.1" }, "dependencies": { "@babel/runtime": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", - "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", + "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 73d6e6cc..23689e65 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.21", "gatsby-plugin-react-helmet": "^3.3.9", - "gatsby-plugin-sass": "^2.3.10", + "gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sharp": "^2.6.24", "gatsby-plugin-sitemap": "^2.4.10", "gatsby-plugin-svgr": "^2.0.2",