From bcfd76953dc8bed27216466a93202fa57f29958e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:45:17 -0500 Subject: [PATCH] Bump elliptic (#210) Bumps the npm_and_yarn group with 1 update in the /src/API/LeadershipProfile/src/Web/ClientApp directory: [elliptic](https://github.com/indutny/elliptic). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../LeadershipProfile/src/Web/ClientApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/API/LeadershipProfile/src/Web/ClientApp/package-lock.json b/src/API/LeadershipProfile/src/Web/ClientApp/package-lock.json index ad09d0d..33e8cca 100644 --- a/src/API/LeadershipProfile/src/Web/ClientApp/package-lock.json +++ b/src/API/LeadershipProfile/src/Web/ClientApp/package-lock.json @@ -7108,9 +7108,9 @@ "integrity": "sha512-LYLXyEUsZ3nNSwiOWjI88N1PJUAMU2QphQSgGLVkFnb3FxZxNui2Vzi2PaKPgPWbsWbZstZnh6BMf/VQJamjiQ==" }, "node_modules/elliptic": { - "version": "6.5.5", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz", - "integrity": "sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0",