Commit graph

101 commits

Author SHA1 Message Date
dependabot[bot]
6c6387e278
build(deps): bump store2 from 2.14.2 to 2.14.4 in /app
Bumps [store2](https://github.com/nbubna/store) from 2.14.2 to 2.14.4.
- [Commits](https://github.com/nbubna/store/compare/2.14.2...2.14.4)

---
updated-dependencies:
- dependency-name: store2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 14:56:24 +00:00
dependabot[bot]
5d5c219ccc
build(deps): bump nanoid from 3.3.2 to 3.3.8 in /app
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.2 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.2...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 16:24:47 +00:00
dependabot[bot]
6d3ede64d4
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /app
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-19 04:09:49 +00:00
dependabot[bot]
f573305d8b
build(deps): bump http-proxy-middleware from 1.0.4 to 2.0.7 in /app
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 1.0.4 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v1.0.4...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 18:12:18 +00:00
dependabot[bot]
0b7610dec8
build(deps): bump markdown-to-jsx from 7.3.2 to 7.5.0 in /app
Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.3.2 to 7.5.0.
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/quantizor/markdown-to-jsx/compare/v7.3.2...v7.5.0)

---
updated-dependencies:
- dependency-name: markdown-to-jsx
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 18:08:52 +00:00
dependabot[bot]
acc4afe58c
build(deps): bump rollup from 2.70.1 to 2.79.2 in /app
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:54:22 +00:00
djkazic
9c9d8bceef build: bump google-protobuf dep 2024-09-22 12:58:19 -04:00
dependabot[bot]
380853f89b
build(deps): bump express from 4.19.2 to 4.21.0 in /app
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 08:19:43 +00:00
Viktor Tigerström
1165e4d85a
proto + app: bump node + protoc & make protos
In the next commit, we'll bump our lnd dependency to `v0.18.3-beta`.
That version adds explicitly declared optional protos fields with commit
3de6c5415a

Optional proto fields are only available in Proto3 after protoc version
`3.15+`, and we therefore need to bump our protoc version for the protos
generation script to support them.

When doing so, we mimic the protobuf-compiler version used in `lnd`,
which is `3.21.12`. As protobuf-compiler 3.21.x+ is only available for
Node.js base images with Debian 12 (bookworm), we also update our NodeJS
base image to version 22.8.0-bookworm.
2024-09-16 12:50:55 +07:00
dependabot[bot]
626af00234
build(deps): bump micromatch from 4.0.5 to 4.0.8 in /app
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-31 15:02:05 +00:00
dependabot[bot]
923ed80570
build(deps): bump ws from 6.2.2 to 6.2.3 in /app
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 07:16:18 +00:00
dependabot[bot]
473c15e7cc
build(deps): bump braces from 3.0.2 to 3.0.3 in /app
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-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 11:14:14 +00:00
dependabot[bot]
64a145e80d
build(deps): bump ejs from 3.1.8 to 3.1.10 in /app
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 01:58:43 +00:00
Jamal James
080c93429e
Merge pull request #744 from lightninglabs/dependabot/npm_and_yarn/app/semver-7.6.0
build(deps): bump semver from 7.0.0 to 7.6.0 in /app
2024-04-15 09:44:52 -05:00
dependabot[bot]
24cb954c3c
build(deps): bump webpack from 5.71.0 to 5.89.0 in /app
Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 17:55:23 +00:00
dependabot[bot]
922946867b
build(deps): bump semver from 7.0.0 to 7.6.0 in /app
Bumps [semver](https://github.com/npm/node-semver) from 7.0.0 to 7.6.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.0.0...v7.6.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 17:55:04 +00:00
dependabot[bot]
fb56f30abb
build(deps): bump tar from 6.2.0 to 6.2.1 in /app
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 13:15:09 +00:00
dependabot[bot]
a7e9e304a2
build(deps): bump express from 4.17.3 to 4.19.2 in /app
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 00:05:18 +00:00
dependabot[bot]
b08d8c9af1
build(deps): bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /app
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.1...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 20:30:02 +00:00
dependabot[bot]
4ec13db7a9
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /app
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 17:22:44 +00:00
dependabot[bot]
eb72e7ba42
build(deps): bump ip from 1.1.5 to 1.1.9 in /app
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 18:54:51 +00:00
dependabot[bot]
5017bf55a7
build(deps): bump follow-redirects from 1.14.9 to 1.15.4 in /app
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.9...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 20:01:23 +00:00
dependabot[bot]
614247304f
build(deps): bump loader-utils from 2.0.2 to 2.0.4 in /app
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 17:15:53 +00:00
jamaljsr
b61a20b880
chore: update d3 to v7.8.5 2023-11-30 10:42:02 -06:00
jamaljsr
f028622e64
chore update react-i18next to v13.5.0 2023-11-30 10:42:02 -06:00
jamaljsr
24e0c09790
chore: move react-scripts to dev dependencies
the dependencies of react-scripts are not used in production, so it
makes sense to move them to dev dependencies to minimize the false
positives when running `yarn audit --groups dependencies`. After making
this change, I needed to add some module resolutions in order to keep
storybook and jest working.
2023-11-30 10:42:02 -06:00
jamaljsr
2c693f2cb3
chore: update storybook to v7.5.3 2023-11-30 10:42:02 -06:00
jamaljsr
e716b86ffd
chore: update webpack to v5.89.0 2023-11-30 10:42:02 -06:00
dependabot[bot]
393c29f6bf
build(deps): bump browserify-sign from 4.2.1 to 4.2.2 in /app
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 20:17:51 +00:00
dependabot[bot]
8a40475d2c
build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 in /app
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2.
- [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.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:16:29 +00:00
dependabot[bot]
cdf0e833f3
build(deps): bump debug from 4.1.1 to 4.3.1 in /app
Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.1.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.1)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:51:26 +00:00
dependabot[bot]
a8992d1e48
build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /app
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 05:36:25 +00:00
dependabot[bot]
8915cd277a
build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /app
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-16 11:35:52 -05:00
dependabot[bot]
710e5b8e9e
build(deps): bump semver from 7.3.5 to 7.5.2 in /app
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-24 05:13:09 +00:00
Rachel Fish
084f0a2737 deps: Installed react-collapse 2022-11-05 00:59:21 -06:00
Rachel Fish
ae43df0a88 deps: Installed rc-switch and terminal-web FormSwitch component 2022-11-04 23:41:28 -06:00
dependabot[bot]
dcfa21663e
build(deps): bump json5 from 1.0.1 to 1.0.2 in /app
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 14:22:05 +00:00
dependabot[bot]
9efeb963b4
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /app
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 09:31:56 +00:00
dependabot[bot]
bfc59f8777
build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /app
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 03:21:29 +00:00
jamaljsr
3cd4ad2a15
ui+connect: add QR code and magic links for sessions 2022-08-23 15:10:52 -04:00
jamaljsr
87e066eae2
chore: update @storybook/* packages 2022-08-01 13:57:42 -04:00
jamaljsr
64a3152494
chore: update react-scripts to v5.0.1 2022-08-01 13:30:18 -04:00
dependabot[bot]
2efe3eba6c
build(deps): bump ejs from 3.1.6 to 3.1.8 in /app
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 18:43:43 +00:00
Rohit Nair
b49f4d55ce Upgrade storybook to v6.5
Ran `npx sb upgrade` to upgrade storybook from v5.3 to v6.5.
Answer `Yes` to use webpack5 manager.
2022-06-02 10:21:44 -06:00
Rohit Nair
555ae7c0c8 Upgrade react-router
* Removed `react-router`
* Install react-router-dom`
* Removed `history` resolution
2022-06-02 08:15:34 -06:00
dependabot[bot]
68af3f488c
build(deps): bump eventsource from 1.1.0 to 1.1.1 in /app
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 22:01:18 +00:00
jamaljsr
31ae6aba8d
deps: install semver package from npm 2022-04-04 12:14:31 -04:00
jamaljsr
43e26dcf10
deps: add buffer package to resolve a webpack breaking change 2022-04-03 17:18:28 -04:00
jamaljsr
cd3384786f
deps: update react-scripts to v5.0.0 2022-04-03 17:18:25 -04:00
dependabot[bot]
ae8e961885
build(deps): bump nanoid from 3.1.23 to 3.2.0 in /app
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 09:09:22 +00:00