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",