update dependency gatsby-source-filesystem to v3.11.0 (#7194)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-04 15:43:08 -04:00
committed by GitHub
parent 6d29ebfd46
commit 293b655589
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@@ -54172,7 +54172,7 @@
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"gatsby-source-filesystem": "3.11.0",
"invariant": "2.2.4",
"ms": "2.1.3"
}
@@ -55531,9 +55531,9 @@
}
},
"packages/gatsby-source-directus/node_modules/gatsby-core-utils": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
"integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.11.0.tgz",
"integrity": "sha512-t5PL1/MvTPSG6IeJn+Yd3Fxp0L3HfLI1vvVsmxXvxEiwDp5MJjjtZbrSnWpST1oylMSKI/UECUEKQUax9UJW+A==",
"dependencies": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@@ -55773,16 +55773,16 @@
"peer": true
},
"packages/gatsby-source-directus/node_modules/gatsby-source-filesystem": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.10.0.tgz",
"integrity": "sha512-u5gNZ/p6ZX0RQ2em2Y6e7VYNolavadHagizSsdbgxXKGMtJJq+q2OElGDfAvmAs6htIZ1jx7sF+dpS5ZHuCixw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.11.0.tgz",
"integrity": "sha512-cKQ4yhzLfw8Gs0B1FtgsLu51iqF+BUu/UewLBtu61I7Qyym797ESqeAvBd0bdHYckXmWl7c3qhBd1531iOXp2w==",
"dependencies": {
"@babel/runtime": "^7.14.6",
"better-queue": "^3.8.10",
"chokidar": "^3.4.3",
"file-type": "^16.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.10.0",
"gatsby-core-utils": "^2.11.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
@@ -60268,7 +60268,7 @@
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"gatsby-source-filesystem": "3.11.0",
"invariant": "2.2.4",
"ms": "2.1.3"
},
@@ -61336,9 +61336,9 @@
}
},
"gatsby-core-utils": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
"integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.11.0.tgz",
"integrity": "sha512-t5PL1/MvTPSG6IeJn+Yd3Fxp0L3HfLI1vvVsmxXvxEiwDp5MJjjtZbrSnWpST1oylMSKI/UECUEKQUax9UJW+A==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@@ -61529,16 +61529,16 @@
}
},
"gatsby-source-filesystem": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.10.0.tgz",
"integrity": "sha512-u5gNZ/p6ZX0RQ2em2Y6e7VYNolavadHagizSsdbgxXKGMtJJq+q2OElGDfAvmAs6htIZ1jx7sF+dpS5ZHuCixw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.11.0.tgz",
"integrity": "sha512-cKQ4yhzLfw8Gs0B1FtgsLu51iqF+BUu/UewLBtu61I7Qyym797ESqeAvBd0bdHYckXmWl7c3qhBd1531iOXp2w==",
"requires": {
"@babel/runtime": "^7.14.6",
"better-queue": "^3.8.10",
"chokidar": "^3.4.3",
"file-type": "^16.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.10.0",
"gatsby-core-utils": "^2.11.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",

View File

@@ -13,7 +13,7 @@
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"gatsby-source-filesystem": "3.11.0",
"invariant": "2.2.4",
"ms": "2.1.3"
},