Bump lodash from 4.17.5 to 4.17.13 in /src/plugins/shared_preferences (#496)
Summary: Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.13. <details> <summary>Commits</summary> - [`e371828`](e37182845f) Bump to v4.17.13. - [`357e899`](357e899e68) Rebuild lodash and docs. - [`fd9a062`](fd9a062d57) Bump to v4.17.12. - [`e77d681`](e77d68121f) Rebuild lodash and docs. - [`629d186`](629d186579) Update OpenJS references. - [`2406eac`](2406eac542) Fix minified build. - [`17a34bc`](17a34bc585) Fix test bootstrap for core build. - [`53838a3`](53838a38f8) Fix tests in older browsers. - [`29e2584`](29e258497b) Fix style:test lint nits. - [`8f4d3eb`](8f4d3eb018) Update deps. - Additional commits viewable in [compare view](https://github.com/lodash/lodash/compare/4.17.5...4.17.13) </details> <br /> [](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://github.com/facebook/flipper/network/alerts). </details> Pull Request resolved: https://github.com/facebook/flipper/pull/496 Reviewed By: jknoxville Differential Revision: D16417041 Pulled By: passy fbshipit-source-id: 8e6f08761b0478184569588eec786e577508e058
This commit is contained in:
committed by
Facebook Github Bot
parent
5d3575f4db
commit
5283bf5ada
@@ -4,7 +4,7 @@
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.5"
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"title": "Shared Preferences Viewer",
|
||||
"bugs": {
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
lodash@^4.17.5:
|
||||
version "4.17.5"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
|
||||
lodash@^4.17.13:
|
||||
version "4.17.13"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
|
||||
|
||||
Reference in New Issue
Block a user