Skip to content

Commit 9400972

Browse files
Update mailchimp-transactional-node to v1.0.59
1 parent 77c0fb5 commit 9400972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@mailchimp/mailchimp_transactional",
3-
"version": "1.0.57",
3+
"version": "1.0.59",
44
"description": "The official Node client library for the Mailchimp Transactional API",
55
"license": "Apache 2.0",
66
"main": "src/index.js",
77
"browser": {
88
"fs": false
99
},
1010
"dependencies": {
11-
"axios": "^0.21.1"
11+
"axios": "^1.6.7"
1212
},
1313
"homepage": "https://github.com/mailchimp/mailchimp-transactional-node",
1414
"repository": {

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Mailchimp Transactional API
33
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
44
*
5-
* OpenAPI spec version: 1.0.57
5+
* OpenAPI spec version: 1.0.59
66
* Contact: apihelp@mailchimp.com
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.

0 commit comments

Comments
 (0)