1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

Merge pull request #379 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-sass-2.3.12

Bump gatsby-plugin-sass from 2.3.10 to 2.3.12
This commit is contained in:
Matthias Kretschmann 2020-07-30 19:02:00 +02:00 committed by GitHub
commit b981dfbc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -13538,18 +13538,18 @@
} }
}, },
"gatsby-plugin-sass": { "gatsby-plugin-sass": {
"version": "2.3.10", "version": "2.3.12",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.10.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.12.tgz",
"integrity": "sha512-ZF/+SNMogv6C+UksTLGCwQxeA5224fmp1ojJ/wOkmwMM83HClQ5wwcs0utQZmIOCAszEn+wi2wul1Tyiyh4YBg==", "integrity": "sha512-cQHp4bvK3a0xId4Q9K9/1ejGVMMOm/1I28ry7quVoHVomSB4SwNJpMTGSgSYAKn3gjsveUyL+ceCRWeiIavkPA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"sass-loader": "^7.3.1" "sass-loader": "^7.3.1"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.10.4", "version": "7.10.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
"integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View File

@ -51,7 +51,7 @@
"gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.21", "gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.9", "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-sharp": "^2.6.24",
"gatsby-plugin-sitemap": "^2.4.10", "gatsby-plugin-sitemap": "^2.4.10",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",