From 3fa23a339bacbb7acc17b8fe3d0ed782a4858c75 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 8 Apr 2023 21:48:41 -0400 Subject: [PATCH] *Update deps --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d1e1966..3b1cc9e 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "@ethereumjs/tx": "^4.1.1", "@ethereumjs/util": "^8.0.5", "@ethereumjs/vm": "^6.4.1", - "@lodestar/api": "^1.7.0", - "@lodestar/config": "^1.7.0", - "@lodestar/light-client": "^1.7.0", - "@lodestar/types": "^1.7.0", + "@lodestar/api": "^1.7.2", + "@lodestar/config": "^1.7.2", + "@lodestar/light-client": "^1.7.2", + "@lodestar/types": "^1.7.2", "@lumeweb/kernel-rpc-client": "git+https://git.lumeweb.com/LumeWeb/kernel-rpc-client.git", "decimal.js": "^10.4.3", - "ethers": "^6.2.3", + "ethers": "^6.3.0", "json-rpc-2.0": "^1.5.1", "libkmodule": "^0.2.53", "lodash": "^4.17.21", @@ -48,12 +48,12 @@ "buffer": "^6.0.3", "cli-progress": "^3.12.0", "crypto-browserify": "^3.12.0", - "esbuild": "^0.17.14", + "esbuild": "^0.17.15", "esbuild-plugin-wasm": "^1.0.0", "prettier": "^2.8.7", "process": "^0.11.10", "read": "^2.0.0", - "typescript": "^5.0.2" + "typescript": "^5.0.4" }, "browser": { "crypto": "crypto-browserify",