Skip to content

Commit

Permalink
update axios version (#159)
Browse files Browse the repository at this point in the history
* update axios version

* updated version
  • Loading branch information
ibalosh committed Jun 20, 2024
1 parent 5119de6 commit fea4d65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.4

* update axios to 1.7.2

## 4.0.3

* updated models to support adding content disposition to attachments
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sending",
"transactional"
],
"version": "4.0.3",
"version": "4.0.4",
"author": "Igor Balos",
"contributors": [
"Igor Balos",
Expand Down Expand Up @@ -80,6 +80,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"axios": "^1.6.2"
"axios": "^1.7.2"
}
}

0 comments on commit fea4d65

Please sign in to comment.