diff --git a/package-lock.json b/package-lock.json index 1e17ab7d..ad4db96f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12116,9 +12116,9 @@ } }, "gatsby-image": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.7.0.tgz", - "integrity": "sha512-Ae5teH/iPF9n7NKQP62r5kDz6Rhv4YXpEsUdptRsRH6ioeykGtO1NcYjcsHWo24KrM3fd06LKU9LiGJ5pLrQgg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.9.0.tgz", + "integrity": "sha512-PZu8PhjQwL6anlCYlm8bVVCypMYqoMT6knHZS8UVotSy1+DbKorDVOtFFEq936oelEjuV+bBx9KuLOh7MpH8Qw==", "requires": { "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", diff --git a/package.json b/package.json index a3091f2e..9e44e496 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "axios": "^0.21.0", "classnames": "^2.2.6", "gatsby": "^2.28.0", - "gatsby-image": "^2.7.0", + "gatsby-image": "^2.9.0", "gatsby-plugin-catch-links": "^2.6.0", "gatsby-plugin-google-analytics": "^2.9.0", "gatsby-plugin-manifest": "^2.10.0",