Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelCalvo committed Sep 3, 2024
1 parent 9fa8c69 commit c412723
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
56 changes: 31 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"url": "git+https://github.com/mikelcalvo/node-mailwizz.git"
},
"dependencies": {
"axios": "1.6.8",
"qs": "6.12.1",
"axios": "1.7.7",
"qs": "6.13.0",
"querystring": "0.2.1"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "20.12.7",
"prettier": "3.2.5",
"typescript": "^5.4.5"
"@types/node": "22.5.2",
"prettier": "3.3.3",
"typescript": "^5.5.4"
}
}

0 comments on commit c412723

Please sign in to comment.