From b82c489af0ce6175d07ca7ced049518e91f729b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:20:48 +0000 Subject: [PATCH] chore(deps): bump viem from 2.51.0 to 2.55.0 in /backend Bumps [viem](https://github.com/wevm/viem) from 2.51.0 to 2.55.0. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.51.0...viem@2.55.0) --- updated-dependencies: - dependency-name: viem dependency-version: 2.53.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 18 +++++++++--------- backend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index e8b85ef..a869073 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -35,7 +35,7 @@ "pg": "^8.13.1", "pg-boss": "^10.1.6", "uuid": "^11.0.5", - "viem": "^2.51.0", + "viem": "^2.55.0", "zod": "^3.23.8" }, "devDependencies": { @@ -2853,9 +2853,9 @@ "license": "MIT" }, "node_modules/ox": { - "version": "0.14.26-386a343.0", - "resolved": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a", - "integrity": "sha512-OHHm9re1yVjiMN66GZ2JSGuqmvJPrk40zh3PIS/3I6prZLbt6U/zKlgW18eIIkO0Y/ZyySKr6D/4mUXjBmky1g==", + "version": "0.14.30", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.30.tgz", + "integrity": "sha512-LI11uu+8iiM1B3CLckgd++YF1a0A2k5wDoM9ZeQMiL21BOzQs6L//BLS6hb1HSEKCyycdDIQLsVQx9MjpcC0hA==", "funding": [ { "type": "github", @@ -3735,9 +3735,9 @@ } }, "node_modules/viem": { - "version": "2.51.0", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.51.0.tgz", - "integrity": "sha512-8C0Ca+eEapXE29vHMUW59NqKENl1X4s9P6xSNC9Nvw6EvAeAhn/LNUlgztk6TOw7KN1Gzz5a/n9Wv4okUfmY9g==", + "version": "2.55.0", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.0.tgz", + "integrity": "sha512-5XWSTCTmNvHCeT38Fsp31uofmOZFJdj4nOUH+H2Vh/hzsx9M7r+KgL3fSYUZeVn4H0UyQxjwPFqEaV4M0CI1tA==", "funding": [ { "type": "github", @@ -3752,8 +3752,8 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a", - "ws": "8.20.1" + "ox": "0.14.30", + "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" diff --git a/backend/package.json b/backend/package.json index 3e87c6b..16901e3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -50,7 +50,7 @@ "pg": "^8.13.1", "pg-boss": "^10.1.6", "uuid": "^11.0.5", - "viem": "^2.51.0", + "viem": "^2.55.0", "zod": "^3.23.8" }, "devDependencies": {