chore: bump lodash-es from 4.17.23 to 4.18.1 in /web#986
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore: bump lodash-es from 4.17.23 to 4.18.1 in /web#986dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files
|
Aureliolo
added a commit
that referenced
this pull request
Apr 2, 2026
Owner
|
Consolidated into #987 -- lodash-es update applied there alongside lodash. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Aureliolo
added a commit
that referenced
this pull request
Apr 2, 2026
- lodash-es 4.17.23 -> 4.18.1 (security: prototype pollution, code injection) - @eslint-react/eslint-plugin 3.0.0 -> 4.2.1 (major: remove stale component-hook-factories disables) - @codemirror/view 6.40.0 -> 6.41.0 - @tanstack/react-query 5.96.0 -> 5.96.1 - @playwright/test 1.59.0 -> 1.59.1 (Windows console fix) - @storybook/* 10.3.3 -> 10.3.4 (a11y flake fix, CSF4 Vitest fix) - esbuild 0.27.4 -> 0.27.5 - Full lockfile refresh for transitive deps - Document bash -c workaround for npm --prefix limitation
Aureliolo
added a commit
that referenced
this pull request
Apr 2, 2026
…ywright, esbuild, codemirror) (#987) Consolidates #986 and #990 into a single web dependency update PR. ### Security fixes (lodash 4.17.23 -> 4.18.1) - **`_.unset` / `_.omit`**: Prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh) - **`_.template`**: Code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800) ### Package updates | Package | From | To | Type | |---------|------|----|------| | lodash | 4.17.23 | 4.18.1 | security (transitive via inquirer) | | lodash-es | 4.17.23 | 4.18.1 | security (transitive via lighthouse) | | @eslint-react/eslint-plugin | 3.0.0 | 4.2.1 | major (rule prefix flattening, removed component-hook-factories) | | @codemirror/view | 6.40.0 | 6.41.0 | minor (posAtCoords fix, cursorScrollMargin) | | @tanstack/react-query | 5.96.0 | 5.96.1 | patch (DTS rollup fix) | | @playwright/test | 1.59.0 | 1.59.1 | patch (Windows console regression fix) | | @storybook/* (5 pkgs) | 10.3.3 | 10.3.4 | patch (a11y flake fix, CSF4 Vitest fix) | | esbuild | 0.27.4 | 0.27.5 | patch (metafile regression, async generator fix) | ### Additional changes - Full lockfile refresh for all transitive deps - Removed 11 stale `@eslint-react/component-hook-factories` disable comments (rule removed in v4) - Document `bash -c` workaround for `npm --prefix` limitation in CLAUDE.md Closes #986 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aurelio <19254254+Aureliolo@users.noreply.github.com>
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.
Bumps lodash-es from 4.17.23 to 4.18.1.
Release notes
Sourced from lodash-es's releases.
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.