build(deps): bump axios and bundlewatch in /catalog - #4846
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump axios and bundlewatch in /catalog#4846dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [axios](https://github.com/axios/axios) to 0.31.1 and updates ancestor dependency [bundlewatch](https://github.com/bundlewatch/bundlewatch). These dependencies need to be updated together. Updates `axios` from 0.30.0 to 0.31.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.30.0...v0.31.1) Updates `bundlewatch` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/bundlewatch/bundlewatch/releases) - [Commits](bundlewatch/bundlewatch@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: axios dependency-version: 0.31.1 dependency-type: indirect - dependency-name: bundlewatch dependency-version: 0.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps axios to 0.31.1 and updates ancestor dependency bundlewatch. These dependencies need to be updated together.
Updates
axiosfrom 0.30.0 to 0.31.1Release notes
Sourced from axios's releases.
... (truncated)
Commits
a589dc5chore: bump version to v0.31.1 (#10766)b0c632ffix: backport security issues (#10764)b52187ffix: harden config merging (#10752)e3ddeb4fix: header security issues (#10750)f4f2d76chore: stop committing dist/ and remove bower (#10747)1f2f644chore: add CODEOWNERS (#10740)44bca90fix: improve regex in AxiosURLSearchParams (#10737)4c4f07ffix: form data recursion (#10728)5073ecachore: release v0.31.0 (#10697)b57eb1aci: update branch name (#10692)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Updates
bundlewatchfrom 0.4.1 to 0.4.2Release notes
Sourced from bundlewatch's releases.
Commits
95997acBumpaxiosto0.31.1(#494)37b1e19Make the logo smaller041e5a0Update README.md5a5c3b5RefineREADME.md(#490)7d535d3Show all contributors (#489)Maintainer changes
This version was pushed to npm by charpeni, a new releaser for bundlewatch since your current version.
You can trigger a rebase of this PR 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Greptile Summary
This dependabot PR bumps
bundlewatch(dev-only) from 0.4.1 to 0.4.2, which in turn pulls inaxios0.31.1 — a security-focused backport release addressing prototype-pollution in header/config merging, FormData recursion DoS, null-byte injection in query strings, and stricter XSRF handling. All updated packages aredev: trueand have no runtime impact on the catalog bundle.Confidence Score: 5/5
Safe to merge — dev-only dependency bump with no production bundle impact.
All changed packages are dev-only (bundlewatch, axios, form-data), the axios upgrade brings important security hardening, the lockfile integrity hashes are present, and no production code paths are affected.
No files require special attention.
Important Files Changed
bundlewatchfrom^0.4.1to^0.4.2— a dev-only dependency; no production impact.axios0.30.0 → 0.31.1,bundlewatch0.4.1 → 0.4.2,form-data4.0.1 → 4.0.5 (with new sub-depses-set-tostringtagandhasown); all markeddev: true.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[catalog/package.json] -->|devDependency| B[bundlewatch 0.4.1 → 0.4.2] B -->|dependency| C[axios 0.30.0 → 0.31.1] C -->|dependency| D[form-data 4.0.1 → 4.0.5] D -->|new sub-dep| E[es-set-tostringtag] D -->|new sub-dep| F[hasown] C -->|security fixes| G[Prototype Pollution\nFormData DoS\nNull-byte Injection\nXSRF Hardening] style G fill:#f9f,stroke:#333Reviews (1): Last reviewed commit: "build(deps): bump axios and bundlewatch ..." | Re-trigger Greptile