diff --git a/package-lock.json b/package-lock.json index 008f491..2ef8fb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@noble/hashes": "1.7.0", "@paulmillr/jsbt": "0.3.0", "fast-check": "3.0.0", - "micro-should": "0.5.0", + "micro-should": "0.5.1", "prettier": "3.3.2", "typescript": "5.5.2" }, @@ -61,9 +61,9 @@ } }, "node_modules/micro-should": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.0.tgz", - "integrity": "sha512-QNXbZnWK+bg42JQJiVRrYnyZ5YDPbzGWdRJnl/6n/5zxpcIyymHBS5WjBIN4UP4Az8qDdaPMdbUGhGNsqWvcHQ==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.1.tgz", + "integrity": "sha512-i3BdNfiAf4PyEEjyxNO2Ex/C0V4ux9ZCKyxSbF6p/n9+UqhRsUbae8PfTM9Came91lGzJLEFlAtAEkY4eSpq6w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index a1702a9..c8276ed 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@noble/hashes": "1.7.0", "@paulmillr/jsbt": "0.3.0", "fast-check": "3.0.0", - "micro-should": "0.5.0", + "micro-should": "0.5.1", "prettier": "3.3.2", "typescript": "5.5.2" },