Skip to content

Commit 23478ba

Browse files
fix(deps): update all non-major dependencies
1 parent a2d4843 commit 23478ba

19 files changed

Lines changed: 7274 additions & 5510 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cache: 'pnpm'
5656

5757
- name: Cache APT Packages
58-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
58+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
5959
with:
6060
packages: bash procps python3 libvirt-dev jq zstd git build-essential
6161
version: 1.0
@@ -128,7 +128,7 @@ jobs:
128128
cache: 'pnpm'
129129

130130
- name: Cache APT Packages
131-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
131+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
132132
with:
133133
packages: bash procps python3 libvirt-dev jq zstd git build-essential
134134
version: 1.0

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'pnpm'
3535

3636
- name: Cache APT Packages
37-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
37+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
3838
with:
3939
packages: bash procps python3 libvirt-dev jq zstd git build-essential libvirt-daemon-system
4040
version: 1.0

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@v6
4242
with:
43-
node-version: '20.20.0'
43+
node-version: '20.20.2'
4444

4545
- name: Generate Release Notes
4646
id: generate_notes

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: 'pnpm'
4040

4141
- name: Cache APT Packages
42-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
42+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
4343
with:
4444
packages: bash procps python3 libvirt-dev jq zstd git build-essential libvirt-daemon-system php-cli
4545
version: 1.0

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@v6
4242
with:
43-
node-version: '20.20.0'
43+
node-version: '20.20.2'
4444

4545
- name: Check and Update Package Versions
4646
run: |

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
prerelease: false
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22.19.0
33+
node-version: 22.22.2
3434
- run: |
3535
cat << 'EOF' > release-notes.txt
3636
${{ steps.release-info.outputs.body }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.18.0
1+
22.22.2

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###########################################################
22
# Development/Build Image
33
###########################################################
4-
FROM node:22.18.0-bookworm-slim AS development
4+
FROM node:22.22.2-bookworm-slim AS development
55

66
# Install build tools and dependencies
77
RUN apt-get update -y && apt-get install -y \

api/package.json

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Lime Technology, Inc. <unraid.net>",
1111
"license": "GPL-2.0-or-later",
1212
"engines": {
13-
"pnpm": "10.15.0"
13+
"pnpm": "10.33.4"
1414
},
1515
"scripts": {
1616
"// Development": "",
@@ -55,100 +55,100 @@
5555
"unraid-api": "dist/cli.js"
5656
},
5757
"dependencies": {
58-
"@apollo/client": "3.14.0",
59-
"@apollo/server": "4.12.2",
58+
"@apollo/client": "3.14.1",
59+
"@apollo/server": "4.13.0",
6060
"@as-integrations/fastify": "2.1.1",
6161
"@fastify/cookie": "11.0.2",
62-
"@fastify/helmet": "13.0.1",
63-
"@graphql-codegen/client-preset": "5.0.0",
62+
"@fastify/helmet": "13.0.2",
63+
"@graphql-codegen/client-preset": "5.3.0",
6464
"@graphql-tools/load-files": "7.0.1",
65-
"@graphql-tools/merge": "9.1.1",
66-
"@graphql-tools/schema": "10.0.25",
67-
"@graphql-tools/utils": "10.9.1",
68-
"@jsonforms/core": "3.6.0",
69-
"@nestjs/apollo": "13.1.0",
70-
"@nestjs/cache-manager": "3.0.1",
71-
"@nestjs/common": "11.1.6",
72-
"@nestjs/config": "4.0.2",
73-
"@nestjs/core": "11.1.6",
74-
"@nestjs/event-emitter": "3.0.1",
75-
"@nestjs/graphql": "13.1.0",
65+
"@graphql-tools/merge": "9.1.9",
66+
"@graphql-tools/schema": "10.0.33",
67+
"@graphql-tools/utils": "10.11.0",
68+
"@jsonforms/core": "3.7.0",
69+
"@nestjs/apollo": "13.4.0",
70+
"@nestjs/cache-manager": "3.1.2",
71+
"@nestjs/common": "11.1.19",
72+
"@nestjs/config": "4.0.4",
73+
"@nestjs/core": "11.1.19",
74+
"@nestjs/event-emitter": "3.1.0",
75+
"@nestjs/graphql": "13.4.0",
7676
"@nestjs/passport": "11.0.5",
77-
"@nestjs/platform-fastify": "11.1.6",
78-
"@nestjs/schedule": "6.0.0",
79-
"@nestjs/throttler": "6.4.0",
80-
"@reduxjs/toolkit": "2.8.2",
77+
"@nestjs/platform-fastify": "11.1.19",
78+
"@nestjs/schedule": "6.1.3",
79+
"@nestjs/throttler": "6.5.0",
80+
"@reduxjs/toolkit": "2.11.2",
8181
"@runonflux/nat-upnp": "1.0.2",
8282
"@types/diff": "8.0.0",
8383
"@unraid/libvirt": "2.2.1",
8484
"@unraid/shared": "workspace:*",
8585
"accesscontrol": "2.2.1",
86-
"atomically": "2.0.3",
86+
"atomically": "2.1.1",
8787
"bycontract": "2.0.11",
8888
"bytes": "3.1.2",
89-
"cache-manager": "7.2.0",
89+
"cache-manager": "7.2.8",
9090
"cacheable-lookup": "7.0.0",
91-
"camelcase-keys": "10.0.0",
92-
"casbin": "5.38.0",
91+
"camelcase-keys": "10.0.2",
92+
"casbin": "5.50.0",
9393
"change-case": "5.4.4",
9494
"chokidar": "4.0.3",
9595
"class-transformer": "0.5.1",
96-
"class-validator": "0.14.2",
96+
"class-validator": "0.15.1",
9797
"cli-table": "0.3.11",
9898
"command-exists": "1.2.9",
99-
"convert": "5.12.0",
100-
"cookie": "1.0.2",
101-
"cron": "4.3.0",
99+
"convert": "5.14.1",
100+
"cookie": "1.1.1",
101+
"cron": "4.4.0",
102102
"cross-fetch": "4.1.0",
103-
"diff": "8.0.2",
104-
"dockerode": "4.0.7",
105-
"dotenv": "17.2.1",
103+
"diff": "8.0.4",
104+
"dockerode": "4.0.12",
105+
"dotenv": "17.4.2",
106106
"escape-html": "1.0.3",
107-
"execa": "9.6.0",
107+
"execa": "9.6.1",
108108
"exit-hook": "4.0.0",
109-
"fast-xml-parser": "5.3.0",
110-
"fastify": "5.5.0",
111-
"filenamify": "7.0.0",
112-
"fs-extra": "11.3.1",
113-
"glob": "11.0.3",
109+
"fast-xml-parser": "5.8.0",
110+
"fastify": "5.8.5",
111+
"filenamify": "7.0.1",
112+
"fs-extra": "11.3.5",
113+
"glob": "11.1.0",
114114
"global-agent": "3.0.0",
115-
"got": "14.4.7",
116-
"graphql": "16.11.0",
115+
"got": "14.6.6",
116+
"graphql": "16.14.0",
117117
"graphql-fields": "2.0.3",
118-
"graphql-scalars": "1.24.2",
118+
"graphql-scalars": "1.25.0",
119119
"graphql-subscriptions": "3.0.0",
120120
"graphql-tag": "2.12.6",
121-
"graphql-ws": "6.0.6",
121+
"graphql-ws": "6.0.8",
122122
"html-entities": "2.6.0",
123123
"ini": "5.0.0",
124124
"ip": "2.0.1",
125-
"jose": "6.0.13",
126-
"json-bigint-patch": "0.0.8",
127-
"lodash-es": "4.17.21",
125+
"jose": "6.2.3",
126+
"json-bigint-patch": "0.0.9",
127+
"lodash-es": "4.18.1",
128128
"multi-ini": "2.3.2",
129129
"mustache": "4.2.0",
130130
"nest-authz": "2.17.0",
131-
"nest-commander": "3.19.0",
132-
"nestjs-pino": "4.4.0",
131+
"nest-commander": "3.20.1",
132+
"nestjs-pino": "4.6.1",
133133
"node-cache": "5.1.2",
134134
"node-window-polyfill": "1.0.4",
135-
"openid-client": "6.6.4",
136-
"p-retry": "7.0.0",
135+
"openid-client": "6.8.4",
136+
"p-retry": "7.1.1",
137137
"passport-custom": "1.1.1",
138138
"passport-http-header-strategy": "1.1.0",
139139
"path-type": "6.0.0",
140-
"pino": "9.9.0",
140+
"pino": "9.14.0",
141141
"pino-http": "10.5.0",
142-
"pino-pretty": "13.1.1",
143-
"pm2": "6.0.8",
142+
"pino-pretty": "13.1.3",
143+
"pm2": "6.0.14",
144144
"reflect-metadata": "^0.1.14",
145145
"rxjs": "7.8.2",
146-
"semver": "7.7.2",
146+
"semver": "7.8.0",
147147
"strftime": "0.10.3",
148-
"systeminformation": "5.27.8",
149-
"undici": "7.15.0",
150-
"uuid": "13.0.0",
151-
"ws": "8.18.3",
148+
"systeminformation": "5.31.6",
149+
"undici": "7.25.0",
150+
"uuid": "13.0.2",
151+
"ws": "8.20.1",
152152
"zen-observable-ts": "1.1.0",
153153
"zod": "3.25.76"
154154
},
@@ -161,37 +161,37 @@
161161
}
162162
},
163163
"devDependencies": {
164-
"@eslint/js": "9.34.0",
165-
"@graphql-codegen/add": "6.0.0",
166-
"@graphql-codegen/cli": "6.0.0",
167-
"@graphql-codegen/fragment-matcher": "6.0.0",
164+
"@eslint/js": "9.39.4",
165+
"@graphql-codegen/add": "6.0.1",
166+
"@graphql-codegen/cli": "6.3.1",
167+
"@graphql-codegen/fragment-matcher": "6.0.1",
168168
"@graphql-codegen/import-types-preset": "3.0.1",
169-
"@graphql-codegen/typed-document-node": "6.0.0",
170-
"@graphql-codegen/typescript": "5.0.0",
171-
"@graphql-codegen/typescript-operations": "5.0.0",
172-
"@graphql-codegen/typescript-resolvers": "5.0.0",
169+
"@graphql-codegen/typed-document-node": "6.1.8",
170+
"@graphql-codegen/typescript": "5.0.10",
171+
"@graphql-codegen/typescript-operations": "5.1.0",
172+
"@graphql-codegen/typescript-resolvers": "5.1.8",
173173
"@graphql-typed-document-node/core": "3.2.0",
174-
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
175-
"@nestjs/testing": "11.1.6",
174+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
175+
"@nestjs/testing": "11.1.19",
176176
"@originjs/vite-plugin-commonjs": "1.0.3",
177-
"@rollup/plugin-node-resolve": "16.0.1",
178-
"@swc/core": "1.13.5",
177+
"@rollup/plugin-node-resolve": "16.0.3",
178+
"@swc/core": "1.15.33",
179179
"@types/async-exit-hook": "2.0.2",
180180
"@types/bytes": "3.1.5",
181181
"@types/cli-table": "0.3.4",
182182
"@types/command-exists": "1.2.3",
183183
"@types/cors": "2.8.19",
184-
"@types/dockerode": "3.3.43",
184+
"@types/dockerode": "3.3.47",
185185
"@types/graphql-fields": "1.3.9",
186186
"@types/graphql-type-uuid": "0.2.6",
187187
"@types/ini": "4.1.1",
188188
"@types/ip": "1.1.3",
189-
"@types/lodash": "4.17.20",
189+
"@types/lodash": "4.17.24",
190190
"@types/lodash-es": "4.17.12",
191191
"@types/mustache": "4.2.6",
192-
"@types/node": "22.18.0",
192+
"@types/node": "22.19.19",
193193
"@types/pify": "6.1.0",
194-
"@types/semver": "7.7.0",
194+
"@types/semver": "7.7.1",
195195
"@types/sendmail": "1.4.7",
196196
"@types/stoppable": "1.1.3",
197197
"@types/strftime": "0.9.8",
@@ -201,29 +201,29 @@
201201
"@types/wtfnode": "0.10.0",
202202
"@vitest/coverage-v8": "3.2.4",
203203
"@vitest/ui": "3.2.4",
204-
"eslint": "9.34.0",
204+
"eslint": "9.39.4",
205205
"eslint-plugin-import": "2.32.0",
206206
"eslint-plugin-no-relative-import-paths": "1.6.1",
207-
"eslint-plugin-prettier": "5.5.4",
208-
"jiti": "2.5.1",
209-
"nodemon": "3.1.10",
210-
"prettier": "3.6.2",
211-
"rollup-plugin-node-externals": "8.1.0",
212-
"supertest": "7.1.4",
213-
"tsx": "4.20.5",
214-
"type-fest": "5.0.0",
215-
"typescript": "5.9.2",
216-
"typescript-eslint": "8.41.0",
217-
"unplugin-swc": "1.5.7",
218-
"vite": "7.1.3",
207+
"eslint-plugin-prettier": "5.5.5",
208+
"jiti": "2.7.0",
209+
"nodemon": "3.1.14",
210+
"prettier": "3.8.3",
211+
"rollup-plugin-node-externals": "8.1.2",
212+
"supertest": "7.2.2",
213+
"tsx": "4.21.0",
214+
"type-fest": "5.6.0",
215+
"typescript": "5.9.3",
216+
"typescript-eslint": "8.59.3",
217+
"unplugin-swc": "1.5.9",
218+
"vite": "7.3.3",
219219
"vite-plugin-node": "7.0.0",
220220
"vite-tsconfig-paths": "5.1.4",
221221
"vitest": "3.2.4",
222-
"zx": "8.8.1"
222+
"zx": "8.8.5"
223223
},
224224
"overrides": {
225225
"eslint": {
226-
"jiti": "2.5.1"
226+
"jiti": "2.7.0"
227227
},
228228
"@as-integrations/fastify": {
229229
"fastify": "$fastify"
@@ -234,5 +234,5 @@
234234
}
235235
},
236236
"private": true,
237-
"packageManager": "pnpm@10.15.0"
237+
"packageManager": "pnpm@10.33.4"
238238
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"pnpm": {
2424
"overrides": {
25-
"graphql": "16.11.0",
26-
"@graphql-tools/utils": "10.9.1"
25+
"graphql": "16.14.0",
26+
"@graphql-tools/utils": "10.11.0"
2727
},
2828
"peerDependencyRules": {
2929
"allowAny": [
@@ -52,13 +52,13 @@
5252
]
5353
},
5454
"dependencies": {
55-
"@manypkg/cli": "0.25.0",
56-
"chalk": "5.6.0",
57-
"diff": "8.0.2",
55+
"@manypkg/cli": "0.25.1",
56+
"chalk": "5.6.2",
57+
"diff": "8.0.4",
5858
"ignore": "7.0.5"
5959
},
6060
"devDependencies": {
61-
"lint-staged": "16.1.5",
61+
"lint-staged": "16.4.0",
6262
"simple-git-hooks": "2.13.1"
6363
},
6464
"simple-git-hooks": {
@@ -75,5 +75,5 @@
7575
"pnpm --filter @unraid/ui lint:fix"
7676
]
7777
},
78-
"packageManager": "pnpm@10.15.0"
78+
"packageManager": "pnpm@10.33.4"
7979
}

0 commit comments

Comments
 (0)