From 407e3db97c44905ae078e22537d131debef3a9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:34:15 +0000 Subject: [PATCH] Bump elliptic and @toruslabs/starkware-crypto Bumps [elliptic](https://github.com/indutny/elliptic) and [@toruslabs/starkware-crypto](https://github.com/torusresearch/starkware-crypto). These dependencies needed to be updated together. Updates `elliptic` from 6.5.7 to 6.6.1 - [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.1) Updates `@toruslabs/starkware-crypto` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/torusresearch/starkware-crypto/releases) - [Commits](https://github.com/torusresearch/starkware-crypto/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect - dependency-name: "@toruslabs/starkware-crypto" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/react-native-app/package-lock.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/react-native-app/package-lock.json b/examples/react-native-app/package-lock.json index f9550d1..66c791c 100644 --- a/examples/react-native-app/package-lock.json +++ b/examples/react-native-app/package-lock.json @@ -5495,17 +5495,16 @@ } }, "node_modules/@toruslabs/starkware-crypto": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@toruslabs/starkware-crypto/-/starkware-crypto-4.0.0.tgz", - "integrity": "sha512-oEvcwEulCkLbOfRq3Rz3wS1DgSYV5oCh4N4YNWYDQhz1WoQe3S87hJlVUPvRQHHqhp9vBM0qDUVi0Ez7ibYhMA==", - "license": "MIT", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@toruslabs/starkware-crypto/-/starkware-crypto-4.0.1.tgz", + "integrity": "sha512-AhnXUscFN2+oLeQuOEbi8vvrQnxUKnE0USWpg7eFHmqUBV8kg6+PAFiWsvJ01+GMQPTMKhKZHyMysxW5AFHc6Q==", "dependencies": { "assert": "^2.1.0", "bip39": "^3.1.0", "bn.js": "^5.2.1", - "elliptic": "~6.5.5", + "elliptic": "^6.6.1", "enc-utils": "^3.0.0", - "ethereum-cryptography": "^2.2.0", + "ethereum-cryptography": "^2.2.1", "hash.js": "^1.1.7" }, "engines": { @@ -8024,9 +8023,9 @@ "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==" }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0",