Bump gatsby-plugin-sass from 2.7.0 to 2.8.0

Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.8.0/packages/gatsby-plugin-sass)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-17 20:45:16 +00:00 committed by GitHub
parent 79db386a3f
commit 73058e972f
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

@ -9400,9 +9400,9 @@
}
},
"gatsby-plugin-sass": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.7.0.tgz",
"integrity": "sha512-PPO5NgSoUySSLq41P6FDwx9oHrrB/Kb1zgn2lYugW5U81GuFl2fxvgq3nF1pyB2Nye0RMDla+EnrM6sf4nD60A==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.8.0.tgz",
"integrity": "sha512-lUEM5f4bPr6+m8cgB0uq6YBSbqIUxk8tfIthGmsFVbAulnrGBswMRSynyNSAE5APWmUGqwp9GuATDdsV+B5BVg==",
"requires": {
"@babel/runtime": "^7.12.5",
"sass-loader": "^7.3.1"

View file

@ -12,7 +12,7 @@
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-sass": "^2.7.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sitemap": "^2.8.0",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-source-filesystem": "^2.5.0",