Skip to content

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aksalj committed Jan 5, 2025
1 parent 31da958 commit 2459b1e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"test": "mocha ./test"
},
"dependencies": {
"africastalking": "^0.5.3",
"body-parser": "~1.19.0",
"cookie-parser": "~1.4.5",
"debug": "~4.3.1",
"express": "^4.17.1",
"express-validator": "^6.9.2",
"africastalking": "^0.7.2",
"body-parser": "~1.20.3",
"cookie-parser": "~1.4.7",
"debug": "~4.4.0",
"express": "^4.21.2",
"express-validator": "^7.2.1",
"jade": "~1.11.0",
"morgan": "~1.10.0",
"serve-favicon": "~2.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.7",
"request": "^2.87.0"
"chai": "^5.1.2",
"mocha": "^11.0.1",
"nodemon": "^3.1.9",
"request": "^2.88.2"
}
}

0 comments on commit 2459b1e

Please sign in to comment.