diff --git a/package-lock.json b/package-lock.json index 244c73d..6053800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@birthdayresearch/sticky-prettier": "^0.8.5", "@birthdayresearch/sticky-testcontainers": "^0.8.5", "@birthdayresearch/sticky-typescript": "^0.5.14", - "@nomicfoundation/hardhat-ledger": "^1.0.1", + "@nomicfoundation/hardhat-ledger": "^1.0.3", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@types/jest": "^29.5.5", "jest": "^29.7.0", @@ -3206,15 +3206,16 @@ } }, "node_modules/@nomicfoundation/ethereumjs-rlp": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.1.tgz", - "integrity": "sha512-xtxrMGa8kP4zF5ApBQBtjlSbN5E2HI8m8FYgVSYAnO6ssUoY5pVPGy2H8+xdf/bmMa22Ce8nWMH3aEW8CcqMeQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.4.tgz", + "integrity": "sha512-8H1S3s8F6QueOc/X92SdrA4RDenpiAEqMg5vJH99kcQaCy/a3Q6fgseo75mgWlbanGJXSlAPtnCeG9jvfTYXlw==", "dev": true, + "license": "MPL-2.0", "bin": { - "rlp": "bin/rlp" + "rlp": "bin/rlp.cjs" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/@nomicfoundation/ethereumjs-statemanager": { @@ -3403,17 +3404,25 @@ } }, "node_modules/@nomicfoundation/ethereumjs-util": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-9.0.1.tgz", - "integrity": "sha512-TwbhOWQ8QoSCFhV/DDfSmyfFIHjPjFBj957219+V3jTZYZ2rf9PmDtNOeZWAE3p3vlp8xb02XGpd0v6nTUPbsA==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-9.0.4.tgz", + "integrity": "sha512-sLOzjnSrlx9Bb9EFNtHzK/FJFsfg2re6bsGqinFinH1gCqVfz9YYlXiMWwDM4C/L4ywuHFCYwfKTVr/QHQcU0Q==", "dev": true, + "license": "MPL-2.0", "dependencies": { - "@chainsafe/ssz": "^0.10.0", - "@nomicfoundation/ethereumjs-rlp": "5.0.1", + "@nomicfoundation/ethereumjs-rlp": "5.0.4", "ethereum-cryptography": "0.1.3" }, "engines": { - "node": ">=14" + "node": ">=18" + }, + "peerDependencies": { + "c-kzg": "^2.1.2" + }, + "peerDependenciesMeta": { + "c-kzg": { + "optional": true + } } }, "node_modules/@nomicfoundation/ethereumjs-vm": { @@ -3498,16 +3507,17 @@ } }, "node_modules/@nomicfoundation/hardhat-ledger": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ledger/-/hardhat-ledger-1.0.1.tgz", - "integrity": "sha512-ui2YoWNPVDmIeCsxaf8U4dhax8w+Tl6EG8/k9CB7zN/Ke3efLkbcaaSG+x0gI33YUpEwJykLNZqOWatbLv5Pyg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ledger/-/hardhat-ledger-1.0.3.tgz", + "integrity": "sha512-AwdfyZbF1p87xDTTzJJbnTlu3fyDSkyYjtkC5L5CZ9LYOXpsEp4cuUo26v0oGl6XutPN31HxUXbBbNPfhGcgFg==", "dev": true, + "license": "MIT", "dependencies": { "@ledgerhq/errors": "^6.12.6", "@ledgerhq/hw-app-eth": "6.33.6", "@ledgerhq/hw-transport": "^6.28.4", "@ledgerhq/hw-transport-node-hid": "^6.27.13", - "@nomicfoundation/ethereumjs-util": "9.0.1", + "@nomicfoundation/ethereumjs-util": "9.0.4", "chalk": "^2.4.2", "debug": "^4.1.1", "env-paths": "^2.2.0", diff --git a/package.json b/package.json index 312e37f..5c7c4f0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@birthdayresearch/sticky-prettier": "^0.8.5", "@birthdayresearch/sticky-testcontainers": "^0.8.5", "@birthdayresearch/sticky-typescript": "^0.5.14", - "@nomicfoundation/hardhat-ledger": "^1.0.1", + "@nomicfoundation/hardhat-ledger": "^1.0.3", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@types/jest": "^29.5.5", "jest": "^29.7.0",