Skip to content

Commit 725f69f

Browse files
author
ddx-checkpoint
committed
fix: override vulnerable devalue dependency
1 parent 423a81f commit 725f69f

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to DDx are documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed: release and security workflow follow-through
8+
9+
Release checksums now tolerate archive sets without Windows zip artifacts, and
10+
the optional security scans no longer make the workflow invalid when their
11+
secrets are unset. The frontend dependency graph also overrides `devalue` to a
12+
patched version so the high-severity Bun audit finding is cleared.
13+
714
### Fixed: autonomous provider-connectivity recovery
815

916
`ddx work` now treats repeated provider-connectivity failures as retryable

cli/internal/server/frontend/bun.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/internal/server/frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@
5555
"lucide-svelte": "^1.0.1",
5656
"marked": "^15.0.0",
5757
"mode-watcher": "^1.1.0"
58+
},
59+
"overrides": {
60+
"devalue": "^5.8.1"
5861
}
5962
}

0 commit comments

Comments
 (0)