diff --git a/package-lock.json b/package-lock.json index 7ecd3a3f..f8c8a6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8562,27 +8562,47 @@ "integrity": "sha512-UhGcWR87jDj28qryCu2UrxE4R3ILXOlN7cQlfE1VK8+HOdIJAIgBATRJX2u4b/OZZONg8wvCFBYKlMsX9AH0uA==" }, "gatsby-plugin-image": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.0.1.tgz", - "integrity": "sha512-Aa8CV+bt5kboHDWPaZZ9OWDDnlZp7Ut+cx5nMfoXAq5fPgAFtausiLzyBfsYcikjZxgYIc4VBXaUJoi0I7sjTA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.1.0.tgz", + "integrity": "sha512-r/nsdznnFp8Rz/gLuCKnbHl8cPHdQW6mYh3PVGXgdF9cI6CiJd9kYSs6zCFtrsl+FxMcW3VDY7h4F/1OTwh9kQ==", "requires": { "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^3.0.0", + "babel-plugin-remove-graphql-queries": "^3.1.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, "dependencies": { + "babel-plugin-remove-graphql-queries": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz", + "integrity": "sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q==" + }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "gatsby-core-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } } } }, diff --git a/package.json b/package.json index aeb63b12..01a50371 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gatsby": "^3.0.4", "gatsby-plugin-google-analytics": "^3.0.0", "gatsby-plugin-google-fonts-with-attributes": "^1.0.7", - "gatsby-plugin-image": "^1.0.1", + "gatsby-plugin-image": "^1.1.0", "gatsby-plugin-intl": "^0.3.3", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-netlify": "^3.0.1",