From 6aba505c7fe8f4ae8b64f77b1ad1638e08180739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:34:25 +0000 Subject: [PATCH] bump(deps): update dependency ethers to ^6.13.3 --- pnpm-lock.yaml | 16 ++++++++-------- workspace/sync/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ea716aab..4fde7fc0e 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.13.0 - version: 6.13.0 + specifier: ^6.13.3 + version: 6.13.3 yaml: specifier: ^2.4.5 version: 2.4.5 @@ -3400,8 +3400,8 @@ packages: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - /ethers@6.13.0: - resolution: {integrity: sha512-+yyQQQWEntY5UVbCv++guA14RRVFm1rSnO1GoLFdrK7/XRWMoktNgyG9UjwxrQqGBfGyFKknNZ81YpUS2emCgg==} + /ethers@6.13.3: + resolution: {integrity: sha512-/DzbZOLVtoO4fKvvQwpEucHAQgIwBGWuRvBdwE/lMXgXvvHHTSkn7XqAQ2b+gjJzZDJjWA9OD05bVceVOsBHbg==} engines: {node: '>=14.0.0'} dependencies: '@adraffy/ens-normalize': 1.10.1 @@ -3410,7 +3410,7 @@ packages: '@types/node': 18.15.13 aes-js: 4.0.0-beta.5 tslib: 2.4.0 - ws: 8.5.0 + ws: 8.17.1 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -7153,12 +7153,12 @@ packages: signal-exit: 3.0.7 dev: true - /ws@8.5.0: - resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} + /ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true diff --git a/workspace/sync/package.json b/workspace/sync/package.json index d91b68bdb..ee956852c 100644 --- a/workspace/sync/package.json +++ b/workspace/sync/package.json @@ -24,7 +24,7 @@ "dependencies": { "ajv": "^8.16.0", "clipanion": "3.2.1", - "ethers": "^6.13.0", + "ethers": "^6.13.3", "yaml": "^2.4.5" }, "devDependencies": {