Bump gatsby-source-filesystem from 2.3.35 to 2.3.36

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.35 to 2.3.36.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.3.36/packages/gatsby-source-filesystem)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-27 04:37:13 +00:00 committed by GitHub
parent 8e2c80f3b3
commit 6d8f9d34c0
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

@ -10166,9 +10166,9 @@
}
},
"gatsby-source-filesystem": {
"version": "2.3.35",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.35.tgz",
"integrity": "sha512-OHa7eDW9m/R8uIkAHpOZda517uT0yLPfLhZwEj3vqWgHRKg6bSghvKRDMQGmiD39EPur/Pl7JsotbFxGBRFRTQ==",
"version": "2.3.36",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.36.tgz",
"integrity": "sha512-fa3/xwWiSRRtYaE5OFIb0/MLCvewXDCEMcGqQs+TlBorxfCzcbHtCVF4klqPiInOTzsUqxqfQJSVaT6LvFnTpg==",
"requires": {
"@babel/runtime": "^7.11.2",
"better-queue": "^3.8.10",

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sass": "^2.3.21",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-source-filesystem": "^2.3.36",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-sharp": "^2.5.19",
"gatsby-transformer-remark": "^2.8.46",