Skip to content

Commit 5f5bf48

Browse files
Merge pull request #354 from plivo/MPT-6876
MPT-6876
2 parents b35fb63 + 8269ed9 commit 5f5bf48

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [v4.69.6](https://github.com/plivo/plivo-node/tree/v4.69.6) (2025-03-18)
4+
**Vulnerabilities Fix**
5+
- Update library: Axios
6+
37
## [v4.69.5](https://github.com/plivo/plivo-node/tree/v4.69.5) (2025-02-25)
48
**Feature - Supporting parameter_name in WhatsApp Template .**
59
- Supporting `parameter_name` in WhatsApp Template .

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plivo",
3-
"version": "4.69.5",
3+
"version": "4.69.6",
44
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",
55
"homepage": "https://github.com/plivo/plivo-node",
66
"files": [
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@types/node": "^14.14.14",
61-
"axios": "^0.28.0",
61+
"axios": "^1.8.3",
6262
"base-64": "^0.1.0",
6363
"build-url": "^1.0.10",
6464
"form-data": "^4.0.0",

0 commit comments

Comments
 (0)