diff --git a/package-lock.json b/package-lock.json index af1f293d1..f3cc038de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.1", - "gatsby-plugin-sharp": "^5.12.0", + "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-sitemap": "^6.12.1", "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0", @@ -12780,9 +12780,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "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==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.1.tgz", + "integrity": "sha512-IJFBL+m1H5RMs4rRiGiZa5NreKxRzycUzAVj17upxs3DTUysSlwoIORGEYJfIJP+bM2p7RjMccpEAqcrXQ8K5g==", "dependencies": { "@babel/runtime": "^7.20.13", "async": "^3.2.4", @@ -12791,11 +12791,11 @@ "filenamify": "^4.3.0", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.1", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", - "sharp": "^0.32.1" + "sharp": "^0.32.6" }, "engines": { "node": ">=18.0.0" @@ -36677,9 +36677,9 @@ } }, "gatsby-plugin-sharp": { - "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==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.1.tgz", + "integrity": "sha512-IJFBL+m1H5RMs4rRiGiZa5NreKxRzycUzAVj17upxs3DTUysSlwoIORGEYJfIJP+bM2p7RjMccpEAqcrXQ8K5g==", "requires": { "@babel/runtime": "^7.20.13", "async": "^3.2.4", @@ -36688,11 +36688,11 @@ "filenamify": "^4.3.0", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.1", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", - "sharp": "^0.32.1" + "sharp": "^0.32.6" }, "dependencies": { "async": { diff --git a/package.json b/package.json index a8a3c7d3e..9cbe7b85c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.1", - "gatsby-plugin-sharp": "^5.12.0", + "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-sitemap": "^6.12.1", "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0",