chore: update package-lock.json

This commit is contained in:
Kia Rahimian
2018-07-17 16:00:32 -04:00
parent 710d83bc2f
commit bd39151a18

24
package-lock.json generated
View File

@@ -13,6 +13,11 @@
"lodash": "^4.15.0"
}
},
"@sindresorhus/is": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
"integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow=="
},
"File": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/File/-/File-0.10.2.tgz",
@@ -314,6 +319,7 @@
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"dev": true,
"requires": {
"lodash": "^4.17.10"
}
@@ -8155,7 +8161,8 @@
"lodash": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=="
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
"dev": true
},
"lodash.clone": {
"version": "4.5.0",
@@ -9349,12 +9356,12 @@
}
},
"orbit-db-pubsub": {
"version": "github:mistakia/orbit-db-pubsub#3d767dbb4631a3981a677c13f31a021a9465d4a4",
"version": "github:mistakia/orbit-db-pubsub#e40e30e7a71e980dbd35fc040316762d1c6283ca",
"from": "github:mistakia/orbit-db-pubsub#fix/unsubscribe",
"requires": {
"async": "^2.6.1",
"ipfs-pubsub-peer-monitor": "~0.0.5",
"logplease": "~1.2.14"
"logplease": "~1.2.14",
"p-series": "^1.1.0"
}
},
"orbit-db-store": {
@@ -9464,6 +9471,15 @@
"resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
"integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo="
},
"p-series": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/p-series/-/p-series-1.1.0.tgz",
"integrity": "sha512-356covArc9UCfj2twY/sxCJKGMzzO+pJJtucizsPC6aS1xKSTBc9PQrQhvFR3+7F+fa2KBKdJjdIcv6NEWDcIQ==",
"requires": {
"@sindresorhus/is": "^0.7.0",
"p-reduce": "^1.0.0"
}
},
"p-try": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",