From ec97ae8510f3a3d4d02ca799c20cb7a65b73fc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:51:37 +0000 Subject: [PATCH] build(deps): bump alchemy-sdk from 3.4.1 to 3.5.2 Bumps [alchemy-sdk](https://github.com/alchemyplatform/alchemy-sdk-js) from 3.4.1 to 3.5.2. - [Release notes](https://github.com/alchemyplatform/alchemy-sdk-js/releases) - [Changelog](https://github.com/alchemyplatform/alchemy-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/alchemyplatform/alchemy-sdk-js/compare/v3.4.1...v3.5.2) --- updated-dependencies: - dependency-name: alchemy-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3fe68d6f..a10853e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@visx/gradient": "3.3.0", "@visx/responsive": "3.10.2", "@visx/xychart": "3.11.0", - "alchemy-sdk": "3.4.1", + "alchemy-sdk": "3.5.2", "dayjs": "1.11.11", "eslint": "8.57.1", "eslint-config-next": "14.2.13", @@ -11213,9 +11213,9 @@ "license": "MIT" }, "node_modules/alchemy-sdk": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/alchemy-sdk/-/alchemy-sdk-3.4.1.tgz", - "integrity": "sha512-GeL8J6VIiE7tIgXevkcm0VqdZnhO0EpOXQQCzUMsoMrj92hBKj9ZmUjyPxXF8tUdsHYixQApng2eJXoRWmv5lw==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/alchemy-sdk/-/alchemy-sdk-3.5.2.tgz", + "integrity": "sha512-5/+M3RALmV21XZGW6SBIaTfYTVAlddgH7ZyZwMUV7oE0wkl6vt4GwP4Y7sh6Awl3y93Zm0jKgyIabWDguPmmZw==", "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.7.0", diff --git a/package.json b/package.json index c28d5af0c..cb8f947fe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@visx/gradient": "3.3.0", "@visx/responsive": "3.10.2", "@visx/xychart": "3.11.0", - "alchemy-sdk": "3.4.1", + "alchemy-sdk": "3.5.2", "dayjs": "1.11.11", "eslint": "8.57.1", "eslint-config-next": "14.2.13",