Merge pull request #779 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-4.25.0

Bump gatsby-source-filesystem from 4.24.0 to 4.25.0
This commit is contained in:
Kevin Kandlbinder 2022-12-24 20:29:04 +01:00 committed by GitHub
commit 46e14cec19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-plugin-typescript": "^4.6.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-remark": "^5.25.0",
"gatsby-transformer-sharp": "^4.25.0",

View file

@ -6142,16 +6142,16 @@ gatsby-source-filesystem@^1.5.27:
slash "^1.0.0"
valid-url "^1.0.9"
gatsby-source-filesystem@^4.24.0:
version "4.24.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.24.0.tgz#628d438e8f208af075db680b5bce0ed957fd4ffb"
integrity sha512-oTjjVmAcU83pR9SUW6x6u4PjHAcs1Szg/WfBYGBBxrH7mjm3UA34mb3KtYQSrYsC3maCxfTKn6CJ11F+2/4NRg==
gatsby-source-filesystem@^4.25.0:
version "4.25.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.25.0.tgz#2748b0abd37abea0fbf70f33fb544debee3280ff"
integrity sha512-gja4++bPkYpnum4/TxFicr3zRHBArnM2HjT77EE4EuDhdl6qlJYr/heD09LIPN2jdR5gmPwMDjIZnuYZ/6j/aQ==
dependencies:
"@babel/runtime" "^7.15.4"
chokidar "^3.5.3"
file-type "^16.5.4"
fs-extra "^10.1.0"
gatsby-core-utils "^3.24.0"
gatsby-core-utils "^3.25.0"
md5-file "^5.0.0"
mime "^2.5.2"
pretty-bytes "^5.4.1"