From 7825070c1781965cc19d8d5518dc95f8a67e1a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:20:22 -0400 Subject: build(deps): bump gatsby-plugin-image from 3.11.0 to 3.12.0 (#256) Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.11.0 to 3.12.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.12.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 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 10195f9..a90fdd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-plugin-styled-components": "^2.1.4", "gatsby": "5.12.1", "gatsby-plugin-html-attributes": "^1.0.5", - "gatsby-plugin-image": "3.11.0", + "gatsby-plugin-image": "3.12.0", "gatsby-plugin-manifest": "5.12.0", "gatsby-plugin-offline": "^6.12.0", "gatsby-plugin-sharp": "5.11.0", @@ -9695,22 +9695,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.11.0.tgz", - "integrity": "sha512-hQ3MjE9v5Y84f/45wXB7D5NthO/3lgwnHzy1mFAz0Md3e1CxgV1lvKjVwY5MvI40l7Tlk4Bkx39p6Qt/0GAcEg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.0.tgz", + "integrity": "sha512-zvkEotc3EgWfxdUuIeu81fN/dTY8GRVxGYwRKI7kkHpKAFUz2CIIQjxg16LSRxv0lGfRUxfPqxuMqBuk99GWOQ==", "dependencies": { "@babel/code-frame": "^7.18.6", "@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.11.0", + "babel-plugin-remove-graphql-queries": "^5.12.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.11.0", - "gatsby-plugin-utils": "^4.11.0", + "gatsby-core-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, @@ -24932,22 +24932,22 @@ } }, "gatsby-plugin-image": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.11.0.tgz", - "integrity": "sha512-hQ3MjE9v5Y84f/45wXB7D5NthO/3lgwnHzy1mFAz0Md3e1CxgV1lvKjVwY5MvI40l7Tlk4Bkx39p6Qt/0GAcEg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.0.tgz", + "integrity": "sha512-zvkEotc3EgWfxdUuIeu81fN/dTY8GRVxGYwRKI7kkHpKAFUz2CIIQjxg16LSRxv0lGfRUxfPqxuMqBuk99GWOQ==", "requires": { "@babel/code-frame": "^7.18.6", "@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.11.0", + "babel-plugin-remove-graphql-queries": "^5.12.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.11.0", - "gatsby-plugin-utils": "^4.11.0", + "gatsby-core-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" } -- cgit