1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-26 11:49:04 +01:00

Merge pull request #296 from kremalicious/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.7

Bump gatsby-source-filesystem from 2.3.5 to 2.3.7
This commit is contained in:
Matthias Kretschmann 2020-05-21 09:03:23 +02:00 committed by GitHub
commit 2cdbe3c2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@ -11637,9 +11637,9 @@
}
},
"gatsby-source-filesystem": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.5.tgz",
"integrity": "sha512-sgTDD9fZMTKl0k0taQAlO5PoigiehVDwpUC46ty9hkNeC1v1tcg5JGHlhK6wMGW9NfWR2D8pCCbhb8vqFb9oXw==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.7.tgz",
"integrity": "sha512-mXlSwxLd7yP2SS4V15QZyWA7Nq4aUXKrIRgRs+mUe1YxEDluHBuQTSbmJlchw7Vy75rxfKi2mdjKtpETixXgWg==",
"requires": {
"@babel/runtime": "^7.9.6",
"better-queue": "^3.8.10",
@ -11647,7 +11647,7 @@
"chokidar": "3.4.0",
"file-type": "^12.4.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.0",
"gatsby-core-utils": "^1.3.2",
"got": "^9.6.0",
"md5-file": "^3.2.3",
"mime": "^2.4.5",
@ -11673,6 +11673,19 @@
"universalify": "^0.1.0"
}
},
"gatsby-core-utils": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
},
"got": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",

View File

@ -65,7 +65,7 @@
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-smartypants": "^2.3.1",
"gatsby-remark-vscode": "^2.1.1",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-source-filesystem": "^2.3.7",
"gatsby-source-graphql": "^2.5.1",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2",