From dfe5ea02fa813b51e1e57df9ff4f44a4eca1b290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:48:59 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-sharp from 5.12.1 to 5.12.2 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.12.1 to 5.12.2. - [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.2/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59149d1..e659122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-manifest": "^5.12.1", "gatsby-plugin-prefetch-google-fonts": "1.4.3", - "gatsby-plugin-sharp": "^5.12.1", + "gatsby-plugin-sharp": "^5.12.2", "gatsby-plugin-styled-components": "^6.12.0", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-sharp": "^5.12.1", @@ -10130,9 +10130,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.1.tgz", - "integrity": "sha512-IJFBL+m1H5RMs4rRiGiZa5NreKxRzycUzAVj17upxs3DTUysSlwoIORGEYJfIJP+bM2p7RjMccpEAqcrXQ8K5g==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.2.tgz", + "integrity": "sha512-NjlqPxnuAhgy/WBPmMUqbTJ9ehh/qiNWUrJAOv2wDJaTcSEpZPqL3lI84yj2qRHF64iIoEWYSx31B4Sd0Mpw5Q==", "dependencies": { "@babel/runtime": "^7.20.13", "async": "^3.2.4", @@ -10141,7 +10141,7 @@ "filenamify": "^4.3.0", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.1", + "gatsby-plugin-utils": "^4.12.2", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", @@ -10214,9 +10214,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.1.tgz", - "integrity": "sha512-WL8x0E4CkmP1m61aaIa23lhoOOpxH7PIlZCzly2ehcsZmyL/7dxfpm09B/IAkLYbSMzi6Uln1vmQAN7qvBan4A==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.2.tgz", + "integrity": "sha512-N5d+fxPd7cZ9KeTl0bHF1JM4MDB2hazXbcOI2gxS9rIL0vgbyBT/ffJ9uczNwJwQuGQPOWdXO6eCspjT4zKcqw==", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", diff --git a/package.json b/package.json index f244bf9..d4f1468 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-manifest": "^5.12.1", "gatsby-plugin-prefetch-google-fonts": "1.4.3", - "gatsby-plugin-sharp": "^5.12.1", + "gatsby-plugin-sharp": "^5.12.2", "gatsby-plugin-styled-components": "^6.12.0", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-sharp": "^5.12.1",