From 3b3f2a8ead3613d15db2b613add75df6f64eea7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:42:50 +0000 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem from 5.12.0 to 5.12.1 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9661b4f6..019b5535 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "classnames": "^2.3.2", "gatsby": "^5.12.8", "gatsby-plugin-typography": "^5.12.0", - "gatsby-source-filesystem": "^5.12.0", + "gatsby-source-filesystem": "^5.12.1", "gatsby-transformer-json": "^5.12.0", "numeral": "^2.0.6", "prop-types": "^15.8.1", diff --git a/yarn.lock b/yarn.lock index 6f203b43..9b92a83b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6085,7 +6085,7 @@ functions-have-names@^1.2.2, functions-have-names@^1.2.3: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -gatsby-cli@^5.12.2, gatsby-cli@^5.12.3: +gatsby-cli@^5.12.3: version "5.12.3" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-5.12.3.tgz#7b575b6d03e9464a202e62d134bafa0ad85bcaf0" integrity sha512-pYrL5Qvjq21wa3gHkcVD8/j9aZ4EzZGe4qVM3qbHl3tAc4DJw+g10qstasvyaum3Fm5sj+uc0DneNlERU+Hucg== @@ -6132,10 +6132,10 @@ gatsby-cli@^5.12.2, 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" @@ -6281,16 +6281,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"