chore: l-c version bump
This commit is contained in:
parent
6274bccde5
commit
11d3d71174
2 changed files with 17 additions and 10 deletions
25
package-lock.json
generated
25
package-lock.json
generated
|
|
@ -2343,9 +2343,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@lamassu/coins": {
|
"@lamassu/coins": {
|
||||||
"version": "1.4.10",
|
"version": "1.4.11",
|
||||||
"resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.10.tgz",
|
"resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.11.tgz",
|
||||||
"integrity": "sha512-0B3axtDVWE93Yss+DB/utQD7Mlcr0oF0kS7NB+HUxDGmzvc8qO02H0woGsJm/Pub9kf9bHic01Bv+G4U2K5Tzg==",
|
"integrity": "sha512-7ATY2OZ7/Io6LHO8YK4shsGOIxhEuwDi1SrqQ8IxqgENuRxiRTlhx8PNwcey4tSoheNW6GR9vb2nDGDDkFzUQA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lamassu/bolt11": "1.5.1",
|
"@lamassu/bolt11": "1.5.1",
|
||||||
"bech32": "2.0.0",
|
"bech32": "2.0.0",
|
||||||
|
|
@ -2355,9 +2355,9 @@
|
||||||
"bitcore-lib-cash": "^8.25.25",
|
"bitcore-lib-cash": "^8.25.25",
|
||||||
"blakejs": "^1.2.1",
|
"blakejs": "^1.2.1",
|
||||||
"bs58check": "^2.0.2",
|
"bs58check": "^2.0.2",
|
||||||
"cashaddrjs": "~0.2.8",
|
"cashaddrjs": "^0.4.4",
|
||||||
"crypto-js": "^3.1.9-1",
|
"crypto-js": "^3.1.9-1",
|
||||||
"ethereumjs-icap": "^0.3.1",
|
"ethereumjs-icap": "^0.3.2",
|
||||||
"keccak256": "^1.0.2",
|
"keccak256": "^1.0.2",
|
||||||
"lodash": "^4.17.10"
|
"lodash": "^4.17.10"
|
||||||
},
|
},
|
||||||
|
|
@ -4966,11 +4966,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cashaddrjs": {
|
"cashaddrjs": {
|
||||||
"version": "0.2.9",
|
"version": "0.4.4",
|
||||||
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.2.9.tgz",
|
"resolved": "https://registry.npmjs.org/cashaddrjs/-/cashaddrjs-0.4.4.tgz",
|
||||||
"integrity": "sha512-DhJF4iAH0/RM3UjHDHKRxzs09YGL9px+oTyizzydanhC7jTyM2aJ+aLKA96vZGTTWayvvr2iDF2l13lpqXiRFg==",
|
"integrity": "sha512-xZkuWdNOh0uq/mxJIng6vYWfTowZLd9F4GMAlp2DwFHlcCqCm91NtuAc47RuV4L7r4PYcY5p6Cr2OKNb4hnkWA==",
|
||||||
"requires": {
|
"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": {
|
"cbor": {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"@ethereumjs/tx": "^3.5.1",
|
"@ethereumjs/tx": "^3.5.1",
|
||||||
"@graphql-tools/merge": "^6.2.5",
|
"@graphql-tools/merge": "^6.2.5",
|
||||||
"@haensl/subset-sum": "^3.0.5",
|
"@haensl/subset-sum": "^3.0.5",
|
||||||
"@lamassu/coins": "v1.4.10",
|
"@lamassu/coins": "v1.4.11",
|
||||||
"@simplewebauthn/server": "^3.0.0",
|
"@simplewebauthn/server": "^3.0.0",
|
||||||
"@vonage/auth": "1.5.0",
|
"@vonage/auth": "1.5.0",
|
||||||
"@vonage/sms": "1.7.0",
|
"@vonage/sms": "1.7.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue