Skip to content

Commit

Permalink
build(deps): bump gatsby-source-filesystem from 4.25.0 to 5.12.1
Browse files Browse the repository at this point in the history
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.25.0 to 5.12.1.
- [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/[email protected]/packages/gatsby-source-filesystem)

---
updated-dependencies:
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent d251272 commit 8950750
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gatsby-plugin-sass": "^5.19.0",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby-plugin-typescript": "^4.19.0",
"gatsby-source-filesystem": "^4.21.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^4.19.0",
"i18next": "^21.8.14",
"react": "^18.2.0",
Expand Down
28 changes: 16 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7372,21 +7372,20 @@ gatsby-sharp@^0.19.0:
"@types/sharp" "^0.30.5"
sharp "^0.30.7"

gatsby-source-filesystem@^4.21.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==
gatsby-source-filesystem@^5.12.1:
version "5.12.1"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz#200b141620e632bcefd23bd0fc468b070cfd89aa"
integrity sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==
dependencies:
"@babel/runtime" "^7.15.4"
"@babel/runtime" "^7.20.13"
chokidar "^3.5.3"
file-type "^16.5.4"
fs-extra "^10.1.0"
gatsby-core-utils "^3.25.0"
md5-file "^5.0.0"
mime "^2.5.2"
pretty-bytes "^5.4.1"
fs-extra "^11.1.1"
gatsby-core-utils "^4.12.1"
mime "^3.0.0"
pretty-bytes "^5.6.0"
valid-url "^1.0.9"
xstate "4.32.1"
xstate "^4.38.0"

gatsby-telemetry@^3.25.0:
version "3.25.0"
Expand Down Expand Up @@ -11341,7 +11340,7 @@ prettier@^3.0.3:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

pretty-bytes@^5.1.0, pretty-bytes@^5.4.1:
pretty-bytes@^5.1.0, pretty-bytes@^5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
Expand Down Expand Up @@ -14179,6 +14178,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.32.1.tgz#1a09c808a66072938861a3b4acc5b38460244b70"
integrity sha512-QYUd+3GkXZ8i6qdixnOn28bL3EvA++LONYL/EMWwKlFSh/hiLndJ8YTnz77FDs+JUXcwU7NZJg7qoezoRHc4GQ==

xstate@^4.38.0:
version "4.38.3"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==

xtend@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
Expand Down

0 comments on commit 8950750

Please sign in to comment.