From eee4155d2f4090147dc95d068d9fa5b41f5f1444 Mon Sep 17 00:00:00 2001 From: TheTrunk Date: Wed, 11 Dec 2024 18:01:18 +0800 Subject: [PATCH] fixaate deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ccbf9dc..0e034eb 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "request": "browser-request" }, "dependencies": { - "@noble/hashes": "1.6.1", - "@noble/curves": "1.7.0", + "@noble/hashes": "=1.6.1", + "@noble/curves": "=1.7.0", "bn.js": "=4.11.8", - "bs58": "^4.0.1", + "bs58": "=4.0.1", "buffer-compare": "=1.1.1", - "elliptic": "^6.5.3", + "elliptic": "=6.4.0", "inherits": "=2.0.1", - "lodash": "^4.17.20", + "lodash": "=4.17.11", "url": "*" }, "description": "JavaScript Kaspa library without Wasm, based on noble/curves.",