Skip to content

Commit 366bcaf

Browse files
Merge pull request #2311 from nestjs/renovate/axios-0.x
fix(deps): update dependency axios to v0.19.0
2 parents 1824a9f + 250c3d0 commit 366bcaf

File tree

3 files changed

+46
-7
lines changed

3 files changed

+46
-7
lines changed

package-lock.json

Lines changed: 44 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"amqp-connection-manager": "2.3.2",
4242
"amqplib": "0.5.3",
4343
"apollo-server-express": "2.6.1",
44-
"axios": "0.18.0",
44+
"axios": "0.19.0",
4545
"cache-manager": "2.9.1",
4646
"class-transformer": "0.2.3",
4747
"class-validator": "0.9.1",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"axios": "0.18.0",
15+
"axios": "0.19.0",
1616
"cli-color": "1.4.0",
1717
"uuid": "3.3.2"
1818
},

0 commit comments

Comments
 (0)