chore: l-c version bump

This commit is contained in:
Rafael Taranto 2024-08-05 16:59:48 +01:00
parent 6274bccde5
commit 11d3d71174
2 changed files with 17 additions and 10 deletions

25
package-lock.json generated
View file

@ -2343,9 +2343,9 @@
}
},
"@lamassu/coins": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.10.tgz",
"integrity": "sha512-0B3axtDVWE93Yss+DB/utQD7Mlcr0oF0kS7NB+HUxDGmzvc8qO02H0woGsJm/Pub9kf9bHic01Bv+G4U2K5Tzg==",
"version": "1.4.11",
"resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.11.tgz",
"integrity": "sha512-7ATY2OZ7/Io6LHO8YK4shsGOIxhEuwDi1SrqQ8IxqgENuRxiRTlhx8PNwcey4tSoheNW6GR9vb2nDGDDkFzUQA==",
"requires": {
"@lamassu/bolt11": "1.5.1",
"bech32": "2.0.0",
@ -2355,9 +2355,9 @@
"bitcore-lib-cash": "^8.25.25",
"blakejs": "^1.2.1",
"bs58check": "^2.0.2",
"cashaddrjs": "~0.2.8",
"cashaddrjs": "^0.4.4",
"crypto-js": "^3.1.9-1",
"ethereumjs-icap": "^0.3.1",
"ethereumjs-icap": "^0.3.2",
"keccak256": "^1.0.2",
"lodash": "^4.17.10"
},
@ -4966,11 +4966,18 @@
}
},
"cashaddrjs": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.2.9.tgz",
"integrity": "sha512-DhJF4iAH0/RM3UjHDHKRxzs09YGL9px+oTyizzydanhC7jTyM2aJ+aLKA96vZGTTWayvvr2iDF2l13lpqXiRFg==",
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.4.4.tgz",
"integrity": "sha512-xZkuWdNOh0uq/mxJIng6vYWfTowZLd9F4GMAlp2DwFHlcCqCm91NtuAc47RuV4L7r4PYcY5p6Cr2OKNb4hnkWA==",
"requires": {
"big-integer": "^1.6.34"
"big-integer": "1.6.36"
},
"dependencies": {
"big-integer": {
"version": "1.6.36",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.36.tgz",
"integrity": "sha512-t70bfa7HYEA1D9idDbmuv7YbsbVkQ+Hp+8KFSul4aE5e/i1bjCNIRYJZlA8Q8p0r9T8cF/RVvwUgRA//FydEyg=="
}
}
},
"cbor": {