From cd17fbab5307c9b1195dc61880427ba02093e846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:42:17 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 5.10.0 to 5.12.0 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.10.0 to 5.12.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.12.0/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa78efebb..37312527a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-root-import": "^2.0.9", "gatsby-plugin-sass": "^6.9.0", - "gatsby-plugin-sharp": "^5.10.0", + "gatsby-plugin-sharp": "^5.12.0", "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.12.0", "gatsby-transformer-sharp": "^5.9.0", @@ -12442,9 +12442,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.10.0.tgz", - "integrity": "sha512-hG95JQrpByH8w7Ey25zlFsvgyi99NFmk1+0hmKjMkfh43BxNsTuvhcB2kcbcO2FaZdO9OK89pilRGbLaeA0gew==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.0.tgz", + "integrity": "sha512-of9E26/eLenTgNUjzFYJGbwIIGoXRCOCA1Dsz7dKvcx11b0pNf27C65AiEWPudWXHl+OUjFX/bNNBBooqN+nlg==", "dependencies": { "@babel/runtime": "^7.20.13", "async": "^3.2.4", @@ -12452,11 +12452,11 @@ "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.10.0", - "gatsby-plugin-utils": "^4.10.0", + "gatsby-core-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", - "semver": "^7.5.0", + "semver": "^7.5.3", "sharp": "^0.32.1" }, "engines": { diff --git a/package.json b/package.json index 8b033a733..5ff21feef 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-root-import": "^2.0.9", "gatsby-plugin-sass": "^6.9.0", - "gatsby-plugin-sharp": "^5.10.0", + "gatsby-plugin-sharp": "^5.12.0", "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.12.0", "gatsby-transformer-sharp": "^5.9.0",