Bump defu from 6.1.4 to 6.1.7 - #6117
Conversation
039494e to
ce73867
Compare
Bumps [defu](https://github.com/unjs/defu) from 6.1.4 to 6.1.7. - [Release notes](https://github.com/unjs/defu/releases) - [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md) - [Commits](unjs/defu@v6.1.4...v6.1.7) --- updated-dependencies: - dependency-name: defu dependency-version: 6.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ce73867 to
b5d63c5
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
4 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps defu from 6.1.4 to 6.1.7.
Release notes
Sourced from defu's releases.
Changelog
Sourced from defu's changelog.
... (truncated)
Commits
80c0146chore(release): v6.1.740d7ef4fix(defu.d.cts): export Defu types (#157)3d3a7c8build: correct thetypesexport entry (#160)001c290chore(release): v6.1.6407b516build: fix mixed types23e59e6chore(release): v6.1.511ba022fix: ignore inherited enumerable properties3942bfbfix: prevent prototype pollution via__proto__in defaults (#156)d3ef16dchore(deps): update actions/checkout action to v6 (#151)869a053chore(deps): update actions/setup-node action to v6 (#149)Note
Low Risk
Dependency-only lockfile change with no application code edits; the upgrade mainly improves
defusecurity and typings for transitive consumers.Overview
Updates
defuinpackage-lock.jsonfrom 6.1.4 to 6.1.7 (transitive dependency via packages such ash3,listhen, andunenv). The lockfile also drops a nestedchain-registryentry under@chain-registry/utils, consistent with lockfile re-resolution rather than an app code change.Between these versions,
defuadds prototype-pollution hardening when merging defaults (e.g. blocking__proto__), build/type export fixes, and improved TypeScriptDefutype exports—no direct source changes in this repo.Reviewed by Cursor Bugbot for commit b5d63c5. Bugbot is set up for automated code reviews on this repo. Configure here.