diff --git a/package-lock.json b/package-lock.json index 59921c3daf79..b1655b7d59a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11538,9 +11538,9 @@ } }, "gatsby-plugin-sharp": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.0.tgz", - "integrity": "sha512-8XiSKibQyp6pOFHEkEdRCpoDA3Ywcq5PKftNMExZ51MormT0+WqRC7ynuU+0fzktDTbbSyREvblKa+21Id+rRA==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.1.tgz", + "integrity": "sha512-cGRb8lmwJkzwT1Qze0R+VL+55BIb9weM17m+dUf6gs5Z++lQltqge+L8a1qWWsGL6KfLQN7+bIqjhmTTscIPMQ==", "requires": { "@babel/runtime": "^7.15.4", "async": "^3.2.4", diff --git a/package.json b/package.json index 87b38927690c..135503e20b7b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-image": "^2.22.0", "gatsby-plugin-manifest": "^4.22.0", "gatsby-plugin-remote-images": "^3.6.0-alpha.1", - "gatsby-plugin-sharp": "^4.25.0", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-styled-components": "^5.25.0", "gatsby-remark-copy-linked-files": "^5.25.0", "gatsby-remark-images": "^6.22.0",