From 01152bdedc11ac92da18ed86d03f047fc9aca851 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:14:01 +0000 Subject: [PATCH] fix(deps): bump gatsby-plugin-lodash from 3.8.0 to 3.9.0 Bumps [gatsby-plugin-lodash](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-lodash) from 3.8.0 to 3.9.0. - [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@3.9.0/packages/gatsby-plugin-lodash) Signed-off-by: dependabot-preview[bot] --- gatsby-theme-atom-service/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gatsby-theme-atom-service/package.json b/gatsby-theme-atom-service/package.json index f2381cfca..37abfe038 100644 --- a/gatsby-theme-atom-service/package.json +++ b/gatsby-theme-atom-service/package.json @@ -57,7 +57,7 @@ "@material-ui/styles": "^4.9.14", "@types/lodash": "^4.14.168", "@types/react-helmet": "^6.1.0", - "gatsby-plugin-lodash": "^3.8.0", + "gatsby-plugin-lodash": "^3.9.0", "gatsby-plugin-material-ui": "^2.1.10", "gatsby-plugin-react-helmet": "^3.8.0", "gatsby-plugin-typescript": "^2.10.0", diff --git a/yarn.lock b/yarn.lock index 89f60c0c3..61b5646cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7228,14 +7228,14 @@ gatsby-page-utils@^0.7.0: lodash "^4.17.20" micromatch "^4.0.2" -gatsby-plugin-lodash@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-lodash/-/gatsby-plugin-lodash-3.8.0.tgz#e02c56f874d7063e4f83570caf44f52d6e1ea449" - integrity sha512-tHLBxRJmNYlbmoTPtCExlQbudhfmme45s+AgZym/Mk+IayxkXiCcTKN44dUKRm2noG3MlqpB1e5HzG9+UgBBpw== +gatsby-plugin-lodash@^3.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-lodash/-/gatsby-plugin-lodash-3.9.0.tgz#28c9ec07c807208833acc5e9d622c989920a0092" + integrity sha512-l5MDjh9wQYssyjdYy/hxBSVcyzHXUSfWFz++2PrI0fkSE/g+cYippX4pHVNLlPFVm1r5hkge0/IO/kADg5gUXw== dependencies: "@babel/runtime" "^7.12.5" babel-plugin-lodash "^3.3.4" - lodash-webpack-plugin "^0.11.5" + lodash-webpack-plugin "^0.11.6" gatsby-plugin-material-ui@^2.1.10: version "2.1.10" @@ -10433,12 +10433,12 @@ lockfile@^1.0.4: dependencies: signal-exit "^3.0.2" -lodash-webpack-plugin@^0.11.5: - version "0.11.5" - resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.5.tgz#c4bd064b4f561c3f823fa5982bdeb12c475390b9" - integrity sha512-QWfEIYxpixOdbd6KBe5g6MDWcyTgP3trDXwKHFqTlXrWiLcs/67fGQ0IWeRyhWlTITQIgMpJAYd2oeIztuV5VA== +lodash-webpack-plugin@^0.11.6: + version "0.11.6" + resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.6.tgz#8204c6b78beb62ce5211217dfe783c21557ecd33" + integrity sha512-nsHN/+IxZK/C425vGC8pAxkKJ8KQH2+NJnhDul14zYNWr6HJcA95w+oRR7Cp0oZpOdMplDZXmjVROp8prPk7ig== dependencies: - lodash "^4.17.4" + lodash "^4.17.20" lodash._baseindexof@*: version "3.1.0"