From 42534e45bb248a9e5bc8890571af8581ad835f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:46:59 -0500 Subject: [PATCH] chore(deps): bump elliptic from 6.5.7 to 6.6.0 (#2152) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e3d412333..3c66fbcea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "dotenv-flow": "3.2.0", "duckdb": "0.9.2", "ecpair": "2.1.0", - "elliptic": "6.5.7", + "elliptic": "6.6.0", "escape-goat": "3.0.0", "evt": "1.10.1", "express": "4.19.2", @@ -6805,9 +6805,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 8fd46275c..5fef91a05 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "dotenv-flow": "3.2.0", "duckdb": "0.9.2", "ecpair": "2.1.0", - "elliptic": "6.5.7", + "elliptic": "6.6.0", "escape-goat": "3.0.0", "evt": "1.10.1", "express": "4.19.2",