Skip to content

Commit

Permalink
Upgrade OADA Helper Packages
Browse files Browse the repository at this point in the history
Fixes new axios security issue axios/axios#3410.
Updates to client should also fix this: OADA/client#5
  • Loading branch information
aaron97neu committed Jan 11, 2021
1 parent 77d08b1 commit 69dcdb2
Show file tree
Hide file tree
Showing 2 changed files with 6,473 additions and 114 deletions.
6 changes: 3 additions & 3 deletions services/oada_upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"start": "ts-node src/oada_upload.ts"
},
"dependencies": {
"@oada/client": "^1.0.2",
"@oada/formats": "^1.0.3",
"@oada/types": "^1.0.5",
"@oada/client": "2.1.2-beta.0",
"@oada/formats": "1.2.0-beta.18",
"@oada/types": "1.2.0-beta.18",
"@sindresorhus/is": "^2.1.1",
"dotenv": "^8.2.0",
"ksuid": "^1.2.0",
Expand Down
Loading

0 comments on commit 69dcdb2

Please sign in to comment.