diff --git a/package.json b/package.json index 02c31762..14e141b5 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 836ccbda..d4409f3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6143,10 +6143,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" @@ -6292,16 +6292,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"