Bump gatsby-source-filesystem from 4.4.0 to 4.5.2 in /packages/website
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.4.0 to 4.5.2. - [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@4.5.2/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
647664db09
commit
d9bf429fce
|
@ -33,7 +33,7 @@
|
|||
"gatsby-remark-prismjs": "6.5.0",
|
||||
"gatsby-remark-responsive-iframe": "5.5.0",
|
||||
"gatsby-remark-smartypants": "5.4.0",
|
||||
"gatsby-source-filesystem": "4.4.0",
|
||||
"gatsby-source-filesystem": "4.5.2",
|
||||
"gatsby-transformer-json": "4.5.0",
|
||||
"gatsby-transformer-remark": "5.4.0",
|
||||
"gatsby-transformer-sharp": "4.5.0",
|
||||
|
|
|
@ -6407,17 +6407,17 @@ gatsby-remark-smartypants@5.4.0:
|
|||
retext-smartypants "^4.0.0"
|
||||
unist-util-visit "^2.0.3"
|
||||
|
||||
gatsby-source-filesystem@4.4.0:
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz#9921ac0600166e4ee0cd561d194c2df89a42e11d"
|
||||
integrity sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w==
|
||||
gatsby-source-filesystem@4.5.2:
|
||||
version "4.5.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.5.2.tgz#e139b3beb4afa14cd9211899ab0542091724cc35"
|
||||
integrity sha512-q3S7ffE3EdxIr3kpqN9UyDOJeHePuc6VLqodibbeEFO/l+DVrmvLSDTQlo2n6MUQtEsQ+UWyitcX2+WydpCGBg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
chokidar "^3.5.2"
|
||||
fastq "^1.13.0"
|
||||
file-type "^16.5.3"
|
||||
fs-extra "^10.0.0"
|
||||
gatsby-core-utils "^3.4.0"
|
||||
gatsby-core-utils "^3.5.2"
|
||||
got "^9.6.0"
|
||||
md5-file "^5.0.0"
|
||||
mime "^2.5.2"
|
||||
|
|
Reference in New Issue