Skip to content

Commit e1306cb

Browse files
fix(deps): update all non-major dependencies
1 parent 711755f commit e1306cb

7 files changed

Lines changed: 419 additions & 398 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup nodejs
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 20.19.6
38+
node-version: 20.20.0
3939
cache: yarn
4040

4141
- name: install dependencies

docker/eclair/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################
22
# Original Source: https://github.com/ACINQ/eclair/blob/v0.12.0/Dockerfile
33
#########################
4-
FROM eclipse-temurin:25.0.1_8-jdk-alpine as BUILD
4+
FROM eclipse-temurin:25.0.2_10-jdk-alpine as BUILD
55

66
# Let's fetch eclair dependencies, so that Docker can cache them
77
# This way we won't have to fetch dependencies again if only the source code changes
@@ -55,7 +55,7 @@ RUN cp -R -f /usr/repo/* .
5555
RUN ./mvnw package -pl eclair-node -am -DskipTests -Dgit.commit.id=notag -Dgit.commit.id.abbrev=notag -o
5656
# It might be good idea to run the tests here, so that the docker build fail if the code is bugged
5757

58-
FROM eclipse-temurin:25.0.1_8-jre-alpine
58+
FROM eclipse-temurin:25.0.2_10-jre-alpine
5959
WORKDIR /app
6060

6161
# install jq for eclair-cli

docker/litd/src.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start with a NodeJS base image that also contains yarn.
2-
FROM node:22.21.1-alpine@sha256:0340fa682d72068edf603c305bfbc10e23219fb0e40df58d9ea4d6f33a9798bf as nodejsbuilder
2+
FROM node:22.22.0-alpine@sha256:e4bf2a82ad0a4037d28035ae71529873c069b13eb0455466ae0bc13363826e34 as nodejsbuilder
33

44
ARG LITD_VERSION
55

@@ -17,7 +17,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
1717
# If you change this value, please also update:
1818
# /Dockerfile
1919
# /.github/workflows/main.yml
20-
FROM golang:1.24-bookworm as golangbuilder
20+
FROM golang:1.25-bookworm as golangbuilder
2121

2222
# Instead of checking out from git again, we just copy the whole working
2323
# directory of the previous stage that includes the generated static assets.

docker/simln/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Original Source: https://github.com/bitcoin-dev-project/sim-ln/blob/main/docker/Dockerfile
33

44
# Use the rust image as the base image for the build stage
5-
FROM rust:1.92.0 AS base
5+
FROM rust:1.93.0 AS base
66

77
# buildkit will provide this automatically, no need to pass it in
88
ARG TARGETARCH

docker/tapd/src.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bookworm as golangbuilder
1+
FROM golang:1.25-bookworm as golangbuilder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"@lightningpolar/litd-api": "0.16.0-alpha",
4747
"@lightningpolar/lnd-api": "0.20.0-beta",
4848
"@lightningpolar/tapd-api": "0.7.0-alpha",
49-
"@types/lodash": "4.17.21",
49+
"@types/lodash": "4.17.23",
5050
"archiver": "7.0.1",
5151
"docker-compose": "0.24.0",
52-
"dockerode": "4.0.2",
52+
"dockerode": "4.0.9",
5353
"electron-debug": "3.2.0",
5454
"electron-is-dev": "2.0.0",
5555
"electron-log": "4.4.8",
5656
"electron-window-state": "5.0.3",
57-
"fs-extra": "11.1.0",
57+
"fs-extra": "11.3.3",
5858
"lodash": "4.17.23",
59-
"semver": "7.7.3",
59+
"semver": "7.7.4",
6060
"shell-env": "3.0.1",
6161
"unzipper": "0.12.3",
6262
"xterm": "5.3.0",
@@ -65,8 +65,8 @@
6565
"devDependencies": {
6666
"@ant-design/icons": "5.6.1",
6767
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
68-
"@commitlint/cli": "20.2.0",
69-
"@commitlint/config-conventional": "20.2.0",
68+
"@commitlint/cli": "20.4.1",
69+
"@commitlint/config-conventional": "20.4.1",
7070
"@emotion/babel-plugin": "11.13.5",
7171
"@emotion/react": "11.14.0",
7272
"@emotion/styled": "11.14.1",
@@ -83,19 +83,19 @@
8383
"@types/fs-extra": "9.0.13",
8484
"@types/jest": "30.0.0",
8585
"@types/js-yaml": "4.0.9",
86-
"@types/node": "18.17.19",
87-
"@types/react": "18.3.27",
86+
"@types/node": "18.19.130",
87+
"@types/react": "18.3.28",
8888
"@types/react-copy-to-clipboard": "5.0.7",
8989
"@types/react-dom": "18.3.7",
9090
"@types/react-redux": "7.1.34",
9191
"@types/react-router": "5.1.20",
9292
"@types/react-router-dom": "5.3.3",
93-
"@types/redux-logger": "3.0.12",
93+
"@types/redux-logger": "3.0.13",
9494
"@types/unzipper": "0.10.11",
9595
"@types/ws": "8.18.1",
9696
"@typescript-eslint/eslint-plugin": "6.21.0",
9797
"@typescript-eslint/parser": "6.21.0",
98-
"antd": "4.24.12",
98+
"antd": "4.24.16",
9999
"babel-plugin-import": "1.13.8",
100100
"bitcoin-core": "5.0.0",
101101
"bufferutil": "4.1.0",
@@ -105,8 +105,8 @@
105105
"cross-env": "10.1.0",
106106
"detect-port": "1.6.1",
107107
"docker-compose": "0.24.0",
108-
"dockerode": "4.0.2",
109-
"easy-peasy": "6.0.5",
108+
"dockerode": "4.0.9",
109+
"easy-peasy": "6.1.0",
110110
"electron": "13.6.3",
111111
"electron-builder": "24.13.3",
112112
"electron-devtools-installer": "4.0.0",
@@ -123,7 +123,7 @@
123123
"jest-environment-jsdom-sixteen": "2.0.0",
124124
"js-yaml": "4.1.1",
125125
"less": "4.5.1",
126-
"less-loader": "12.3.0",
126+
"less-loader": "12.3.1",
127127
"lint-staged": "16.2.7",
128128
"lndconnect": "0.2.10",
129129
"nodemon": "3.1.11",
@@ -146,19 +146,19 @@
146146
"socket.io-client": "4.8.3",
147147
"standard-version": "9.5.0",
148148
"strip-ansi": "6.0.1",
149-
"styled-components": "6.1.19",
149+
"styled-components": "6.3.8",
150150
"stylelint": "16.26.1",
151151
"stylelint-config-prettier": "9.0.5",
152152
"stylelint-config-standard": "39.0.1",
153-
"testcafe": "3.7.3",
153+
"testcafe": "3.7.4",
154154
"testcafe-browser-provider-electron": "0.0.21",
155155
"testcafe-react-selectors": "5.0.3",
156156
"ts-node": "10.9.2",
157-
"typescript": "5.5.4",
157+
"typescript": "5.9.3",
158158
"utf-8-validate": "6.0.6",
159159
"wait-on": "9.0.3",
160160
"webpack": "4.44.2",
161-
"ws": "8.18.3"
161+
"ws": "8.19.0"
162162
},
163163
"resolutions": {
164164
"react-error-overlay": "6.0.9"

0 commit comments

Comments
 (0)