diff --git a/jsr.json b/jsr.json index e74d4cd..00f4a37 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@noble/secp256k1", - "version": "2.2.2", + "version": "2.2.3", "exports": "./index.ts", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index b7f5b16..d266aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@noble/secp256k1", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/secp256k1", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "devDependencies": { - "@noble/hashes": "1.6.1", + "@noble/hashes": "1.7.0", "@paulmillr/jsbt": "0.2.1", "fast-check": "3.0.0", "micro-bmark": "0.3.1", @@ -21,9 +21,9 @@ } }, "node_modules/@noble/hashes": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz", - "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.0.tgz", + "integrity": "sha512-HXydb0DgzTpDPwbVeDGCG1gIu7X6+AuU6Zl6av/E/KG8LMsvPntvq+w17CHRpKBmN6Ybdrt1eP3k4cj8DJa78w==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8ec1cf3..7dc7dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/secp256k1", - "version": "2.2.2", + "version": "2.2.3", "description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979", "files": [ "index.js", @@ -30,7 +30,7 @@ }, "license": "MIT", "devDependencies": { - "@noble/hashes": "1.6.1", + "@noble/hashes": "1.7.0", "@paulmillr/jsbt": "0.2.1", "fast-check": "3.0.0", "micro-bmark": "0.3.1",