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",