Skip to content

Commit 459cf3a

Browse files
fix: Update Axios version (#298)
1 parent 8aa7c3f commit 459cf3a

8 files changed

Lines changed: 134 additions & 22 deletions

dist/mailjet.node.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.node.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* MIT Licensed
1313
*/
1414

15-
/*! Axios v1.11.0 Copyright (c) 2025 Matt Zabriskie and contributors */
15+
/*! Axios v1.12.2 Copyright (c) 2025 Matt Zabriskie and contributors */
1616

1717
/*! node-mailjet v6.0.10 */

dist/mailjet.web.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.web.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/*! Axios v1.11.0 Copyright (c) 2025 Matt Zabriskie and contributors */
1+
/*! Axios v1.12.2 Copyright (c) 2025 Matt Zabriskie and contributors */
22

33
/*! node-mailjet v6.0.10 */

dist/package-lock.json

Lines changed: 119 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"definition": "./declarations/index.d.ts"
2727
},
2828
"dependencies": {
29-
"axios": "^1.8.1",
29+
"axios": "^1.12.0",
3030
"json-bigint": "^1.0.0",
3131
"url-join": "^4.0.0"
3232
},

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"docs": "typedoc --tsconfig ./tsconfig.json"
6565
},
6666
"dependencies": {
67-
"axios": "^1.8.1",
67+
"axios": "^1.12.0",
6868
"json-bigint": "^1.0.0",
6969
"url-join": "^4.0.0"
7070
},

0 commit comments

Comments
 (0)