-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade axios from 1.7.5 to 1.8.3 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Snyk] Upgrade axios from 1.7.5 to 1.8.3 #50
Conversation
Snyk has created this PR to upgrade axios from 1.7.5 to 1.8.3. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/nerds-github/project/68cffb67-4af2-4355-88e0-e2c7b70b6a1a?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the axios dependency from version 1.7.5 to 1.8.3 in the Sequence diagram for Axios request with allowAbsoluteUrlssequenceDiagram
participant Client
participant Axios
participant Server
Client->>Axios: Make request with allowAbsoluteUrls: true
Axios->>Axios: Build full URL with absolute URL allowed
Axios->>Server: Send request
Server-->>Axios: Response
Axios-->>Client: Response
Updated class diagram for Axios configurationclassDiagram
class AxiosConfig {
+allowAbsoluteUrls: boolean
+paramsSerializer: function
}
note for AxiosConfig "Added allowAbsoluteUrls config option and paramsSerializer callback"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade axios from 1.7.5 to 1.8.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 8 versions ahead of your current version.
The recommended version was released 23 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-9292519
SNYK-JS-AXIOS-9403194
Release notes
Package name: axios
Release notes:
Bug Fixes
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
Release notes:
Bug Fixes
Features
Reverts
BREAKING CHANGES
code relying on the above will now combine the URLs instead of prefer request URL
feat: add config option for allowing absolute URLs
fix: add default value for allowAbsoluteUrls in buildFullPath
fix: typo in flow control when setting allowAbsoluteUrls
Contributors to this release
Release notes:
Reverts
Contributors to this release
Release notes:
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade axios dependency from version 1.7.5 to 1.8.3 to address security vulnerabilities
Bug Fixes:
Enhancements: