From a4d07b9bcf1ac78f94d9cc6ff78e1fb22c6aafc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 04:08:35 +0000 Subject: [PATCH] Bump gatsby-transformer-sharp from 4.24.0 to 4.25.0 Bumps [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.25.0/packages/gatsby-transformer-sharp) --- updated-dependencies: - dependency-name: gatsby-transformer-sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 55 ++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 41 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 6cbb067..4784065 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gatsby-source-filesystem": "^4.24.0", "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.24.0", - "gatsby-transformer-sharp": "^4.24.0", + "gatsby-transformer-sharp": "^4.25.0", "lucide-react": "^0.102.0", "prop-types": "^15.7.2", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 0dd68cf..9ab8d5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5920,6 +5920,27 @@ gatsby-core-utils@^3.24.0: tmp "^0.2.1" xdg-basedir "^4.0.0" +gatsby-core-utils@^3.25.0: + version "3.25.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25" + integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q== + dependencies: + "@babel/runtime" "^7.15.4" + ci-info "2.0.0" + configstore "^5.0.1" + fastq "^1.13.0" + file-type "^16.5.3" + fs-extra "^10.1.0" + got "^11.8.5" + import-from "^4.0.0" + lmdb "2.5.3" + lock "^1.1.0" + node-object-hash "^2.3.10" + proper-lockfile "^4.1.2" + resolve-from "^5.0.0" + tmp "^0.2.1" + xdg-basedir "^4.0.0" + gatsby-graphiql-explorer@^2.24.0: version "2.24.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.24.0.tgz#044f24ad9149dffefb783bb2b6d27d49fb968113" @@ -6090,23 +6111,20 @@ gatsby-plugin-typescript@^4.24.0, gatsby-plugin-typescript@^4.6.0: "@babel/runtime" "^7.15.4" babel-plugin-remove-graphql-queries "^4.24.0" -gatsby-plugin-utils@^3.18.0: - version "3.18.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.18.0.tgz#898e9416e3d4fa25195e9ca50d17a5435dfe91a3" - integrity sha512-3c2iHYV93+zV8AfUhpWSuU0Bd5sgNDaUMkBYNuJAWrUqUfJY4i+QAD/H4Hvie8dhdGrX6QRWEyKo1k5gV+jERQ== +gatsby-plugin-utils@^3.18.0, gatsby-plugin-utils@^3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.19.0.tgz#f464b02cc51dcdc0c0e094b7352ee4bf660126ea" + integrity sha512-EZtvgHSU5NPbEn6a4cfSpEGCQ09SfwbhoybHTJKj1clop86HSwOCV2iH8RbCc+X6jbdgHaSZsfsl7zG1h7DBUw== dependencies: "@babel/runtime" "^7.15.4" - "@gatsbyjs/potrace" "^2.3.0" fastq "^1.13.0" fs-extra "^10.1.0" - gatsby-core-utils "^3.24.0" - gatsby-sharp "^0.18.0" + gatsby-core-utils "^3.25.0" + gatsby-sharp "^0.19.0" graphql-compose "^9.0.7" import-from "^4.0.0" joi "^17.4.2" mime "^3.0.0" - mini-svg-data-uri "^1.4.4" - svgo "^2.8.0" gatsby-react-router-scroll@^5.24.0: version "5.24.0" @@ -6129,6 +6147,14 @@ gatsby-sharp@^0.18.0: "@types/sharp" "^0.30.5" sharp "^0.30.7" +gatsby-sharp@^0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.19.0.tgz#c2c35d885103ebf9d2733737db798312897a716c" + integrity sha512-EbI3RNBu2+aaxuMUP/INmoj8vcNAG6BgpFvi1tLeU7/gVTNVQ+7pC/ZYtlVCzSw+faaw7r1ZBMi6F66mNIIz5A== + dependencies: + "@types/sharp" "^0.30.5" + sharp "^0.30.7" + gatsby-source-filesystem@^1.5.27: version "1.5.39" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.39.tgz#c7e49b7809632b53c827e66ff3ee0ba74ef62dd8" @@ -6219,17 +6245,16 @@ gatsby-transformer-remark@^5.24.0: unist-util-select "^3.0.4" unist-util-visit "^2.0.3" -gatsby-transformer-sharp@^4.24.0: - version "4.24.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.24.0.tgz#0e7d61fa4834971e01a44e0eb0a942e5ef38513f" - integrity sha512-60Ro4OZbx9ZdfPUZEBEhJnureqQUEaNizDs4CK5QWlUkAU6RvVYwsuT3uWeEMrXgugaLLyGpQStJ881N7Eeodg== +gatsby-transformer-sharp@^4.25.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.25.0.tgz#978e15c20111f4616dec599809daa1678de79881" + integrity sha512-7aqecTvOUFiNB96ij77UnAGJs7Un0TlkpamG//dSl6Nru9EylGz/NW/Eg0vioQyHLCYdMvd5xO8V3BOHJADsnw== dependencies: "@babel/runtime" "^7.15.4" - "@gatsbyjs/potrace" "^2.3.0" bluebird "^3.7.2" common-tags "^1.8.2" fs-extra "^10.1.0" - gatsby-plugin-utils "^3.18.0" + gatsby-plugin-utils "^3.19.0" probe-image-size "^7.2.3" semver "^7.3.7" sharp "^0.30.7"