Skip to content

Commit

Permalink
Merge pull request #6 from AhmedMashour/feature/pump-axios-version-fo…
Browse files Browse the repository at this point in the history
…r-security

Pump axios version for security
  • Loading branch information
AhmedMashour authored Jun 21, 2024
2 parents 5b3dc54 + 378e28b commit 22c359b
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 39 deletions.
137 changes: 100 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talentlms",
"version": "1.1.6",
"version": "1.1.7",
"description": "TalentLMS Node-SDK based on official TalentLMS API documentation",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -28,6 +28,6 @@
},
"homepage": "https://github.com/AhmedMashour/TalentLMS#readme",
"dependencies": {
"axios": "^0.19.0"
"axios": "^1.7.2"
}
}

0 comments on commit 22c359b

Please sign in to comment.