fix(deps): upgrade Daytona SDK and axios - #3385
Open
reachjalil wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
reachjalil
force-pushed
the
codex/security-email-dependencies
branch
from
July 31, 2026 12:47
c4191ef to
db56b8e
Compare
reachjalil
force-pushed
the
codex/security-daytona-sdk
branch
from
July 31, 2026 12:48
6b1ce6b to
e44d2f6
Compare
reachjalil
marked this pull request as ready for review
July 31, 2026 13:11
src-opn
self-requested a review
July 31, 2026 13:30
src-opn
approved these changes
Jul 31, 2026
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
@daytonaio/sdkfrom 0.173.0 to the newest release admitted by the repository's 72-hour supply-chain policy, 0.201.0axios 1.18.1Security result
Measured from the exact candidate lockfile:
The Axios override is intentional because pnpm otherwise preserves the generated Daytona clients' older but semver-compatible Axios resolution. Remove it when those clients declare a safe minimum or a normal lock refresh resolves them all to at least 1.18.0.
SDK 0.202.0 was not selected because it is still inside the repository's configured 72-hour minimum release age.
Verification
pnpm install --frozen-lockfilepnpm --filter @openwork-ee/den-api buildpnpm --filter @openwork-ee/den-worker-proxy buildpnpm --dir ee/apps/den-api exec bun test test/daytona-provisioning.test.ts test/cloud-lifecycle.test.ts— 23 passedaxios 1.18.1A live Daytona provisioning journey was not run because it requires operator credentials and remote compute. The targeted lifecycle/provisioning suite covers creation races, recycle, start convergence, retry bounds, and missing-sandbox recovery; CI remains the next acceptance boundary.
Stack
This PR intentionally targets
codex/security-email-dependenciesand should merge after #3384. Once #3384 lands, retarget this PR todev.