diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0d55b6..91c7d98 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@sentry/nextjs": "^10.70.0", "@walletconnect/ethereum-provider": "^2.23.10", - "ecies-geth": "^1.8.0", + "ecies-geth": "^1.8.1", "lenis": "^1.3.26", "lightweight-charts": "^5.2.1", "motion": "^13.1.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": [ @@ -5721,13 +5686,13 @@ } }, "node_modules/ecies-geth": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/ecies-geth/-/ecies-geth-1.8.0.tgz", - "integrity": "sha512-0vO7yNw6ydbaJp4Ts7LReBqMhJwVoXK6R3E+WsQgb3CcmFnXC2XCo5pE2Ep1vKj2+i7DOtA4+BFmix99TfL7qw==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/ecies-geth/-/ecies-geth-1.8.1.tgz", + "integrity": "sha512-mMI3TzHBrPEHjp0/R4tY72APjMqD3apU9Bn281XhzQ3n004XifiyDsaoSYU4yYAPA5eBcaEvSKp2/Xe6I1b9qg==", "license": "MIT", "dependencies": { "elliptic": "^6.6.1", - "secp256k1": "^5.0.1" + "secp256k1": "^5.0.2" }, "engines": { "node": ">=14" diff --git a/frontend/package.json b/frontend/package.json index 2a765fc..6a19e6b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "dependencies": { "@sentry/nextjs": "^10.70.0", "@walletconnect/ethereum-provider": "^2.23.10", - "ecies-geth": "^1.8.0", + "ecies-geth": "^1.8.1", "lenis": "^1.3.26", "lightweight-charts": "^5.2.1", "motion": "^13.1.0",