diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0d55b6..e3bd2fa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "posthog-js": "^1.416.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "viem": "^2.21.0" + "viem": "^2.55.16" }, "devDependencies": { "@types/node": "^26.2.0", @@ -1457,21 +1457,6 @@ "node": ">=20" } }, - "node_modules/@coinbase/cdp-sdk/node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/@coinbase/cdp-sdk/node_modules/undici-types": { "version": "7.29.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.29.0.tgz", @@ -4053,7 +4038,6 @@ "cpu": [ "ppc64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4070,7 +4054,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4087,7 +4070,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4104,7 +4086,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4121,7 +4102,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4138,7 +4118,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4155,7 +4134,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4172,7 +4150,6 @@ "cpu": [ "loong64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4189,7 +4166,6 @@ "cpu": [ "mips64el" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4206,7 +4182,6 @@ "cpu": [ "ppc64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4223,7 +4198,6 @@ "cpu": [ "riscv64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4240,7 +4214,6 @@ "cpu": [ "s390x" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4257,7 +4230,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4274,7 +4246,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4291,7 +4262,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4308,7 +4278,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4325,7 +4294,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4342,7 +4310,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4359,7 +4326,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4376,7 +4342,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -7943,9 +7908,9 @@ } }, "node_modules/viem": { - "version": "2.55.13", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.13.tgz", - "integrity": "sha512-Rt1NAsdtTdvJgqaCxsv2TuO55xv2d2dKEuRuzrg34xMGxvTSFOX0iIFvEfymPvh+fwN2tbgEU2JwN0YHOVM+Bg==", + "version": "2.55.16", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.16.tgz", + "integrity": "sha512-bKs/0PNIkiaG45ZM0ERddHSVtku7hvyebK2i3bMLuyJQevh15tpDh3MiE3PhLjx5kxGrvizaXQw67gWc9Jl7fQ==", "funding": [ { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 2a765fc..733d961 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "posthog-js": "^1.416.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "viem": "^2.21.0" + "viem": "^2.55.16" }, "devDependencies": { "@types/node": "^26.2.0",