Skip to content

Commit

Permalink
fixed bytecode errors for axios
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Oct 24, 2022
1 parent 4845b5c commit e25abe7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 50 deletions.
65 changes: 17 additions & 48 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
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@sentry/node": "^7.15.0",
"axios": "^0.27.2",
"axios": "=0.27.1",
"batch-promises": "^0.0.3",
"brembo": "^2.1.0",
"deepmerge": "^4.2.2",
Expand All @@ -75,7 +75,7 @@
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"restify": "^8.6.1",
"rpki-validator": "^2.10.13",
"rpki-validator": "^2.10.14",
"semver": "^7.3.8",
"syslog-client": "^1.1.1",
"uuid": "^9.0.0",
Expand Down

0 comments on commit e25abe7

Please sign in to comment.