From 815562e1744fd7999f3b267b925f228bf25d9f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:41:10 +0000 Subject: [PATCH] chore(deps): bump alchemy-sdk from 3.4.1 to 3.5.6 Bumps [alchemy-sdk](https://github.com/alchemyplatform/alchemy-sdk-js) from 3.4.1 to 3.5.6. - [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.6) --- 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 0c4493428..aae93e46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,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.6", "dayjs": "1.11.11", "eslint": "8.57.1", "eslint-config-next": "14.2.13", @@ -11409,9 +11409,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.6", + "resolved": "https://registry.npmjs.org/alchemy-sdk/-/alchemy-sdk-3.5.6.tgz", + "integrity": "sha512-XrrkidbSjeaVp2z5xfW8tVxfTdbdjntpgKAjxnlYZ8N7yudnfNeK9ytHOw4PKtn/dMpwDw/DsgBU92LsuqDwug==", "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.7.0", diff --git a/package.json b/package.json index 76bdb2972..ed03a1a48 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,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.6", "dayjs": "1.11.11", "eslint": "8.57.1", "eslint-config-next": "14.2.13",