Skip to content

Update axios dependency - #8

Merged
tsilomit merged 2 commits into
mainfrom
fix/axios-dependency
Aug 27, 2026
Merged

Update axios dependency#8
tsilomit merged 2 commits into
mainfrom
fix/axios-dependency

Conversation

@tsilomit

Copy link
Copy Markdown
Collaborator

Description

This PR updates axios from 1.8.0 to 1.18.0.
The change was triggered by a project using react-openapi-generator-hook that needed to update axios to 1.18.0 due to security concerns with previous versions.
As a result, two different versions of axios were installed, causing type incompatibilities and build failures.
Instead of adding an override in the consuming project, this PR updates axios in react-openapi-generator-hook as a more complete solution, while also addressing the security concerns associated with the previous version.

Testing

Ran the build successfully.
All tests and pass successfully locally.

@dkekel

dkekel commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Hey @tsilomit , should we also bump the version of the library ""version": "0.3.3-experimental"," since we're changing one of the dependencies version?

@tsilomit

Copy link
Copy Markdown
Collaborator Author

Thanks for noticing! I have bumped the library version to 0.3.4-experimental.

@dkekel
dkekel self-requested a review August 27, 2026 08:47
@tsilomit
tsilomit merged commit 91dd2b3 into main Aug 27, 2026
1 check passed
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.

2 participants