Merge pull request #189 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-sass-2.5.0

Bump gatsby-plugin-sass from 2.4.2 to 2.5.0
This commit is contained in:
Kevin Kandlbinder 2020-11-15 23:36:46 +01:00 committed by GitHub
commit 68155a485b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9124,9 +9124,9 @@
}
},
"gatsby-plugin-sass": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.4.2.tgz",
"integrity": "sha512-6DnB+sRoSTS/dpsk/r2rTEA40XanDhmHvk4Esv+flgS6zcZro4U6cc5ibR6tum/fdfdu8/T/RoPZgGLCm4e4sQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.5.0.tgz",
"integrity": "sha512-WfZbAqBJ6PzhDfRUnHfn5SBSEA3eQTNVm21IouHpPj1+1U7lpbKhM/k3AZu4Saev8Oycf9eXEPF0tgKMb4HadQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"sass-loader": "^7.3.1"

View file

@ -12,7 +12,7 @@
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sass": "^2.4.2",
"gatsby-plugin-sass": "^2.5.0",
"gatsby-plugin-sitemap": "^2.5.1",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-source-filesystem": "^2.4.1",