Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
181 changes: 170 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"default": "./dist/index.mjs"
},
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.9.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved dependency stability and to ensure reproducible builds, it's a good practice to pin the exact version of dependencies. Since the tests were run against axios@1.11.0 (as indicated by package-lock.json), pinning to this specific version would prevent potential issues from future 1.x releases of axios that might be pulled in automatically due to the caret ^ range.

    "axios": "1.11.0",

"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
Loading