From ec7c7a2d6dd0ad6d4762c38a6243841a06b3ffeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:48:21 +0000 Subject: [PATCH] chore(deps): bump elliptic in /packages/hub-nodejs/examples/hello-world Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.5...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/hub-nodejs/examples/hello-world/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hub-nodejs/examples/hello-world/yarn.lock b/packages/hub-nodejs/examples/hello-world/yarn.lock index cdb58c6738..e9dcf77f6c 100644 --- a/packages/hub-nodejs/examples/hello-world/yarn.lock +++ b/packages/hub-nodejs/examples/hello-world/yarn.lock @@ -1604,9 +1604,9 @@ eciesjs@^0.3.15: secp256k1 "^5.0.0" elliptic@^6.5.4: - version "6.5.5" - resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded" - integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw== + version "6.5.7" + resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b" + integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q== dependencies: bn.js "^4.11.9" brorand "^1.1.0"