Skip to content

Commit f2d5151

Browse files
authored
Merge pull request #51 from aksafan/axios_vulnerability_fix
Bump axios to 1.8.2 to fix high severity vulnerability
2 parents 5d2b45f + 6bb37b0 commit f2d5151

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 5 additions & 4 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
@@ -4,7 +4,7 @@
44
"description": "A complete NodeJS wrapper for connecting to the Drip v2 REST API",
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"axios": "^1.7.7"
7+
"axios": "^1.8.2"
88
},
99
"devDependencies": {
1010
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)