mailgun.js
Advanced tools
Comparing version 10.2.3 to 10.2.4
@@ -5,2 +5,16 @@ # Changelog | ||
### [10.2.4](https://github.com/mailgun/mailgun.js/compare/v10.2.3...v10.2.4) (2024-11-21) | ||
### Bug Fixes | ||
* **deps-dev:** bump webpack from 5.76.0 to 5.94.0 ([166f27c](https://github.com/mailgun/mailgun.js/commits/166f27ca06d7728143aad98051c6d9009900a51c)) | ||
* **deps:** bump axios from 1.7.2 to 1.7.4 ([22ae183](https://github.com/mailgun/mailgun.js/commits/22ae18375e64a1ea9b4f1657dd91363110360c1a)) | ||
* Fix vulnarable dependency ([039866b](https://github.com/mailgun/mailgun.js/commits/039866bc050f52145ca2da14bebe536aed067b20)) | ||
### Other changes | ||
* Add tests coverage thresholds ([bfca371](https://github.com/mailgun/mailgun.js/commits/bfca3710da7492cfb0430d1da8370af55fbaa226)) | ||
### [10.2.3](https://github.com/mailgun/mailgun.js/compare/v10.2.2...v10.2.3) (2024-07-18) | ||
@@ -7,0 +21,0 @@ |
@@ -17,2 +17,2 @@ /*! | ||
/*! mailgun.js v10.2.2 */ | ||
/*! mailgun.js v10.2.3 */ |
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ | ||
/*! mailgun.js v10.2.2 */ | ||
/*! mailgun.js v10.2.3 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "10.2.3", | ||
"version": "10.2.4", | ||
"main": "./mailgun.node.js", | ||
@@ -26,3 +26,3 @@ "browser": "./mailgun.web.js", | ||
"dependencies": { | ||
"axios": "^1.7.2", | ||
"axios": "^1.7.4", | ||
"base-64": "^1.0.0", | ||
@@ -29,0 +29,0 @@ "url-join": "^4.0.1" |
@@ -1,1 +0,1 @@ | ||
10.2.3 | ||
10.2.4 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1741342
4176
11
Updatedaxios@^1.7.4