Skip to content

Commit

Permalink
chore: hardcode axios transitive resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Jan 11, 2021
1 parent 893068f commit 4cf8623
Show file tree
Hide file tree
Showing 2 changed files with 2,580 additions and 1,783 deletions.
7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
},
"resolutions": {
"graphql": "^14.7.0",
"bl": "^4.0.3",
"semver": "^7.3.2",
"node-fetch": "^2.6.1"
"bl": "^4.0.3",
"semver": "^7.3.2",
"node-fetch": "^2.6.1",
"axios": "^0.21.1"
},
"keywords": [],
"license": "MIT-0",
Expand Down
Loading

0 comments on commit 4cf8623

Please sign in to comment.