From c95a568f74953e0ff996d7cc0bac5e73fe39a02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:02:35 +0000 Subject: [PATCH] build(deps): bump elliptic from 6.5.6 to 6.6.1 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.6 to 6.6.1. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.6...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ce27f4c..b65caf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,8 +48,8 @@ "cpx": "^1.5.0", "eslint": "^9.20.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", + "eslint-plugin-jsdoc": "*", + "eslint-plugin-prefer-arrow": "*", "eslint-plugin-unused-imports": "^4.1.4", "istanbul-combine": "^0.3.0", "jasmine-core": "~5.1.2", @@ -10788,10 +10788,11 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", - "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0",