diff --git a/package-lock.json b/package-lock.json index 779cac9..6bd481f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fastify/cors": "^8.2.0", "@fastify/rate-limit": "^7.6.0", "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.5", "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21", "deepmerge": "^4.2.2", "fastify": "4.12.0", @@ -1432,8 +1432,8 @@ } }, "node_modules/@shardus/crypto-utils": { - "version": "4.1.4", - "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#efe186153564c1e5a77f90aa748f6113a5b46f6d", + "version": "4.1.5", + "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#623c64aee9dbc5350e7b248e3deb0203c3444580", "license": "ISC", "dependencies": { "@shardus/types": "1.2.8", @@ -1442,7 +1442,7 @@ "sodium-native": "3.3.0" }, "engines": { - "node": "18.16.1" + "node": "18.19.1" } }, "node_modules/@shardus/crypto-utils/node_modules/@shardus/types": { diff --git a/package.json b/package.json index 9f512af..b27b6f7 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@fastify/cors": "^8.2.0", "@fastify/rate-limit": "^7.6.0", "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.5", "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21", "deepmerge": "^4.2.2", "fastify": "4.12.0",