1
0
mirror of https://github.com/bigchaindb/meetups.git synced 2024-11-22 01:36:56 +01:00

Merge pull request #33 from bigchaindb/greenkeeper/node-fetch-2.1.2

fix(package): update node-fetch to version 2.1.2
This commit is contained in:
Matthias Kretschmann 2018-03-26 12:36:58 +02:00 committed by GitHub
commit e11d0d18f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"chalk": "2.3.2", "chalk": "2.3.2",
"micro": "9.1.0", "micro": "9.1.0",
"ms": "2.1.1", "ms": "2.1.1",
"node-fetch": "2.0.0" "node-fetch": "2.1.2"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^0.25.0",