Skip to content

Commit

Permalink
Bump gatsby-source-filesystem from 5.12.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 5.12.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/gatsby-source-filesystem@5.12.1/packages/gatsby-source-filesystem)

---
updated-dependencies:
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 3eb8356 commit a296671
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gatsby-remark-copy-linked-files": "6.12.0",
"gatsby-remark-heading-slug": "0.2.0",
"gatsby-remark-prismjs": "7.12.0",
"gatsby-source-filesystem": "5.12.0",
"gatsby-source-filesystem": "5.12.1",
"gatsby-transformer-remark": "6.12.2",
"postcss": "8.4.31",
"prettier": "3.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5370,10 +5370,10 @@ gatsby-cli@^5.12.3:
yoga-layout-prebuilt "^1.10.0"
yurnalist "^2.1.0"

gatsby-core-utils@^4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz#1ee4ced94cf2c7b2139d8d3ea6321391ce3ffdea"
integrity sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==
gatsby-core-utils@^4.12.0, gatsby-core-utils@^4.12.1:
version "4.12.1"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.12.1.tgz#8bfa0d65033cfa4c47dd199482589e458bf4fc9d"
integrity sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==
dependencies:
"@babel/runtime" "^7.20.13"
ci-info "2.0.0"
Expand Down Expand Up @@ -5622,16 +5622,16 @@ gatsby-sharp@^1.12.1:
dependencies:
sharp "^0.32.6"

gatsby-source-filesystem@5.12.0:
version "5.12.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz#5f970fccc3102a4c62d99575c55a2a167912bb02"
integrity sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==
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.20.13"
chokidar "^3.5.3"
file-type "^16.5.4"
fs-extra "^11.1.1"
gatsby-core-utils "^4.12.0"
gatsby-core-utils "^4.12.1"
mime "^3.0.0"
pretty-bytes "^5.6.0"
valid-url "^1.0.9"
Expand Down

0 comments on commit a296671

Please sign in to comment.