diff --git a/package-lock.json b/package-lock.json index 632edad..7f45a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "gatsby-starter-hello-world", - "version": "0.1.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-starter-hello-world", - "version": "0.1.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "bootstrap": "^4.5.0", "gatsby": "^2.23.7", - "gatsby-image": "^2.4.7", + "gatsby-image": "^3.8.0", "gatsby-plugin-manifest": "^2.4.12", "gatsby-plugin-offline": "^3.2.11", "gatsby-plugin-react-helmet": "^3.3.4", @@ -10316,17 +10316,16 @@ } }, "node_modules/gatsby-image": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.11.0.tgz", - "integrity": "sha512-H1va64RgXizYXONhoqB3rAdSqALZi0hkBYqEsc0peVEYzb2maRhEwOchg65hKvp3HT/ahnfrik59epRguYvi/g==", - "deprecated": "This package has been deprecated in favor of gatsby-plugin-image. The migration guide can be found here: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/.", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.8.0.tgz", + "integrity": "sha512-/3baJbPMjOpqCPziyzs9ZI6iW0w01MXWs6mp5mAUk1um2nsSbqO+8U+6eKkPKUJbV/4k5SIOare9GlVRcGgjzA==", "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" }, "engines": { - "node": ">=10.13.0" + "node": ">=12.13.0" } }, "node_modules/gatsby-legacy-polyfills": { @@ -35013,11 +35012,11 @@ } }, "gatsby-image": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.11.0.tgz", - "integrity": "sha512-H1va64RgXizYXONhoqB3rAdSqALZi0hkBYqEsc0peVEYzb2maRhEwOchg65hKvp3HT/ahnfrik59epRguYvi/g==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.8.0.tgz", + "integrity": "sha512-/3baJbPMjOpqCPziyzs9ZI6iW0w01MXWs6mp5mAUk1um2nsSbqO+8U+6eKkPKUJbV/4k5SIOare9GlVRcGgjzA==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" } diff --git a/package.json b/package.json index 8d67f7b..e2ffeac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "bootstrap": "^4.5.0", "gatsby": "^2.23.7", - "gatsby-image": "^2.4.7", + "gatsby-image": "^3.8.0", "gatsby-plugin-manifest": "^2.4.12", "gatsby-plugin-offline": "^3.2.11", "gatsby-plugin-react-helmet": "^3.3.4",