From 74673a6a57b43e889c4e0e880329ebc6688dc092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:29:42 +0000 Subject: [PATCH] Bump elliptic from 6.5.7 to 6.6.0 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: direct:production ... 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 bc453a54..a925524d 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.5.7", + "elliptic": "^6.6.0", "lodash": "^4.17.21", "mixpanel": "^0.18.0", "node-fetch": "^2.6.7", @@ -3994,9 +3994,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", diff --git a/package.json b/package.json index 0e70bf01..fe2a8f15 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.5.7", + "elliptic": "^6.6.0", "lodash": "^4.17.21", "mixpanel": "^0.18.0", "node-fetch": "^2.6.7",