From 15ccf7e43902e3144f33cbb74c3818da7faf529c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:31:03 +0000 Subject: [PATCH] bump(deps): update dependency ethers to ^6.12.2 --- pnpm-lock.yaml | 8 ++++---- workspace/sync/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5918da93..6bbd5ebd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -499,8 +499,8 @@ importers: specifier: 3.2.1 version: 3.2.1(typanion@3.14.0) ethers: - specifier: ^6.12.1 - version: 6.12.1 + specifier: ^6.12.2 + version: 6.12.2 yaml: specifier: ^2.4.3 version: 2.4.3 @@ -3400,8 +3400,8 @@ packages: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - /ethers@6.12.1: - resolution: {integrity: sha512-j6wcVoZf06nqEcBbDWkKg8Fp895SS96dSnTCjiXT+8vt2o02raTn4Lo9ERUuIVU5bAjoPYeA+7ytQFexFmLuVw==} + /ethers@6.12.2: + resolution: {integrity: sha512-MNfR2kzZyNF8bRNDSmjM+rT1+yqCgYNqfrXyNnpiNId2MQPiAOOr/7lrgdrdwoBxzKPSnSYZaGb5lcNyvzhuvA==} engines: {node: '>=14.0.0'} dependencies: '@adraffy/ens-normalize': 1.10.1 diff --git a/workspace/sync/package.json b/workspace/sync/package.json index c68ad593..9b19a53d 100644 --- a/workspace/sync/package.json +++ b/workspace/sync/package.json @@ -24,7 +24,7 @@ "dependencies": { "ajv": "^8.14.0", "clipanion": "3.2.1", - "ethers": "^6.12.1", + "ethers": "^6.12.2", "yaml": "^2.4.3" }, "devDependencies": {