chore(deps): bump lodash 4.17.21 → 4.17.23 across all packages#3390
Open
igorDykhta wants to merge 1 commit intomasterfrom
Open
chore(deps): bump lodash 4.17.21 → 4.17.23 across all packages#3390igorDykhta wants to merge 1 commit intomasterfrom
igorDykhta wants to merge 1 commit intomasterfrom
Conversation
Security patch for lodash - covers all workspace packages, website, and examples. Consolidates dependabot PRs #3283, #3284, #3285, #3286, #3287, #3288, #3289 plus additional packages that dependabot missed (actions, layers, table, schemas, get-started-vite). Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
7edd696 to
03a94b5
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo to use lodash 4.17.23 (security patch) by bumping version pins across package manifests and refreshing relevant Yarn lockfiles.
Changes:
- Bump
lodashfrom4.17.21→4.17.23in 11package.jsonfiles across the repo. - Update root
package.jsonresolutionsto forcelodash@4.17.23. - Update
yarn.lockandwebsite/yarn.lockto reflect the lodash upgrade.
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates root lock resolution for lodash@4.17.23. |
| package.json | Updates root resolutions.lodash to 4.17.23. |
| src/actions/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/components/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/deckgl-layers/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/layers/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/reducers/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/schemas/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/table/package.json | Bumps direct lodash dependency to 4.17.23. |
| src/utils/package.json | Bumps direct lodash dependency to 4.17.23. |
| website/package.json | Bumps website direct lodash dependency to 4.17.23. |
| website/yarn.lock | Updates website lockfile to include lodash@4.17.23. |
| examples/get-started-vite/package.json | Bumps example app direct lodash dependency to 4.17.23. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
lodashfrom4.17.21to4.17.23in all 11 package.json files across the monorepo (root, src/actions, src/components, src/deckgl-layers, src/layers, src/reducers, src/schemas, src/table, src/utils, website, examples/get-started-vite)src/actions,src/layers,src/table,src/schemas,examples/get-started-viteWhat changed in lodash 4.17.23
Patch-level security fix addressing prototype pollution vulnerabilities. No functional changes.
Dependabot PRs to close after merge
Test plan
Made with Cursor