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

Merge pull request #320 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-sass-2.3.3

Bump gatsby-plugin-sass from 2.3.2 to 2.3.3
This commit is contained in:
Matthias Kretschmann 2020-06-03 08:58:40 +02:00 committed by GitHub
commit ecbba0e3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@ -13022,12 +13022,22 @@
} }
}, },
"gatsby-plugin-sass": { "gatsby-plugin-sass": {
"version": "2.3.2", "version": "2.3.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.3.tgz",
"integrity": "sha512-gY/+6A2vERluDuAhpUdLtrJfpGGmg3W7SwIvelCxowZpwF8DO7R5scARAY8yY7rJtTDB5BQhpSSHLapXnwuAqw==", "integrity": "sha512-xzM06Qp/hYfTA8egdsI+Eg+p1Au+CdzT+FKDqJePDqQEZUG6Qs802chEBX69zrbawHK74cQC+JW7s22Sjo1ndA==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.10.2",
"sass-loader": "^7.3.1" "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": { "gatsby-plugin-sharp": {

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.7", "gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-react-helmet": "^3.3.2", "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-sharp": "^2.6.9",
"gatsby-plugin-sitemap": "^2.4.3", "gatsby-plugin-sitemap": "^2.4.3",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",