This repository was archived by the owner on Jun 21, 2020. It is now read-only.
🚨 [security] Update lodash: 4.17.11 → 4.17.14 (patch) #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your version of lodash has known security vulnerabilities 🚨
Advisory: CVE-2019-10744
Disclosed: July 10, 2019
URL: https://github.com/lodash/lodash/pull/4336
High severity vulnerability that affects lodash, lodash-es, lodash-amd, lodash.template, lodash.merge, lodash.mergewith, and lodash.defaultsdeep
🚨 We recommend to merge and deploy this update as soon as possible! 🚨
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ lodash (4.17.11 → 4.17.14) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 27 commits:
Bump to v4.17.14.
Rebuild lodash and docs.
Bump to v4.17.13.
Rebuild lodash and docs.
Bump to v4.17.12.
Rebuild lodash and docs.
Update OpenJS references.
Fix minified build.
Fix test bootstrap for core build.
Fix tests in older browsers.
Fix style:test lint nits.
Update deps.
Format nit.
Use nativeIsFinite() instead of Number.isFinite().
Whitespace nit.
Revert "perf(toNumber): use +value to convert binary/octal/hexadecimal string (#4230)"
Prevent prototype pollution chaining to code execution via _.template (#4355)
fix: prototype pollution in _.defaultsDeep (#4336)
Fixes issue with Object prototype and the chaining syntax. [closes #4247]
Round Infinity with a precision argument returns Infinity (#4272)
mergeWith: stack passed to customizer should always be defined (#4244)
perf(toNumber): use +value to convert binary/octal/hexadecimal string (#4230)
cancel old timer (#4139)
Update wording of fp wiki template for method spread rule exceptions.
Revert "Ensure _.pick paths aren't interpolated twice. [closes #3952]"
Ensure _.pick paths aren't interpolated twice. [closes #3952]
Ensure map and set clones contain custom properties of source values. [closes #3951]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands