fix(minimal-slp-wallet): Updating to v5.5.5

This commit is contained in:
Chris Troutner
2022-12-05 13:51:41 -08:00
parent dd7db3814a
commit 4f2c87bbd4
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -29,7 +29,7 @@
"koa-static": "5.0.0",
"koa2-ratelimit": "0.9.1",
"line-reader": "0.4.0",
"minimal-slp-wallet": "5.5.3",
"minimal-slp-wallet": "5.5.5",
"mongoose": "5.13.14",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
"nodemailer": "6.7.5",
@@ -7917,9 +7917,9 @@
}
},
"node_modules/minimal-slp-wallet": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-5.5.3.tgz",
"integrity": "sha512-3F7LCm8OBcE5NNSLR3QFRbQmWpboMhprPA52dg6vL9CobXJ3G0rzybU8+sdoQO7UwjQf7xVMQKwslIuyYc7dvQ==",
"version": "5.5.5",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-5.5.5.tgz",
"integrity": "sha512-2L0AsMqaQVz939UNUWXnI+9+pzUEaxPSZfXgYQc2hErpk0+XvysnLTjWvT1DOgB1Cqg5Edy6Q02mRxOdXCJO+w==",
"dependencies": {
"@chris.troutner/retry-queue-commonjs": "1.0.8",
"@psf/bch-js": "6.5.3",
@@ -20926,9 +20926,9 @@
"dev": true
},
"minimal-slp-wallet": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-5.5.3.tgz",
"integrity": "sha512-3F7LCm8OBcE5NNSLR3QFRbQmWpboMhprPA52dg6vL9CobXJ3G0rzybU8+sdoQO7UwjQf7xVMQKwslIuyYc7dvQ==",
"version": "5.5.5",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-5.5.5.tgz",
"integrity": "sha512-2L0AsMqaQVz939UNUWXnI+9+pzUEaxPSZfXgYQc2hErpk0+XvysnLTjWvT1DOgB1Cqg5Edy6Q02mRxOdXCJO+w==",
"requires": {
"@chris.troutner/retry-queue-commonjs": "1.0.8",
"@psf/bch-js": "6.5.3",
+1 -1
View File
@@ -44,7 +44,7 @@
"koa-static": "5.0.0",
"koa2-ratelimit": "0.9.1",
"line-reader": "0.4.0",
"minimal-slp-wallet": "5.5.3",
"minimal-slp-wallet": "5.5.5",
"mongoose": "5.13.14",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
"nodemailer": "6.7.5",