From 3819f09c146dfd782366998a5dfb4510048b3db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 06:31:08 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 5.14.0 to 5.15.0 in /website Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) 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-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.15.0/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/package.json b/website/package.json index 1a09461a5..cd428c740 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-react-helmet": "^6.15.0", "gatsby-plugin-sass": "^6.15.0", - "gatsby-plugin-sharp": "^5.14.0", + "gatsby-plugin-sharp": "^5.15.0", "gatsby-plugin-sitemap": "^6.15.0", "gatsby-source-filesystem": "^5.15.0", "gatsby-transformer-remark": "^6.14.0", diff --git a/website/yarn.lock b/website/yarn.lock index cbe9794a1..efed49c0f 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5703,10 +5703,10 @@ gatsby-plugin-sass@^6.15.0: resolve-url-loader "^3.1.5" sass-loader "^10.4.1" -gatsby-plugin-sharp@^5.14.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.14.0.tgz#c3c688f9e32b6b325fee2cac9f7b7359f18ff561" - integrity sha512-Kk0hePabeuFI9wJ3a4mhtubpn/7SrALM4YlZJIOvXVYfx2mGv3SIHpAtm0YcLxi+lBKKVUPcA5uh3gNptupDTQ== +gatsby-plugin-sharp@^5.15.0: + version "5.15.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.15.0.tgz#01b137898be8ccf7dfce0663a4a80979bff6454e" + integrity sha512-FxwNZzug1lRimcubCKfqVc86BOwXPtYVA+Qp3XRoxPb38TJBIG+cFDMNhtJfzjUWyaDNb/hIyXf03bQsifhRDw== dependencies: "@babel/runtime" "^7.20.13" async "^3.2.5" @@ -5714,8 +5714,8 @@ gatsby-plugin-sharp@^5.14.0: debug "^4.3.4" filenamify "^4.3.0" fs-extra "^11.2.0" - gatsby-core-utils "^4.14.0" - gatsby-plugin-utils "^4.14.0" + gatsby-core-utils "^4.15.0" + gatsby-plugin-utils "^4.15.0" lodash "^4.17.21" probe-image-size "^7.2.3" semver "^7.5.3"