From d6fda18aa11d9c58ee660c5e54e3fa3513ade878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:40:22 +0000 Subject: [PATCH] chore: bump gatsby-plugin-lodash from 5.25.0 to 6.13.1 Bumps [gatsby-plugin-lodash](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-lodash) from 5.25.0 to 6.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-lodash/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.13.1/packages/gatsby-plugin-lodash) --- updated-dependencies: - dependency-name: gatsby-plugin-lodash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- yarn.lock | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index 5e3610c3ce..b33dd7b7ae 100644 --- a/docs/package.json +++ b/docs/package.json @@ -71,7 +71,7 @@ "gatsby-plugin-google-gtag": "^4.9.0", "gatsby-plugin-image": "^2.24.0", "gatsby-plugin-loadable-components-ssr": "^4.3.2", - "gatsby-plugin-lodash": "^5.12.1", + "gatsby-plugin-lodash": "^6.13.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-mdx": "^3.15.2", "gatsby-plugin-meta-redirect": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index b390422909..5fb1afdcb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3788,6 +3788,17 @@ resolved "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz" integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== +"@sigmacomputing/babel-plugin-lodash@^3.3.5": + version "3.3.5" + resolved "https://registry.yarnpkg.com/@sigmacomputing/babel-plugin-lodash/-/babel-plugin-lodash-3.3.5.tgz#613d98b0cbb51c1836bbc12c8a12d75750ee3510" + integrity sha512-VFhaHjlNzWyBtBm3YdqOwP8GbQHK7sWzXKpSUBTLjl2Zz6/9PwCK4qXZXI5CHpDjmvbouHUDbjrZP2KU5h6VQg== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/types" "^7.0.0" + glob "^7.1.1" + lodash "^4.17.10" + require-package-name "^2.0.1" + "@sigstore/bundle@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-1.1.0.tgz#17f8d813b09348b16eeed66a8cf1c3d6bd3d04f1" @@ -12769,13 +12780,13 @@ gatsby-plugin-loadable-components-ssr@^4.3.2: "@loadable/server" "^5.15.0" "@loadable/webpack-plugin" "^5.15.0" -gatsby-plugin-lodash@^5.12.1: - version "5.25.0" - resolved "https://registry.npmjs.org/gatsby-plugin-lodash/-/gatsby-plugin-lodash-5.25.0.tgz" - integrity sha512-Jo3Lc9Wen6oLiI89nZ7NJevPUEVYMIYQpTjrDgdV49OO8jqvoiQE/97dycC4mri8gZhKXDGeuBdSk+MAufjqPg== +gatsby-plugin-lodash@^6.13.1: + version "6.13.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-lodash/-/gatsby-plugin-lodash-6.13.1.tgz#6892ef69cb1e993f1ff1ae8eae599202be45246d" + integrity sha512-PjvHI+D/HakAbRCC17MnCGt97nEKlEyCueYPKdGGa6OCldvaQLmeqssPiZLF4fQH8THIjmDRTAOjPPJcQoVMYA== dependencies: - "@babel/runtime" "^7.15.4" - babel-plugin-lodash "^3.3.4" + "@babel/runtime" "^7.20.13" + "@sigmacomputing/babel-plugin-lodash" "^3.3.5" lodash-webpack-plugin "^0.11.6" gatsby-plugin-manifest@^4.11.1: