chore(deps): bump axios from 1.7.8 to 1.16.0#7255
Closed
dependabot[bot] wants to merge 10000 commits into
Closed
Conversation
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.
Bumps axios from 1.7.8 to 1.16.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR bumps
axiosfrom1.7.8to1.16.0inplugins/plugin-whatsapp/package.json, picking up multiple security hardening releases (prototype-pollution hardening, SSRF mitigation viaallowedSocketPaths, header-injection fixes, XSRF bypass closure,maxBodyLength/maxContentLengthenforcement) along the way. The exact-pin style is preserved and the change is scoped to a single plugin.Confidence Score: 5/5
Safe to merge — routine security-driven dependency bump with no logic changes.
Single-line change updating an exact-pinned axios version. The upgrade path includes significant security hardening (prototype pollution, SSRF, header injection) with no breaking API changes for standard usage. The plugin's WhatsApp Cloud API usage is unaffected by the behavioral edge-case changes in 1.16.0.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["plugin-whatsapp\npackage.json"] -->|"axios 1.7.8 → 1.16.0"| B["axios v1.15.1\n🔒 Security fixes:\n- Prototype pollution hardening\n- Header injection tightening\n- XSRF token bypass fix\n- maxBodyLength enforcement\n- SSRF via socketPath mitigation"] B --> C["axios v1.15.2\n🔒 Security fixes:\n- HTTP adapter prototype pollution\n- allowedSocketPaths allowlist\n- Keep-alive socket memory leak"] C --> D["axios v1.16.0\n🚀 Features + Bug fixes:\n- QUERY HTTP method support\n- Fetch adapter maxBodyLength enforcement\n- Proxy Host header preservation\n- URL-decoded basic auth credentials"] D --> E["WhatsApp Cloud API calls\nvia axios instance"]Reviews (1): Last reviewed commit: "chore(deps): bump axios from 1.7.8 to 1...." | Re-trigger Greptile