chore: l-c version bump

This commit is contained in:
Rafael Taranto 2024-08-07 20:13:21 +01:00
parent 245c18be9e
commit 5671ab11bc
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View file

@ -2343,9 +2343,9 @@
} }
}, },
"@lamassu/coins": { "@lamassu/coins": {
"version": "1.4.11", "version": "1.4.12",
"resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.11.tgz", "resolved": "https://registry.npmjs.org/@lamassu/coins/-/coins-1.4.12.tgz",
"integrity": "sha512-7ATY2OZ7/Io6LHO8YK4shsGOIxhEuwDi1SrqQ8IxqgENuRxiRTlhx8PNwcey4tSoheNW6GR9vb2nDGDDkFzUQA==", "integrity": "sha512-DN3cH6KeEaKkidZWr9QOdoeKzS5aYvTnuVikPdwJJWtUFZG8b0+X3K4+3fEgtMY4JTrNdmjrGzaf5dOHNc9z6Q==",
"requires": { "requires": {
"@lamassu/bolt11": "1.5.1", "@lamassu/bolt11": "1.5.1",
"bech32": "2.0.0", "bech32": "2.0.0",
@ -10849,6 +10849,11 @@
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
"integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g=="
}, },
"lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"lodash.once": { "lodash.once": {
"version": "4.1.1", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",

View file

@ -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.11", "@lamassu/coins": "v1.4.12",
"@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",