From 9c5c830a9268b59673c0877df69c69ddd6d3525e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 06:10:17 +0000 Subject: [PATCH] Bump gatsby-plugin-sass from 2.3.2 to 2.3.3 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.2 to 2.3.3. - [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.3/packages/gatsby-plugin-sass) Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88916582..d3bf8815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13022,12 +13022,22 @@ } }, "gatsby-plugin-sass": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.2.tgz", - "integrity": "sha512-gY/+6A2vERluDuAhpUdLtrJfpGGmg3W7SwIvelCxowZpwF8DO7R5scARAY8yY7rJtTDB5BQhpSSHLapXnwuAqw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.3.tgz", + "integrity": "sha512-xzM06Qp/hYfTA8egdsI+Eg+p1Au+CdzT+FKDqJePDqQEZUG6Qs802chEBX69zrbawHK74cQC+JW7s22Sjo1ndA==", "requires": { - "@babel/runtime": "^7.9.6", + "@babel/runtime": "^7.10.2", "sass-loader": "^7.3.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-sharp": { diff --git a/package.json b/package.json index 330adb38..f9e88793 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.7", "gatsby-plugin-react-helmet": "^3.3.2", - "gatsby-plugin-sass": "^2.3.2", + "gatsby-plugin-sass": "^2.3.3", "gatsby-plugin-sharp": "^2.6.9", "gatsby-plugin-sitemap": "^2.4.3", "gatsby-plugin-svgr": "^2.0.2",