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