diff --git a/package-lock.json b/package-lock.json index eefc72a75..53639f760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-mdx": "5.13.1", "gatsby-plugin-offline": "6.13.3", - "gatsby-plugin-sharp": "5.13.1", + "gatsby-plugin-sharp": "5.14.0", "gatsby-plugin-typography": "5.13.1", "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.2", @@ -11584,18 +11584,18 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.13.1.tgz", - "integrity": "sha512-PA1LxLjZ7nKjgGykfbIxNQqrfqqfNsMN6+7wZNy5HK4Vhqjw1zDyImJEBEn6v08L2T3tlLMgR0or/OE7yo7F9A==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.14.0.tgz", + "integrity": "sha512-Kk0hePabeuFI9wJ3a4mhtubpn/7SrALM4YlZJIOvXVYfx2mGv3SIHpAtm0YcLxi+lBKKVUPcA5uh3gNptupDTQ==", "dependencies": { "@babel/runtime": "^7.20.13", - "async": "^3.2.4", + "async": "^3.2.5", "bluebird": "^3.7.2", "debug": "^4.3.4", "filenamify": "^4.3.0", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", - "gatsby-plugin-utils": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.14.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", diff --git a/package.json b/package.json index 4a00386b4..fa68f4b9e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-mdx": "5.13.1", "gatsby-plugin-offline": "6.13.3", - "gatsby-plugin-sharp": "5.13.1", + "gatsby-plugin-sharp": "5.14.0", "gatsby-plugin-typography": "5.13.1", "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.2",