Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates#61

Merged
oleg-koval merged 8 commits intobetafrom
dependabot/npm_and_yarn/npm_and_yarn-77f0917e56
Apr 4, 2026
Merged

chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates#61
oleg-koval merged 8 commits intobetafrom
dependabot/npm_and_yarn/npm_and_yarn-77f0917e56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2026

Bumps the npm_and_yarn group with 3 updates in the / directory: braces, lodash and picomatch.

Updates braces from 3.0.2 to 3.0.3

Commits

Updates lodash from 4.17.21 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates picomatch from 2.3.0 to 2.3.2

Release notes

Sourced from picomatch's releases.

2.3.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@2.3.1...2.3.2

2.3.1

Fixed

  • Fixes bug when a pattern containing an expression after the closing parenthesis (/!(*.d).{ts,tsx}) was incorrectly converted to regexp (9f241ef).

Changed

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

3.0.1

Fixes

... (truncated)

Commits
  • 81cba8d Publish 2.3.2
  • fc1f6b6 Merge commit from fork
  • eec17ae Merge commit from fork
  • 78f8ca4 Merge pull request #156 from micromatch/backport-144
  • 3f4f10e Merge pull request #144 from Jason3S/jdent-object-properties
  • 5467a5a 2.3.1
  • 9f241ef Merge pull request #102 from micromatch/ISSUE-93_incorrect_extglob_expanding
  • ac3cb66 fix: support stars in negation extglobs with expression after closing parenth...
  • 719d348 Merge pull request #85 from XhmikosR/codeql
  • ac74e57 Merge pull request #91 from XhmikosR/patch-1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

oleg-koval and others added 7 commits April 4, 2026 17:24
## [1.7.1](v1.7.0...v1.7.1) (2026-04-04)

### ⚙️ Continuous Integrations

* **dependabot:** add lockfile fixer workflow ([#59](#59)) ([287745b](287745b))
## [1.7.2](v1.7.1...v1.7.2) (2026-04-04)

### 📚 Documentation

* **readme:** refresh badges and branch guidance ([#58](#58)) ([5b82595](5b82595))
* fix(ci): run lockfile fixer for reopened dependabot prs

* ci(dependabot): auto-merge safe npm updates

* docs(release): clarify branch migration and defaults
## [1.7.3](v1.7.2...v1.7.3) (2026-04-04)

### 🐛 Bug Fixes

* **ci:** run lockfile fixer for reopened dependabot prs ([cea37bf](cea37bf))
…dates

Bumps the npm_and_yarn group with 3 updates in the / directory: [braces](https://github.com/micromatch/braces), [lodash](https://github.com/lodash/lodash) and [picomatch](https://github.com/micromatch/picomatch).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

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

Updates `picomatch` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.0...2.3.2)

---
updated-dependencies:
- dependency-name: braces
  dependency-version: 3.0.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 4, 2026
@oleg-koval oleg-koval changed the base branch from main to beta April 4, 2026 16:03
@oleg-koval oleg-koval enabled auto-merge (squash) April 4, 2026 16:04
@oleg-koval oleg-koval disabled auto-merge April 4, 2026 16:07
@oleg-koval oleg-koval merged commit 82f69fc into beta Apr 4, 2026
4 of 5 checks passed
@qodo-code-review
Copy link
Copy Markdown

ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: enable-auto-merge

Failed stage: Fetch Dependabot metadata [❌]

Failed test name: ""

Failure summary:

The job enable-auto-merge failed in the dependabot/fetch-metadata@v2 step because the pull request
was not created by Dependabot.
- The action detected the PR author was not Dependabot and refused to
run (It looks like this PR was not created by Dependabot, refusing to proceed.).
- It then exited
with an error (PR is not from Dependabot, nothing to do.), causing the workflow to fail.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

22:  PullRequests: write
23:  ##[endgroup]
24:  Secret source: Actions
25:  Prepare workflow directory
26:  Prepare all required actions
27:  Getting action download info
28:  Download action repository 'dependabot/fetch-metadata@v2' (SHA:ffa630c65fa7e0ecfa0625b5ceda64399aea1b36)
29:  Complete job name: enable-auto-merge
30:  ##[group]Run dependabot/fetch-metadata@v2
31:  with:
32:  github-token: ***
33:  skip-commit-verification: false
34:  skip-verification: false
35:  ##[endgroup]
36:  ##[warning]It looks like this PR was not created by Dependabot, refusing to proceed.
37:  ##[error]PR is not from Dependabot, nothing to do.
38:  Cleaning up orphan processes

@oleg-koval oleg-koval deleted the dependabot/npm_and_yarn/npm_and_yarn-77f0917e56 branch April 4, 2026 16:07
github-actions Bot pushed a commit that referenced this pull request Apr 4, 2026
## [1.7.4-beta.1](v1.7.3...v1.7.4-beta.1) (2026-04-04)

### ♻️ Chores

* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#61](#61)) ([82f69fc](82f69fc)), closes [#59](#59) [#58](#58)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

🎉 This PR is included in version 1.7.4-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 javascript Pull requests that update javascript code released on @beta

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants