Skip to content

Commit

Permalink
feature(common) update axios dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 19, 2018
1 parent 935aa70 commit a299b12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/common/package.json
@@ -1,15 +1,16 @@
{
"name": "@nestjs/common",
"version": "5.3.15",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"description":
"Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest"
},
"license": "MIT",
"dependencies": {
"axios": "0.17.1",
"axios": "0.18.0",
"cli-color": "1.2.0",
"deprecate": "1.0.0",
"multer": "1.3.0",
Expand Down

0 comments on commit a299b12

Please sign in to comment.