Merge pull request #1864 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-source-filesystem-4.9.1
build(deps): bump gatsby-source-filesystem from 4.9.0 to 4.9.1 in /packages/website
This commit is contained in:
commit
284e3e7e5a
|
@ -23,7 +23,7 @@
|
||||||
"gatsby-plugin-sharp": "4.9.0",
|
"gatsby-plugin-sharp": "4.9.0",
|
||||||
"gatsby-plugin-sitemap": "5.9.0",
|
"gatsby-plugin-sitemap": "5.9.0",
|
||||||
"gatsby-plugin-svgr": "3.0.0-beta.0",
|
"gatsby-plugin-svgr": "3.0.0-beta.0",
|
||||||
"gatsby-source-filesystem": "4.9.0",
|
"gatsby-source-filesystem": "4.9.1",
|
||||||
"gatsby-transformer-sharp": "4.9.0",
|
"gatsby-transformer-sharp": "4.9.0",
|
||||||
"gatsby-transformer-yaml": "4.9.0",
|
"gatsby-transformer-yaml": "4.9.0",
|
||||||
"gbimage-bridge": "0.2.1",
|
"gbimage-bridge": "0.2.1",
|
||||||
|
|
|
@ -6427,16 +6427,16 @@ gatsby-sharp@^0.3.0:
|
||||||
"@types/sharp" "^0.29.5"
|
"@types/sharp" "^0.29.5"
|
||||||
sharp "^0.30.1"
|
sharp "^0.30.1"
|
||||||
|
|
||||||
gatsby-source-filesystem@4.9.0:
|
gatsby-source-filesystem@4.9.1:
|
||||||
version "4.9.0"
|
version "4.9.1"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.0.tgz#8cf6f3f67cc97f8a75e284814f444a0eea3263e6"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz#e619d8a482b0477c28225ffce9c28cbb0606ce67"
|
||||||
integrity sha512-woSxEgYeZSVZSpxm+FwB+RjRIyhcix1AR9766W4yk5RwYH2wciF2OfxRC73WW/o/v1ztzeW6RoqIIY+GBXaA1A==
|
integrity sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@babel/runtime" "^7.15.4"
|
||||||
chokidar "^3.5.2"
|
chokidar "^3.5.2"
|
||||||
file-type "^16.5.3"
|
file-type "^16.5.3"
|
||||||
fs-extra "^10.0.0"
|
fs-extra "^10.0.0"
|
||||||
gatsby-core-utils "^3.9.0"
|
gatsby-core-utils "^3.9.1"
|
||||||
got "^9.6.0"
|
got "^9.6.0"
|
||||||
md5-file "^5.0.0"
|
md5-file "^5.0.0"
|
||||||
mime "^2.5.2"
|
mime "^2.5.2"
|
||||||
|
|
Reference in New Issue