From 0bc2af54bd9697f784a8917e8ee515233af45fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 12:43:38 -0500 Subject: Bump gatsby-plugin-image from 3.5.0 to 3.6.0 (#96) Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.5.0 to 3.6.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@3.6.0/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 3550cdc..5b38728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-plugin-styled-components": "^2.0.7", "gatsby": "5.6.0", "gatsby-plugin-html-attributes": "^1.0.5", - "gatsby-plugin-image": "3.5.0", + "gatsby-plugin-image": "3.6.0", "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.6.0", "gatsby-plugin-sharp": "5.5.0", @@ -9125,22 +9125,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.5.0.tgz", - "integrity": "sha512-zIOXPrWgcBFSQIyVIZjRpdpuA3dd02+qs43ysRYDVp2iYYZySHEpvw9ObhHuRnQ/blQ8C3PmQwdOs1j2s6wL1A==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.6.0.tgz", + "integrity": "sha512-iKun41cRCn3ymRhUwZvnwoPOkTJGnXyRxQgwM2FN2BK4VrDA23IDhJ9cO089JJAAnGtZI8k1cbKpjs70igpOUQ==", "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/runtime": "^7.20.7", - "@babel/traverse": "^7.20.10", + "@babel/parser": "^7.20.13", + "@babel/runtime": "^7.20.13", + "@babel/traverse": "^7.20.13", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^5.5.0", + "babel-plugin-remove-graphql-queries": "^5.6.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.5.0", - "gatsby-plugin-utils": "^4.5.0", + "gatsby-core-utils": "^4.6.0", + "gatsby-plugin-utils": "^4.6.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, @@ -23637,22 +23637,22 @@ } }, "gatsby-plugin-image": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.5.0.tgz", - "integrity": "sha512-zIOXPrWgcBFSQIyVIZjRpdpuA3dd02+qs43ysRYDVp2iYYZySHEpvw9ObhHuRnQ/blQ8C3PmQwdOs1j2s6wL1A==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.6.0.tgz", + "integrity": "sha512-iKun41cRCn3ymRhUwZvnwoPOkTJGnXyRxQgwM2FN2BK4VrDA23IDhJ9cO089JJAAnGtZI8k1cbKpjs70igpOUQ==", "requires": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/runtime": "^7.20.7", - "@babel/traverse": "^7.20.10", + "@babel/parser": "^7.20.13", + "@babel/runtime": "^7.20.13", + "@babel/traverse": "^7.20.13", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^5.5.0", + "babel-plugin-remove-graphql-queries": "^5.6.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.5.0", - "gatsby-plugin-utils": "^4.5.0", + "gatsby-core-utils": "^4.6.0", + "gatsby-plugin-utils": "^4.6.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" } -- cgit