Skip to content

build(deps): bump lodash from 4.17.20 to 4.17.21#4737

Merged
chrisbobbe merged 1 commit intomasterfrom
dependabot/npm_and_yarn/lodash-4.17.21
Jun 4, 2021
Merged

build(deps): bump lodash from 4.17.20 to 4.17.21#4737
chrisbobbe merged 1 commit intomasterfrom
dependabot/npm_and_yarn/lodash-4.17.21

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2021

Bumps lodash from 4.17.20 to 4.17.21.

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 8, 2021
@chrisbobbe
Copy link
Copy Markdown
Contributor

$ yarn why lodash
yarn why v1.22.10
[1/4] 🤔  Why do we have the module "lodash"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "lodash@4.17.20"
info Reasons this module exists
   - "inquirer" depends on it
   - Hoisted from "inquirer#lodash"
   - Hoisted from "react-native-vector-icons#lodash"
   - Hoisted from "eslint-plugin-flowtype#lodash"
   - Hoisted from "@zulip#shared#lodash"
   - Hoisted from "@babel#core#lodash"
   - Hoisted from "eslint#lodash"
   - Hoisted from "jest-expo#lodash"
   - Hoisted from "prettier-eslint-cli#eslint#lodash"
   - Hoisted from "flow-typed#table#lodash"
   - Hoisted from "react-native#@react-native-community#cli-platform-android#lodash"
   - Hoisted from "react-native#@react-native-community#cli-platform-ios#lodash"
   - Hoisted from "react-native#@react-native-community#cli#lodash"
   - Hoisted from "@sentry#react-native#@sentry#wizard#lodash"
   - Hoisted from "flow-typed#flowgen#lodash"
   - Hoisted from "prettier-eslint#vue-eslint-parser#lodash"
   - Hoisted from "@babel#core#@babel#helper-module-transforms#lodash"
   - Hoisted from "metro-source-map#@babel#traverse#lodash"
   - Hoisted from "jest-snapshot#@babel#types#lodash"
   - Hoisted from "eslint#@eslint#eslintrc#lodash"
   - Hoisted from "react-native-unimodules#@unimodules#react-native-adapter#lodash"
   - Hoisted from "jest-expo#@expo#config#@babel#core#lodash"
   - Hoisted from "jest-expo#@expo#config#@expo#configure-splash-screen#lodash"
   - Hoisted from "jest-expo#@expo#config#@expo#json-file#lodash"
   - Hoisted from "react-native#@react-native-community#cli-platform-android#@react-native-community#cli-tools#lodash"
   - Hoisted from "prettier-eslint#@typescript-eslint#parser#@typescript-eslint#typescript-estree#lodash"
   - Hoisted from "eslint-plugin-jest#@typescript-eslint#experimental-utils#@typescript-eslint#typescript-estree#lodash"
   - Hoisted from "metro-react-native-babel-preset#@babel#plugin-transform-classes#@babel#helper-define-map#lodash"
   - Hoisted from "metro-react-native-babel-preset#@babel#plugin-transform-sticky-regex#@babel#helper-regex#lodash"
   - Hoisted from "react-native#metro-babel-register#@babel#register#lodash"
   - Hoisted from "prettier-eslint-cli#prettier-eslint#vue-eslint-parser#lodash"
   - Hoisted from "react-native#@react-native-community#cli#inquirer#lodash"
   - Hoisted from "react-native#@react-native-community#cli#metro#async#lodash"
   - Hoisted from "jest-environment-jsdom#jsdom#request-promise-native#request-promise-core#lodash"
info Disk size without dependencies: "4.86MB"
info Disk size with unique dependencies: "4.86MB"
info Disk size with transitive dependencies: "4.86MB"
info Number of shared dependencies: 0
✨  Done in 0.75s.

I'll merge this soon-ish if no objection.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lodash-4.17.21 branch from a3c0915 to 4b7b22f Compare May 10, 2021 19:43
@chrisbobbe chrisbobbe merged commit df4001a into master Jun 4, 2021
@chrisbobbe
Copy link
Copy Markdown
Contributor

Sure, done.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/lodash-4.17.21 branch June 4, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant