From 96fc9dfa3b6fc5169c75b9670e870b3fe01d51f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:45:45 +0000 Subject: [PATCH] Bump elliptic from 6.6.0 to 6.6.1 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1. - [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b69cc94b..0e42ce7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "ansi-regex": "^6.1.0", "async-lock": "^1.4.1", "crypto": "^1.0.1", - "elliptic": "^6.6.0", + "elliptic": "^6.6.1", "lodash": "^4.17.21", "mixpanel": "^0.18.0", "node-fetch": "^2.6.7", @@ -4003,9 +4003,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", - "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", + "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", diff --git a/package.json b/package.json index 830ef3b8..9ab8aedd 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ "ansi-regex": "^6.1.0", "async-lock": "^1.4.1", "crypto": "^1.0.1", - "elliptic": "^6.6.0", + "elliptic": "^6.6.1", "lodash": "^4.17.21", "mixpanel": "^0.18.0", "node-fetch": "^2.6.7",