diff --git a/indexer/package-lock.json b/indexer/package-lock.json index 83cad03..dac5628 100644 --- a/indexer/package-lock.json +++ b/indexer/package-lock.json @@ -2439,9 +2439,9 @@ } }, "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.25", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.25.tgz", + "integrity": "sha512-8DoibKtxE8yw63Y2jjMhlbjaURev6WCx4QR4MWLusl2/qIaeTzMJMBIYIDl1KOF45+8H1Ur6eLTdPlUoO8PlRw==", "funding": [ { "type": "github", @@ -3343,9 +3343,9 @@ "license": "MIT" }, "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.51.2", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.51.2.tgz", + "integrity": "sha512-2x4YAtr3PUPIW++Ov96clnWtRsyqMfpFfooQRIxCpAMsTgxioJTdIQ0ywbjhlHDCUJEGM6M8q8ILOeaPRViH9w==", "funding": [ { "type": "github", @@ -3360,7 +3360,7 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a", + "ox": "0.14.25", "ws": "8.20.1" }, "peerDependencies": { diff --git a/server/package-lock.json b/server/package-lock.json index 1c1076c..46ea6ba 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -13,7 +13,7 @@ "hono": "^4", "libpg-query": "^17.7.3", "pg": "^8.21.0", - "viem": "^2.51.0", + "viem": "^2.51.2", "zod": "^4.4.3" }, "devDependencies": { @@ -1854,9 +1854,9 @@ } }, "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.25", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.25.tgz", + "integrity": "sha512-8DoibKtxE8yw63Y2jjMhlbjaURev6WCx4QR4MWLusl2/qIaeTzMJMBIYIDl1KOF45+8H1Ur6eLTdPlUoO8PlRw==", "funding": [ { "type": "github", @@ -2529,9 +2529,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.51.2", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.51.2.tgz", + "integrity": "sha512-2x4YAtr3PUPIW++Ov96clnWtRsyqMfpFfooQRIxCpAMsTgxioJTdIQ0ywbjhlHDCUJEGM6M8q8ILOeaPRViH9w==", "funding": [ { "type": "github", @@ -2546,7 +2546,7 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "https://pkg.pr.new/ox@386a3439fe1ce76d237930f8c6e6bb493746069a", + "ox": "0.14.25", "ws": "8.20.1" }, "peerDependencies": { diff --git a/server/package.json b/server/package.json index 2ef2668..2f56d34 100644 --- a/server/package.json +++ b/server/package.json @@ -17,7 +17,7 @@ "hono": "^4", "libpg-query": "^17.7.3", "pg": "^8.21.0", - "viem": "^2.51.0", + "viem": "^2.51.2", "zod": "^4.4.3" }, "devDependencies": {