diff --git a/package-lock.json b/package-lock.json index bfbd857..56b333a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@akashaproject/ipfs-connector-utils": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@akashaproject/ipfs-connector-utils/-/ipfs-connector-utils-1.0.4.tgz", - "integrity": "sha512-ILtAheeGCUwSCZ0rZLo6DFbWWhoKNpOIS21WZ2OKszCgFtsZJ35kxPFFPm9K0v4Im0O9bWN196O91hDTxtthIA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@akashaproject/ipfs-connector-utils/-/ipfs-connector-utils-1.0.5.tgz", + "integrity": "sha512-BoE+CQDxd0cYh3h7fPQVe3OlPQI12fjeRBAiUTRRTmupZDu2K6cGZqwDDoVxzQQBbyzTLAzKBdwpwuRpxyFn0w==", "dependencies": { "@types/node": { "version": "8.0.3", @@ -37,9 +37,9 @@ "dev": true }, "@types/node": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.5.tgz", - "integrity": "sha512-IsNpVyW4zlHwGhmgvo431KHiiLrTM4Exs5fbagWCt7Rl5IqBfN6BUdV4NW9Px+ItxtA9bsHJ+pFp4roZDe9/Sg==" + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.7.tgz", + "integrity": "sha512-fuCPLPe4yY0nv6Z1rTLFCEC452jl0k7i3gF/c8hdEKpYtEpt6Sk67hTGbxx8C0wmifFGPvKYd/O8CvS6dpgxMQ==" }, "@types/rimraf": { "version": "https://registry.npmjs.org/@types/rimraf/-/rimraf-0.0.28.tgz", diff --git a/package.json b/package.json index 870fafd..24ec164 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "url": "https://github.com/AkashaProject/ipfs-connector/issues" }, "dependencies": { - "@akashaproject/ipfs-connector-utils": "1.0.4", + "@akashaproject/ipfs-connector-utils": "1.0.5", "@types/bluebird": "3.5.8", - "@types/node": "8.0.5", + "@types/node": "8.0.7", "bin-wrapper": "3.0.2", "bluebird": "3.5.0", "ipfs-api": "14.0.4", @@ -50,7 +50,7 @@ "rimraf": "2.6.1", "standard-version": "4.2.0", "tslint": "5.4.3", - "typescript": "2.3.4", + "typescript": "2.4.1", "typings": "2.1.1" }, "homepage": "https://github.com/AkashaProject/ipfs-connector#readme",