Skip to content

Commit 3354522

Browse files
fix(deps): update all non-major dependencies
1 parent 69edccd commit 3354522

4 files changed

Lines changed: 342 additions & 258 deletions

File tree

docker/litd/src.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
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.21",
5959
"semver": "7.7.3",
6060
"shell-env": "3.0.1",
@@ -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.3.1",
69+
"@commitlint/config-conventional": "20.3.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",
86+
"@types/node": "18.19.130",
8787
"@types/react": "18.3.27",
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",
@@ -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.4",
150150
"stylelint": "16.26.1",
151151
"stylelint-config-prettier": "9.0.5",
152152
"stylelint-config-standard": "39.0.1",
153153
"testcafe": "3.7.3",
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)