Bump gatsby-source-filesystem from 2.3.18 to 2.3.24

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-08 12:01:24 +00:00 committed by GitHub
parent 2aed7e24f3
commit a52f0a3342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -8842,9 +8842,9 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "2.3.18", "version": "2.3.24",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.18.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz",
"integrity": "sha512-HcPhm8yIYrpSVCVOiCzE8dGOKfv78Dvw8p86COE/EbvqRyXQ7x2N+v5dZSluSejtoXck0vISa2kJCGPTGzcsbw==", "integrity": "sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"better-queue": "^3.8.10", "better-queue": "^3.8.10",
@ -8852,7 +8852,7 @@
"chokidar": "3.4.0", "chokidar": "3.4.0",
"file-type": "^12.4.2", "file-type": "^12.4.2",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.11", "gatsby-core-utils": "^1.3.15",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^3.2.3", "md5-file": "^3.2.3",
"mime": "^2.4.6", "mime": "^2.4.6",
@ -8869,9 +8869,9 @@
"integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg=="
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.3.11", "version": "1.3.15",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.11.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz",
"integrity": "sha512-eaplfOveXLl1RCWja7QIke560jUKLprvCXZ446YgQ8vAYB0fXVz3u6AOf7XUmEV9F9PIkNjmfevd1oUPy9qISw==", "integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sharp": "^2.6.14", "gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-sitemap": "^2.4.7", "gatsby-plugin-sitemap": "^2.4.7",
"gatsby-plugin-styled-components": "^3.3.6", "gatsby-plugin-styled-components": "^3.3.6",
"gatsby-source-filesystem": "^2.3.18", "gatsby-source-filesystem": "^2.3.24",
"gatsby-source-youtube-v2": "^1.0.1", "gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.20", "gatsby-transformer-remark": "^2.8.20",
"gatsby-transformer-sharp": "^2.5.7", "gatsby-transformer-sharp": "^2.5.7",