From b6d78476310103c993cb511ca823e5ff739c30a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 04:31:56 +0000 Subject: [PATCH] :arrow_up: Bump gatsby-plugin-image from 1.0.1 to 1.1.0 Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.1.0/packages/gatsby-plugin-image) Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14b3b7f0..e7dba8cc 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 11197f30..2108b305 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",