Skip to content

Commit bdbd1cb

Browse files
Bump gatsby-source-filesystem from 5.14.0 to 5.15.0 in /website (#313)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.14.0 to 5.15.0. - [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.15.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 807f0cf commit bdbd1cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-sass": "^6.15.0",
3030
"gatsby-plugin-sharp": "^5.14.0",
3131
"gatsby-plugin-sitemap": "^6.15.0",
32-
"gatsby-source-filesystem": "^5.14.0",
32+
"gatsby-source-filesystem": "^5.15.0",
3333
"gatsby-transformer-remark": "^6.14.0",
3434
"gatsby-transformer-sharp": "^5.14.0",
3535
"react": "^18.2.0",

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5786,16 +5786,16 @@ gatsby-sharp@^1.15.0:
57865786
dependencies:
57875787
sharp "^0.32.6"
57885788

5789-
gatsby-source-filesystem@^5.14.0:
5790-
version "5.14.0"
5791-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz#f2c765f2eead173918b3d1bc92626bc770867972"
5792-
integrity sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==
5789+
gatsby-source-filesystem@^5.15.0:
5790+
version "5.15.0"
5791+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-5.15.0.tgz#4157ae2ae41939f83f4599033ede5160bd58e010"
5792+
integrity sha512-i8pJdgGEVo+M9F1BCChKg3kzxpMTsK/wddtNvUPZj47yJGNJlW3Cax6Qr8mTu8/Rm5kno4+uM8eLKjwdB0ajMQ==
57935793
dependencies:
57945794
"@babel/runtime" "^7.20.13"
5795-
chokidar "^3.5.3"
5795+
chokidar "^3.6.0"
57965796
file-type "^16.5.4"
57975797
fs-extra "^11.2.0"
5798-
gatsby-core-utils "^4.14.0"
5798+
gatsby-core-utils "^4.15.0"
57995799
mime "^3.0.0"
58005800
pretty-bytes "^5.6.0"
58015801
valid-url "^1.0.9"

0 commit comments

Comments
 (0)