Evan Kaloudis
4f36cad55c
fix(LNC): route register callbacks through events to avoid new-arch crash
2026-07-27 10:54:33 -04:00
Evan Kaloudis
b83051de59
tests: add mocha suite for vendored lnc-rn lib
...
The module's 'mocha --reporter spec' test script has been dead
scaffolding since the beginning - upstream lightninglabs/lnc-rn never
shipped a test directory - so yarn test always failed with 'No test
files found'.
Add a suite for the parts of lib/ that run in plain Node (lnc.ts needs
react-native and is exercised through the app):
- api/createRpc: unary calls route to lnc.request with capitalized
method names; every entry in lnc-core's subscriptionMethods routes
to lnc.subscribe
- util/credentialStore: field storage, isPaired logic, clear()
- util/log: level filtering, prefix naming, fromEnv no-op default
Wiring notes:
- .mocharc.yml requires ts-node/register/transpile-only so no
@types/mocha or @types/chai devDependencies are needed
- the spec pattern avoids ** because the minimatch 9 resolution pin
makes mocha's bundled glob 7 crash on globstar (GLOBSTAR is a Symbol
in minimatch 4+)
- root jest gains 'zeus_modules' in testPathIgnorePatterns: its
crawler only skips node_modules, so it would otherwise collect these
mocha tests into the app's jest run
2026-07-25 14:40:11 -04:00
Evan Kaloudis
ec2197db28
build: fix vendored lnc-rn bob build under repo nesting
...
The lnc-rn prepare step (bob build) failed its typescript target on
every yarn install inside the module: tsc's automatic @types inclusion
walks up parent node_modules, so the vendored copy picked up the zeus
root's @types/lodash, whose 'infer N extends number' syntax the
package's pinned TypeScript 4.5.5 cannot parse (TS1005). Upstream
lnc-rn never hits this because it is not nested inside another repo.
Fix: restrict typeRoots to the package's own node_modules/@types.
Also commit the dist/ output regenerated by the pinned toolchain so
prepare is idempotent and installs leave a clean tree:
- dist/typescript is byte-identical, so the type surface zeus's tsc
consumes is unchanged
- dist/commonjs and dist/module drift is babel class-property lowering
(previous committed copy kept class-fields syntax); zeus never runs
these files - Metro resolves the react-native field to lib/ source
- dist/commonjs/package.json ({"type":"commonjs"}) is dropped: bob
0.18.3 does not emit it and the package has no "type" field, so CJS
is already the default
2026-07-25 14:32:55 -04:00
Evan Kaloudis
effc8859c4
chore(deps): clear Dependabot alerts on transitive dependencies
...
Root:
- bump brace-expansion resolutions for GHSA-3jxr-9vmj-r5cp: blanket
pin 1.1.13 -> 1.1.16, protobufjs-cli scope 2.0.3 -> 2.1.2; add
react-native-blob-util/brace-expansion 5.0.8 so the minimatch 10 /
glob 13 subtree gets the only patched line for GHSA-mh99-v99m-4gvg
- re-resolve the stale ws@^6.2.3 lockfile entry 6.2.3 -> 6.2.6 for
GHSA-96hv-2xvq-fx4p (dev-only, @react-native-community/cli-server-api)
zeus_modules/@lightninglabs/lnc-rn (vendored; dev tooling only, none
of this is bundled into the app):
- js-yaml 3.14.1 -> 3.15.0 and 4.1.0 -> 4.3.0 (via mocha/js-yaml
resolution) for GHSA-52cp-r559-cp3m and GHSA-h67p-54hq-rp68
- ws 6.2.3 -> 6.2.6 and 7.5.10 -> 7.5.13 for GHSA-96hv-2xvq-fx4p
2026-07-25 14:21:48 -04:00
Evan Kaloudis
f9cfb74d74
chore(deps): migrate lnc-rn from deprecated tslint to eslint v9
...
Applies lightninglabs/lnc-rn#45 to the vendored copy in zeus_modules:
- add eslint.config.mjs (flat config, eslint v9 + typescript-eslint v8)
translating the previous tslint.json rule set
- swap tslint/tslint-config-prettier devDependencies for @eslint/js,
eslint, eslint-config-prettier, globals and typescript-eslint;
lint script is now 'eslint lib'
- drop unused Proxy handler params in lib/api/createRpc.ts and the
unused catch binding in lib/lnc.ts, mirrored into the prebuilt dist/
- regenerate the module's local yarn.lock
No runtime behavior change. The root package.json and yarn.lock are
untouched, so contributors do not need to re-run yarn.
2026-07-25 01:00:58 -04:00
dependabot[bot] and GitHub
a2e1a15a44
chore(deps): bump fast-uri in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.4 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-21 20:40:18 +00:00
dependabot[bot] and GitHub
02107399c5
chore(deps): bump shell-quote in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [shell-quote](https://github.com/ljharb/shell-quote ) from 1.8.4 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.4...v1.10.0 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-version: 1.10.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-21 13:55:56 +00:00
Evan Kaloudis and GitHub
c78bad9163
Merge pull request #4236 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-rn/brace-expansion-5.0.7
...
chore(deps): bump brace-expansion from 5.0.6 to 5.0.7 in /zeus_modules/@lightninglabs/lnc-rn
2026-07-21 09:54:54 -04:00
dependabot[bot] and GitHub
aa4cee261c
chore(deps): bump brace-expansion in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.7 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 5.0.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-21 11:41:04 +00:00
dependabot[bot] and GitHub
397e1e677a
chore(deps): bump brace-expansion
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.11 to 1.1.16.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.16 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.16
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-21 07:38:52 +00:00
dependabot[bot] and GitHub
c52a7a6885
chore(deps): bump js-yaml in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.2 to 3.15.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.2...3.15.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.15.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-01 01:12:35 +00:00
dependabot[bot] and GitHub
10030eb520
chore(deps-dev): bump @babel/core in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.10 to 7.29.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.29.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-19 18:48:33 +00:00
dependabot[bot] and GitHub
ddcebd58d8
chore(deps): bump shell-quote in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [shell-quote](https://github.com/ljharb/shell-quote ) from 1.8.1 to 1.8.4.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.1...v1.8.4 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-version: 1.8.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-09 14:33:10 +00:00
Evan Kaloudis
2c4760890d
deps: pin patched transitive dep minimatch in lnc-rn to v9.0.7
2026-05-13 18:10:30 -04:00
Evan Kaloudis
4d98d3dfd9
deps: pin patched transitive deps in zeus_modules to clear CVEs
2026-05-13 18:04:50 -04:00
dependabot[bot] and GitHub
a3e593d4a2
chore(deps): bump @protobufjs/utf8
...
Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcodeIO/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dcodeIO/protobuf.js/compare/protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1 )
---
updated-dependencies:
- dependency-name: "@protobufjs/utf8"
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-12 17:33:16 +00:00
dependabot[bot] and GitHub
e5bf4bf0d9
chore(deps): bump @protobufjs/utf8
...
Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcodeIO/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dcodeIO/protobuf.js/compare/protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1 )
---
updated-dependencies:
- dependency-name: "@protobufjs/utf8"
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-12 15:16:38 +00:00
dependabot[bot] and GitHub
a6c2faf61e
chore(deps): bump @babel/plugin-transform-modules-systemjs
...
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs ) from 7.23.9 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
dependency-version: 7.29.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-09 03:53:16 +00:00
dependabot[bot] and GitHub
2662219d47
chore(deps): bump fast-uri in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-08 23:34:24 +00:00
dependabot[bot] and GitHub
8cc4d4e9cb
chore(deps): bump fast-xml-parser in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.5.4 to 4.5.6.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.4...v4.5.6 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 4.5.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-09 06:49:31 +00:00
Evan Kaloudis and GitHub
e7ca325b6f
Merge pull request #3939 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-core/lodash-4.18.1
...
chore(deps): bump lodash from 4.17.23 to 4.18.1 in /zeus_modules/@lightninglabs/lnc-core
2026-04-02 12:43:51 -04:00
dependabot[bot] and GitHub
4beca24e26
chore(deps): bump lodash in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-02 15:53:05 +00:00
dependabot[bot] and GitHub
00118eb0c8
chore(deps): bump lodash in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-02 15:35:08 +00:00
dependabot[bot] and GitHub
2092dfcc08
chore(deps-dev): bump webpack in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.94.0 to 5.104.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.104.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.104.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-31 18:47:12 +00:00
Evan Kaloudis and GitHub
6eccea5283
Merge pull request #3891 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-rn/picomatch-2.3.2
...
build(deps): bump picomatch from 2.3.1 to 2.3.2 in /zeus_modules/@lightninglabs/lnc-rn
2026-03-25 23:09:22 -04:00
Evan Kaloudis and GitHub
d247832731
Merge pull request #3890 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-core/picomatch-2.3.2
...
build(deps): bump picomatch from 2.3.1 to 2.3.2 in /zeus_modules/@lightninglabs/lnc-core
2026-03-25 23:08:54 -04:00
dependabot[bot] and GitHub
477df11de3
build(deps): bump picomatch in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 23:35:41 +00:00
dependabot[bot] and GitHub
18759e8327
build(deps): bump picomatch in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 23:08:30 +00:00
Evan Kaloudis
69ae68c1eb
deps: Update lnc-core to v0.3.5-alpha (LND v0.20.0-beta protos), strip non-LND services
2026-03-25 10:50:08 -04:00
dependabot[bot] and GitHub
b6cb9a4c88
chore(deps): bump fast-xml-parser in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.4.1 to 4.5.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.1...v4.5.4 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 4.5.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-03 18:19:25 +00:00
dependabot[bot] and GitHub
a7230604d0
chore(deps): bump minimatch in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 06:06:43 +00:00
dependabot[bot] and GitHub
253da0c06d
build(deps-dev): bump webpack in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.94.0 to 5.104.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.104.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.104.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-05 21:05:05 +00:00
Evan Kaloudis and GitHub
f105f3388f
Merge pull request #3563 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-core/lodash-4.17.23
...
build(deps): bump lodash from 4.17.21 to 4.17.23 in /zeus_modules/@lightninglabs/lnc-core
2026-01-22 09:37:34 -05:00
dependabot[bot] and GitHub
24638442a1
build(deps): bump lodash in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-21 23:50:56 +00:00
dependabot[bot] and GitHub
ccb8b20f32
build(deps): bump lodash in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-21 23:44:09 +00:00
Evan Kaloudis and GitHub
5269c9d058
Merge pull request #3535 from ZeusLN/dependabot/npm_and_yarn/zeus_modules/lightninglabs/lnc-rn/braces-3.0.3
...
build(deps): bump braces from 3.0.2 to 3.0.3 in /zeus_modules/@lightninglabs/lnc-rn
2026-01-14 10:03:39 -05:00
dependabot[bot] and GitHub
2831b5cdcd
build(deps): bump js-yaml in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 04:28:53 +00:00
dependabot[bot] and GitHub
b24f4a0486
build(deps): bump braces in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-version: 3.0.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-14 04:28:46 +00:00
dependabot[bot] and GitHub
3b22446a69
build(deps): bump sha.js in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [sha.js](https://github.com/crypto-browserify/sha.js ) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12 )
---
updated-dependencies:
- dependency-name: sha.js
dependency-version: 2.4.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-03 06:27:50 +00:00
dependabot[bot] and GitHub
32ebf25a14
build(deps): bump cipher-base in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base ) from 1.0.4 to 1.0.6.
- [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.6 )
---
updated-dependencies:
- dependency-name: cipher-base
dependency-version: 1.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-21 15:58:12 +00:00
dependabot[bot] and GitHub
05fb485cec
build(deps): bump pbkdf2 in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2 ) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: pbkdf2
dependency-version: 3.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-29 16:17:31 +00:00
dependabot[bot] and GitHub
4b1dc7e2d1
Bump elliptic in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.6.0 to 6.6.1.
- [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-14 01:50:00 +00:00
Evan Kaloudis
ea5f4e0877
Backends: wire up BumpForceCloseFee
2024-12-22 11:57:53 -05:00
Evan Kaloudis
d626c36856
LNC: update protos to v0.18.4-beta +
2024-12-18 16:56:26 -05:00
dependabot[bot] and GitHub
a81b9ae4d6
Bump cross-spawn in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-23 21:18:29 +00:00
dependabot[bot] and GitHub
da444e6c4e
Bump cross-spawn in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-20 22:27:16 +00:00
dependabot[bot] and GitHub
5c5c90ceef
Bump elliptic in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-01 14:42:49 +00:00
Evan Kaloudis
1d8f90cb1c
protos: update lnc-rn package
2024-09-21 20:23:24 -04:00
dependabot[bot] and GitHub
fc51e73166
Bump serve-static in /zeus_modules/@lightninglabs/lnc-rn
...
Bumps [serve-static](https://github.com/expressjs/serve-static ) from 1.15.0 to 1.16.2.
- [Release notes](https://github.com/expressjs/serve-static/releases )
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md )
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2 )
---
updated-dependencies:
- dependency-name: serve-static
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-17 13:03:36 +00:00
dependabot[bot] and GitHub
3f20794831
Bump micromatch in /zeus_modules/@lightninglabs/lnc-core
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-30 17:35:41 +00:00