From aaa89e7800295005ae915630692e571cf645a82b Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 17 Feb 2020 14:18:37 -0800 Subject: [PATCH] chore: bump deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3bd0e57..d1a8e5c 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ }, "dependencies": { "sqlite3": "^4.1.1", - "@arkecosystem/core-container": "^2.6.0-next.9", - "@arkecosystem/core-http-utils": "^2.6.0-next.9", - "@arkecosystem/core-interfaces": "^2.6.0-next.9", - "@arkecosystem/crypto": "^2.6.0-next.9", + "@arkecosystem/core-container": "^2.6.1", + "@arkecosystem/core-http-utils": "^2.6.1", + "@arkecosystem/core-interfaces": "^2.6.1", + "@arkecosystem/crypto": "^2.6.1", "bytebuffer": "^5.0.1", "queue": "^6.0.1", "reflect-metadata": "0.1.13",