From 619c9e7d224373539cfb4c7e1279b772afd0688e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:59:42 +0000 Subject: [PATCH] chore(deps): bump gatsby-sharp from 1.12.0 to 1.12.1 Bumps [gatsby-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-sharp) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.12.1/packages/gatsby-sharp) --- updated-dependencies: - dependency-name: gatsby-sharp dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b6eaba868..3252a8edbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14844,10 +14844,11 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.12.0", - "license": "MIT", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.12.1.tgz", + "integrity": "sha512-e7lqA74UZau7MOktc9V+sNh86a8oNZPFIsY5Atk+C0sGlzHx0IcivsJjwLHJ6OF11SIC38a9z2wE8Nl6YiG/Ig==", "dependencies": { - "sharp": "^0.32.1" + "sharp": "^0.32.6" }, "engines": { "node": ">=18.0.0"