Skip to content

Commit

Permalink
fix(axios): update version due to security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
telco2011 committed Jan 14, 2021
1 parent 44866c7 commit b27e007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yggdrasilts/axiosfit",
"version": "0.9.1",
"version": "0.9.2",
"author": "YggdrasilTS Team 🌳",
"contributors": [
"David Lopez <davidlopez.david@gmail.com>"
Expand Down Expand Up @@ -46,8 +46,8 @@
"test:cmd": "DEBUG=testcontainers jest --config ./config/jest.config.js"
},
"dependencies": {
"@yggdrasilts/volundr": "^0.1.8",
"axios": "^0.19.2",
"@yggdrasilts/volundr": "^0.1.11",
"axios": "^0.21.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4"
},
Expand Down

0 comments on commit b27e007

Please sign in to comment.