Skip to content

Commit f548c51

Browse files
fix(deps): update all non-major dependencies
1 parent d7aca81 commit f548c51

File tree

17 files changed

+4558
-4190
lines changed

17 files changed

+4558
-4190
lines changed

.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
@@ -121,7 +121,7 @@ jobs:
121121
cache: 'pnpm'
122122

123123
- name: Cache APT Packages
124-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
124+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
125125
with:
126126
packages: bash procps python3 libvirt-dev jq zstd git build-essential
127127
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/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/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@v5
3232
with:
33-
node-version: 22.19.0
33+
node-version: 22.21.1
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.21.1

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.21.1-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: 65 additions & 65 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.22.0"
1414
},
1515
"scripts": {
1616
"// Development": "",
@@ -57,93 +57,93 @@
5757
"@apollo/server": "4.12.2",
5858
"@as-integrations/fastify": "2.1.1",
5959
"@fastify/cookie": "11.0.2",
60-
"@fastify/helmet": "13.0.1",
61-
"@graphql-codegen/client-preset": "5.0.0",
60+
"@fastify/helmet": "13.0.2",
61+
"@graphql-codegen/client-preset": "5.1.3",
6262
"@graphql-tools/load-files": "7.0.1",
63-
"@graphql-tools/merge": "9.1.1",
64-
"@graphql-tools/schema": "10.0.25",
65-
"@graphql-tools/utils": "10.9.1",
63+
"@graphql-tools/merge": "9.1.5",
64+
"@graphql-tools/schema": "10.0.29",
65+
"@graphql-tools/utils": "10.10.3",
6666
"@jsonforms/core": "3.6.0",
67-
"@nestjs/apollo": "13.1.0",
67+
"@nestjs/apollo": "13.2.1",
6868
"@nestjs/cache-manager": "3.0.1",
69-
"@nestjs/common": "11.1.6",
69+
"@nestjs/common": "11.1.9",
7070
"@nestjs/config": "4.0.2",
71-
"@nestjs/core": "11.1.6",
71+
"@nestjs/core": "11.1.9",
7272
"@nestjs/event-emitter": "3.0.1",
73-
"@nestjs/graphql": "13.1.0",
73+
"@nestjs/graphql": "13.2.0",
7474
"@nestjs/passport": "11.0.5",
75-
"@nestjs/platform-fastify": "11.1.6",
76-
"@nestjs/schedule": "6.0.0",
75+
"@nestjs/platform-fastify": "11.1.9",
76+
"@nestjs/schedule": "6.0.1",
7777
"@nestjs/throttler": "6.4.0",
78-
"@reduxjs/toolkit": "2.8.2",
78+
"@reduxjs/toolkit": "2.10.1",
7979
"@runonflux/nat-upnp": "1.0.2",
8080
"@types/diff": "8.0.0",
8181
"@unraid/libvirt": "2.1.0",
8282
"@unraid/shared": "workspace:*",
8383
"accesscontrol": "2.2.1",
84-
"atomically": "2.0.3",
84+
"atomically": "2.1.0",
8585
"bycontract": "2.0.11",
8686
"bytes": "3.1.2",
87-
"cache-manager": "7.2.0",
87+
"cache-manager": "7.2.4",
8888
"cacheable-lookup": "7.0.0",
89-
"camelcase-keys": "10.0.0",
90-
"casbin": "5.38.0",
89+
"camelcase-keys": "10.0.1",
90+
"casbin": "5.41.0",
9191
"change-case": "5.4.4",
9292
"chokidar": "4.0.3",
9393
"class-transformer": "0.5.1",
9494
"class-validator": "0.14.2",
9595
"cli-table": "0.3.11",
9696
"command-exists": "1.2.9",
97-
"convert": "5.12.0",
97+
"convert": "5.13.1",
9898
"cookie": "1.0.2",
99-
"cron": "4.3.0",
99+
"cron": "4.3.4",
100100
"cross-fetch": "4.1.0",
101101
"diff": "8.0.2",
102-
"dockerode": "4.0.7",
103-
"dotenv": "17.2.1",
102+
"dockerode": "4.0.9",
103+
"dotenv": "17.2.3",
104104
"escape-html": "1.0.3",
105105
"execa": "9.6.0",
106106
"exit-hook": "4.0.0",
107-
"fastify": "5.5.0",
108-
"filenamify": "7.0.0",
109-
"fs-extra": "11.3.1",
107+
"fastify": "5.6.2",
108+
"filenamify": "7.0.1",
109+
"fs-extra": "11.3.2",
110110
"glob": "11.0.3",
111111
"global-agent": "3.0.0",
112-
"got": "14.4.7",
113-
"graphql": "16.11.0",
112+
"got": "14.6.4",
113+
"graphql": "16.12.0",
114114
"graphql-fields": "2.0.3",
115-
"graphql-scalars": "1.24.2",
115+
"graphql-scalars": "1.25.0",
116116
"graphql-subscriptions": "3.0.0",
117117
"graphql-tag": "2.12.6",
118118
"graphql-ws": "6.0.6",
119119
"html-entities": "^2.6.0",
120120
"ini": "5.0.0",
121121
"ip": "2.0.1",
122-
"jose": "6.0.13",
123-
"json-bigint-patch": "0.0.8",
122+
"jose": "6.1.2",
123+
"json-bigint-patch": "0.0.9",
124124
"lodash-es": "4.17.21",
125125
"multi-ini": "2.3.2",
126126
"mustache": "4.2.0",
127127
"nest-authz": "2.17.0",
128-
"nest-commander": "3.19.0",
129-
"nestjs-pino": "4.4.0",
128+
"nest-commander": "3.20.1",
129+
"nestjs-pino": "4.4.1",
130130
"node-cache": "5.1.2",
131131
"node-window-polyfill": "1.0.4",
132-
"openid-client": "6.6.4",
133-
"p-retry": "7.0.0",
132+
"openid-client": "6.8.1",
133+
"p-retry": "7.1.0",
134134
"passport-custom": "1.1.1",
135135
"passport-http-header-strategy": "1.1.0",
136136
"path-type": "6.0.0",
137-
"pino": "9.9.0",
137+
"pino": "9.14.0",
138138
"pino-http": "10.5.0",
139-
"pino-pretty": "13.1.1",
140-
"pm2": "6.0.8",
139+
"pino-pretty": "13.1.2",
140+
"pm2": "6.0.13",
141141
"reflect-metadata": "^0.1.14",
142142
"rxjs": "7.8.2",
143-
"semver": "7.7.2",
143+
"semver": "7.7.3",
144144
"strftime": "0.10.3",
145-
"systeminformation": "5.27.8",
146-
"undici": "7.15.0",
145+
"systeminformation": "5.27.11",
146+
"undici": "7.16.0",
147147
"uuid": "13.0.0",
148148
"ws": "8.18.3",
149149
"zen-observable-ts": "1.1.0",
@@ -158,37 +158,37 @@
158158
}
159159
},
160160
"devDependencies": {
161-
"@eslint/js": "9.34.0",
161+
"@eslint/js": "9.39.1",
162162
"@graphql-codegen/add": "6.0.0",
163-
"@graphql-codegen/cli": "6.0.0",
163+
"@graphql-codegen/cli": "6.0.2",
164164
"@graphql-codegen/fragment-matcher": "6.0.0",
165165
"@graphql-codegen/import-types-preset": "3.0.1",
166-
"@graphql-codegen/typed-document-node": "6.0.0",
167-
"@graphql-codegen/typescript": "5.0.0",
168-
"@graphql-codegen/typescript-operations": "5.0.0",
169-
"@graphql-codegen/typescript-resolvers": "5.0.0",
166+
"@graphql-codegen/typed-document-node": "6.1.2",
167+
"@graphql-codegen/typescript": "5.0.4",
168+
"@graphql-codegen/typescript-operations": "5.0.4",
169+
"@graphql-codegen/typescript-resolvers": "5.1.2",
170170
"@graphql-typed-document-node/core": "3.2.0",
171-
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
172-
"@nestjs/testing": "11.1.6",
171+
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
172+
"@nestjs/testing": "11.1.9",
173173
"@originjs/vite-plugin-commonjs": "1.0.3",
174-
"@rollup/plugin-node-resolve": "16.0.1",
175-
"@swc/core": "1.13.5",
174+
"@rollup/plugin-node-resolve": "16.0.3",
175+
"@swc/core": "1.15.2",
176176
"@types/async-exit-hook": "2.0.2",
177177
"@types/bytes": "3.1.5",
178178
"@types/cli-table": "0.3.4",
179179
"@types/command-exists": "1.2.3",
180180
"@types/cors": "2.8.19",
181-
"@types/dockerode": "3.3.43",
181+
"@types/dockerode": "3.3.46",
182182
"@types/graphql-fields": "1.3.9",
183183
"@types/graphql-type-uuid": "0.2.6",
184184
"@types/ini": "4.1.1",
185185
"@types/ip": "1.1.3",
186186
"@types/lodash": "4.17.20",
187187
"@types/lodash-es": "4.17.12",
188188
"@types/mustache": "4.2.6",
189-
"@types/node": "22.18.0",
189+
"@types/node": "22.19.1",
190190
"@types/pify": "6.1.0",
191-
"@types/semver": "7.7.0",
191+
"@types/semver": "7.7.1",
192192
"@types/sendmail": "1.4.7",
193193
"@types/stoppable": "1.1.3",
194194
"@types/strftime": "0.9.8",
@@ -198,29 +198,29 @@
198198
"@types/wtfnode": "0.10.0",
199199
"@vitest/coverage-v8": "3.2.4",
200200
"@vitest/ui": "3.2.4",
201-
"eslint": "9.34.0",
201+
"eslint": "9.39.1",
202202
"eslint-plugin-import": "2.32.0",
203203
"eslint-plugin-no-relative-import-paths": "1.6.1",
204204
"eslint-plugin-prettier": "5.5.4",
205-
"jiti": "2.5.1",
206-
"nodemon": "3.1.10",
205+
"jiti": "2.6.1",
206+
"nodemon": "3.1.11",
207207
"prettier": "3.6.2",
208-
"rollup-plugin-node-externals": "8.1.0",
208+
"rollup-plugin-node-externals": "8.1.2",
209209
"supertest": "7.1.4",
210-
"tsx": "4.20.5",
211-
"type-fest": "5.0.0",
212-
"typescript": "5.9.2",
213-
"typescript-eslint": "8.41.0",
214-
"unplugin-swc": "1.5.7",
215-
"vite": "7.1.3",
210+
"tsx": "4.20.6",
211+
"type-fest": "5.2.0",
212+
"typescript": "5.9.3",
213+
"typescript-eslint": "8.46.4",
214+
"unplugin-swc": "1.5.8",
215+
"vite": "7.2.2",
216216
"vite-plugin-node": "7.0.0",
217217
"vite-tsconfig-paths": "5.1.4",
218218
"vitest": "3.2.4",
219-
"zx": "8.8.1"
219+
"zx": "8.8.5"
220220
},
221221
"overrides": {
222222
"eslint": {
223-
"jiti": "2.5.1"
223+
"jiti": "2.6.1"
224224
},
225225
"@as-integrations/fastify": {
226226
"fastify": "$fastify"
@@ -231,5 +231,5 @@
231231
}
232232
},
233233
"private": true,
234-
"packageManager": "pnpm@10.15.0"
234+
"packageManager": "pnpm@10.22.0"
235235
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"pnpm": {
2323
"overrides": {
24-
"graphql": "16.11.0",
25-
"@graphql-tools/utils": "10.9.1"
24+
"graphql": "16.12.0",
25+
"@graphql-tools/utils": "10.10.3"
2626
},
2727
"peerDependencyRules": {
2828
"allowAny": [
@@ -51,13 +51,13 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@manypkg/cli": "0.25.0",
55-
"chalk": "5.6.0",
54+
"@manypkg/cli": "0.25.1",
55+
"chalk": "5.6.2",
5656
"diff": "8.0.2",
5757
"ignore": "7.0.5"
5858
},
5959
"devDependencies": {
60-
"lint-staged": "16.1.5",
60+
"lint-staged": "16.2.6",
6161
"simple-git-hooks": "2.13.1"
6262
},
6363
"simple-git-hooks": {
@@ -74,5 +74,5 @@
7474
"pnpm --filter @unraid/ui lint:fix"
7575
]
7676
},
77-
"packageManager": "pnpm@10.15.0"
77+
"packageManager": "pnpm@10.22.0"
7878
}

0 commit comments

Comments
 (0)