Bump gatsby-source-filesystem from 2.3.30 to 2.3.34

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.30 to 2.3.34.
- [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.34/packages/gatsby-source-filesystem)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-09 10:50:38 +00:00 committed by GitHub
parent 43e8655b3a
commit 6180cde49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 12 deletions

31
package-lock.json generated
View file

@ -9791,25 +9791,24 @@
}
},
"gatsby-source-filesystem": {
"version": "2.3.30",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.30.tgz",
"integrity": "sha512-jZ6fWTT0a/aUMmhEyGcxEc8IdTJvxA/806qkan/5Mhctt4tjqmjSq8TWC0yde+0uHBWBf9krbzKtuT/+hT9KuA==",
"version": "2.3.34",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.34.tgz",
"integrity": "sha512-aUABU9eJpo0yorVrBeHUQxkJP1Aif+HOTdsqjh4o9g7NtPlxjNw3HzgJ+txGlEoDLR9Y/SGq/BI2TXlk7JBMKw==",
"requires": {
"@babel/runtime": "^7.11.2",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"chokidar": "^3.4.2",
"file-type": "^12.4.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.20",
"gatsby-core-utils": "^1.3.23",
"got": "^9.6.0",
"md5-file": "^3.2.3",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
"pretty-bytes": "^5.3.0",
"pretty-bytes": "^5.4.1",
"progress": "^2.0.3",
"read-chunk": "^3.2.0",
"valid-url": "^1.0.9",
"xstate": "^4.11.0"
"xstate": "^4.13.0"
},
"dependencies": {
"@babel/runtime": {
@ -9821,9 +9820,9 @@
}
},
"gatsby-core-utils": {
"version": "1.3.20",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz",
"integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==",
"version": "1.3.23",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz",
"integrity": "sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@ -9851,6 +9850,16 @@
"to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0"
}
},
"md5-file": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz",
"integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw=="
},
"pretty-bytes": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz",
"integrity": "sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA=="
}
}
},

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.12",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.16",