From c75771badbbf1efb98ff1b19e67deaa345caee3b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:15:23 +0000 Subject: [PATCH] Update lnmessage to version 0.2.7 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 625d64fb4d..b509a33660 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "i18next": "^23.8.2", "i18next-browser-languagedetector": "^7.2.0", "liquidjs-lib": "^6.0.2-liquid.29", - "lnmessage": "^0.2.3", + "lnmessage": "^0.2.7", "lodash.merge": "^4.6.2", "lodash.pick": "^4.4.0", "lodash.snakecase": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 6be21d9791..a96f535c38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1089,7 +1089,7 @@ resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz" integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA== -"@noble/hashes@1.3.3", "@noble/hashes@^1.3.3", "@noble/hashes@~1.3.2": +"@noble/hashes@1.3.3", "@noble/hashes@^1.3.1", "@noble/hashes@^1.3.3", "@noble/hashes@~1.3.2": version "1.3.3" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== @@ -6641,16 +6641,16 @@ listr2@7.0.2: rfdc "^1.3.0" wrap-ansi "^8.1.0" -lnmessage@^0.2.3: - version "0.2.3" - resolved "https://registry.npmjs.org/lnmessage/-/lnmessage-0.2.3.tgz" - integrity sha512-ldiefP6qzn6oc+skU7VdQ2nWEsQwb/xVVUYR3qAVE/cgUXCNNYPAO8aHn0bkkkhXX3QqrBFATdmaNgdy2eE3zA== +lnmessage@^0.2.7: + version "0.2.7" + resolved "https://registry.yarnpkg.com/lnmessage/-/lnmessage-0.2.7.tgz#1af7e65484944ac21b775bf0e1da30caee0997a0" + integrity sha512-4Q3Svjm7mrg8WMvg0YEfxe8HrOXbFwuujuXRczGwsr5bN20eGpxDGVUpNnIxqpFPq0J3e8PzyZWYcSxjSSuCsQ== dependencies: - "@noble/hashes" "^1.2.0" - "@noble/secp256k1" "^1.7.1" + "@noble/hashes" "^1.3.1" + "@noble/secp256k1" "^2.0.0" buffer "^6.0.3" rxjs "^7.5.7" - ws "^8.12.1" + ws "^8.13.0" loader-runner@^4.2.0: version "4.2.0" @@ -10251,7 +10251,7 @@ ws@^7.3.1: resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== -ws@^8.12.1, ws@^8.13.0, ws@^8.8.0: +ws@^8.13.0, ws@^8.8.0: version "8.13.0" resolved "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz" integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==