Skip to content

fix(IDS-7281): bump axios to 1.16.1 and rebuild bundle 2.13.4#447

Open
hamzabenali-okta wants to merge 1 commit into
masterfrom
IDS-7281
Open

fix(IDS-7281): bump axios to 1.16.1 and rebuild bundle 2.13.4#447
hamzabenali-okta wants to merge 1 commit into
masterfrom
IDS-7281

Conversation

@hamzabenali-okta

@hamzabenali-okta hamzabenali-okta commented Jun 18, 2026

Copy link
Copy Markdown

✏️ Changes

Bumps axios to 1.16.1 (pinned, was ^1.15.0) to pull in upstream security fixes. axios ships in the extension's client bundle, so this lockfile bump is a genuine runtime fix.

  • package.json: axios pinned to 1.16.1; extension version bumped 2.13.32.13.4.
  • package-lock.json: regenerated against our private registry. Only the axios subtree changed (axios + agent-base, https-proxy-agent).
  • server/plugins/html.js: EXTENSION_VERSION2.13.4.
  • dist/ + build/bundle.js + dist/manifest.json: rebuilt as 2.13.4 artifacts.

Out of scope: @hapi/content and fast-xml-parser are transitive deps of verquire externals (@hapi/hapi, @aws-sdk/client-s3) resolved at runtime by the webtask platform. Bumping them via package.json overrides only rewrites this repo's lockfile with no runtime effect, so those cosmetic overrides were dropped. Their remediation is tracked separately.

🎯 Testing

npm test — 523 unit tests passing. npm run build compiles cleanly and produces the 2.13.4 artifacts. Webtask verification pending pre-deploy.

✅ This change has unit test coverage

✅ This change has been tested in a Webtask

🚫 This change has integration test coverage (dependency bump only; no integration surface changed)

🚫 This change has been tested for performance (transport library patch bump, no perf-sensitive path changed)

🚀 Deployment

✅ This can be deployed any time

🎡 Rollout

After deploy, verify the extension loads and the client bundle (auth0-authz.ui.2.13.4.js) is served, confirming axios 1.16.1 is bundled.

🔥 Rollback

We will rollback if the extension fails to load or client-side requests regress after the axios bump.

📄 Procedure

Revert this PR and redeploy the previous 2.13.3 bundle.

axios ships in the extension's client bundle, so this lockfile bump is a
genuine fix that clears SEC-29850. All deps resolved from a0us.jfrog.io.

@hapi/content and fast-xml-parser are transitive deps of verquire
externals (@hapi/hapi, @aws-sdk/client-s3) with no runtime effect here,
so their override "fix" was cosmetic and is dropped. The real
remediation is tracked in IDS-7307 (webtask-monorepo).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant