From 5e40a6e6941311282e94416d58f582787f47c970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:20:57 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-image from 3.13.1 to 3.14.0 Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.13.1 to 3.14.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.14.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] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04756c2..3df85cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "bootstrap": "5.3.3", "gatsby": "5.14.1", - "gatsby-plugin-image": "3.13.1", + "gatsby-plugin-image": "3.14.0", "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-react-helmet": "6.13.1", @@ -9985,22 +9985,23 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.13.1.tgz", - "integrity": "sha512-v5jGXxjr//iLk7LzpW6RW/9H4KNVezxee2Sgy9mxvdvekTuFQLYoQmtk2jOZINMZMP3Vm+Rl3MqWWVMfhHuWFw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.14.0.tgz", + "integrity": "sha512-sEHZUSb67yRu8YJSV/Otb3QboYma8YuePu88c2wyWFq4kK4Hgf1YsbQEWqj5ywg+ikRULbkR6TAtTpJ3waQGRg==", + "license": "MIT", "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.13.1", + "babel-plugin-remove-graphql-queries": "^5.14.0", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", - "gatsby-plugin-utils": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.14.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, diff --git a/package.json b/package.json index efb74d5..26d6fcf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "bootstrap": "5.3.3", "gatsby": "5.14.1", - "gatsby-plugin-image": "3.13.1", + "gatsby-plugin-image": "3.14.0", "gatsby-plugin-manifest": "5.13.1", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-react-helmet": "6.13.1",