Merge pull request #154 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.36

Bump gatsby-source-filesystem from 2.3.35 to 2.3.36
This commit is contained in:
Kevin Kandlbinder 2020-10-27 06:44:35 +01:00 committed by GitHub
commit ec556f5939
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

@ -9476,9 +9476,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.20",
"gatsby-transformer-remark": "^2.8.46",