chore(deps): bump gatsby-source-filesystem to 2.3.8

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:40:32 -04:00
parent 5e7904bdb5
commit e37c740f15
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -10161,9 +10161,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.8",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.8.tgz",
"integrity": "sha512-b+K1WU8x7Ekxf1f7FrSAtjOkHhWTlrDJhubkA38SUgSbmKDotTOoU+bLi7PlnA3GgUnZ9kGSvzXNImRc6fFPCg==",
"requires": {
"@babel/runtime": "^7.9.6",
"better-queue": "^3.8.10",
@@ -10171,7 +10171,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.3",
"got": "^9.6.0",
"md5-file": "^3.2.3",
"mime": "^2.4.5",
@@ -10188,9 +10188,9 @@
"integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg=="
},
"gatsby-core-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz",
"integrity": "sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
+1 -1
View File
@@ -43,7 +43,7 @@
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-styled-components": "^3.3.2",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2",
"github-slugger": "^1.3.0",