chore(deps): bump axios from 1.15.2 to 1.16.0 in /lua-shopping-assistant#12
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
da356a5 to
a4a7077
Compare
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 from 1.15.2 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...Note
Medium Risk
Dependency-only change, but axios 1.16.0 includes security-adjacent HTTP/fetch behavior changes that could affect outbound requests if the app uses axios (directly or transitively).
Overview
Updates
lua-shopping-assistant/package-lock.jsononly: resolvedaxiosmoves from 1.15.2 to 1.16.0, and itsfollow-redirectsdependency from 1.15.11 to 1.16.0.package.jsonstill declaresaxios:^1.6.0; no application source changes in this diff.Reviewers should treat this as an upstream HTTP client upgrade. 1.16.0 can change observable behavior (e.g. fetch adapter enforcing
maxBodyLength/maxContentLength, proxyHosthandling, URL-decoded basic auth in URLs, stricter protocol parsing, UTF-8 URL encoding). Worth a quick smoke test of any outbound HTTP the shopping assistant performs.Reviewed by Cursor Bugbot for commit a4a7077. Bugbot is set up for automated code reviews on this repo. Configure here.