Skip to content

Commit 20c9afb

Browse files
fix(deps): update all non-major dependencies
1 parent effdbcf commit 20c9afb

File tree

10 files changed

+1018
-1494
lines changed

10 files changed

+1018
-1494
lines changed

.github/workflows/test-libvirt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.13.6"
31+
python-version: "3.13.7"
3232

3333
- name: Cache APT Packages
3434
uses: awalsh128/cache-apt-pkgs-action@v1.5.3

api/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@
121121
"multi-ini": "2.3.2",
122122
"mustache": "4.2.0",
123123
"nest-authz": "2.17.0",
124-
"nest-commander": "3.18.0",
124+
"nest-commander": "3.19.0",
125125
"nestjs-pino": "4.4.0",
126126
"node-cache": "5.1.2",
127127
"node-window-polyfill": "1.0.4",
128-
"openid-client": "6.6.2",
128+
"openid-client": "6.6.4",
129129
"p-retry": "6.2.1",
130130
"passport-custom": "1.1.1",
131131
"passport-http-header-strategy": "1.1.0",
132132
"path-type": "6.0.0",
133-
"pino": "9.8.0",
133+
"pino": "9.9.0",
134134
"pino-http": "10.5.0",
135135
"pino-pretty": "13.1.1",
136136
"pm2": "6.0.8",
@@ -139,7 +139,7 @@
139139
"semver": "7.7.2",
140140
"strftime": "0.10.3",
141141
"systeminformation": "5.27.7",
142-
"undici": "7.13.0",
142+
"undici": "7.14.0",
143143
"uuid": "11.1.0",
144144
"ws": "8.18.3",
145145
"zen-observable-ts": "1.1.0",
@@ -164,7 +164,7 @@
164164
"@graphql-codegen/typescript-operations": "4.6.1",
165165
"@graphql-codegen/typescript-resolvers": "4.5.1",
166166
"@graphql-typed-document-node/core": "3.2.0",
167-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
167+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
168168
"@nestjs/testing": "11.1.6",
169169
"@originjs/vite-plugin-commonjs": "1.0.3",
170170
"@rollup/plugin-node-resolve": "16.0.1",
@@ -182,7 +182,7 @@
182182
"@types/lodash": "4.17.20",
183183
"@types/lodash-es": "4.17.12",
184184
"@types/mustache": "4.2.6",
185-
"@types/node": "22.17.1",
185+
"@types/node": "22.17.2",
186186
"@types/pify": "6.1.0",
187187
"@types/semver": "7.7.0",
188188
"@types/sendmail": "1.4.7",
@@ -191,7 +191,7 @@
191191
"@types/supertest": "6.0.3",
192192
"@types/uuid": "10.0.0",
193193
"@types/ws": "8.18.1",
194-
"@types/wtfnode": "0.7.3",
194+
"@types/wtfnode": "0.10.0",
195195
"@vitest/coverage-v8": "3.2.4",
196196
"@vitest/ui": "3.2.4",
197197
"eslint": "9.33.0",
@@ -203,12 +203,12 @@
203203
"prettier": "3.6.2",
204204
"rollup-plugin-node-externals": "8.0.1",
205205
"supertest": "7.1.4",
206-
"tsx": "4.20.3",
206+
"tsx": "4.20.4",
207207
"type-fest": "4.41.0",
208208
"typescript": "5.9.2",
209-
"typescript-eslint": "8.39.1",
210-
"unplugin-swc": "1.5.5",
211-
"vite": "7.1.1",
209+
"typescript-eslint": "8.40.0",
210+
"unplugin-swc": "1.5.6",
211+
"vite": "7.1.3",
212212
"vite-plugin-node": "7.0.0",
213213
"vite-tsconfig-paths": "5.1.4",
214214
"vitest": "3.2.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@manypkg/cli": "0.25.0",
52-
"chalk": "5.5.0",
52+
"chalk": "5.6.0",
5353
"diff": "8.0.2",
5454
"ignore": "7.0.5"
5555
},

packages/unraid-api-plugin-connect/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@faker-js/faker": "9.9.0",
2929
"@graphql-codegen/cli": "5.0.7",
3030
"@graphql-typed-document-node/core": "3.2.0",
31-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
31+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
3232
"@jsonforms/core": "3.6.0",
3333
"@nestjs/apollo": "13.1.0",
3434
"@nestjs/common": "11.1.6",
@@ -41,7 +41,7 @@
4141
"@types/ini": "4.1.1",
4242
"@types/ip": "1.1.3",
4343
"@types/lodash-es": "4.17.12",
44-
"@types/node": "22.17.1",
44+
"@types/node": "22.17.2",
4545
"@types/ws": "8.18.1",
4646
"camelcase-keys": "9.1.3",
4747
"class-transformer": "0.5.1",
@@ -62,7 +62,7 @@
6262
"rxjs": "7.8.2",
6363
"type-fest": "4.41.0",
6464
"typescript": "5.9.2",
65-
"undici": "7.13.0",
65+
"undici": "7.14.0",
6666
"vitest": "3.2.4",
6767
"ws": "8.18.3",
6868
"zen-observable-ts": "1.1.0"
@@ -98,7 +98,7 @@
9898
"lodash-es": "4.17.21",
9999
"nest-authz": "2.17.0",
100100
"rxjs": "7.8.2",
101-
"undici": "7.13.0",
101+
"undici": "7.14.0",
102102
"ws": "8.18.3",
103103
"zen-observable-ts": "1.1.0"
104104
}

packages/unraid-api-plugin-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"prepare": "npm run build"
1111
},
1212
"dependencies": {
13-
"chalk": "5.5.0",
13+
"chalk": "5.6.0",
1414
"change-case": "5.4.4",
1515
"commander": "14.0.0",
1616
"create-create-app": "7.3.0",
1717
"fs-extra": "11.3.1",
18-
"inquirer": "12.9.1",
18+
"inquirer": "12.9.3",
1919
"validate-npm-package-name": "6.0.2"
2020
},
2121
"devDependencies": {
@@ -25,7 +25,7 @@
2525
"@nestjs/graphql": "13.1.0",
2626
"@types/fs-extra": "11.0.4",
2727
"@types/inquirer": "9.0.9",
28-
"@types/node": "22.17.1",
28+
"@types/node": "22.17.2",
2929
"@types/validate-npm-package-name": "4.0.2",
3030
"class-transformer": "0.5.1",
3131
"class-validator": "0.14.2",

packages/unraid-shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@jsonforms/core": "3.6.0",
3333
"@nestjs/common": "11.1.6",
3434
"@nestjs/graphql": "13.1.0",
35-
"@nestjs/testing": "11.1.5",
35+
"@nestjs/testing": "11.1.6",
3636
"@types/bun": "1.2.20",
3737
"@types/lodash-es": "4.17.12",
38-
"@types/node": "22.17.1",
38+
"@types/node": "22.17.2",
3939
"@types/ws": "8.18.1",
4040
"class-transformer": "0.5.1",
4141
"class-validator": "0.14.2",
@@ -65,7 +65,7 @@
6565
"lodash-es": "4.17.21",
6666
"nest-authz": "2.17.0",
6767
"rxjs": "7.8.2",
68-
"undici": "7.13.0",
68+
"undici": "7.14.0",
6969
"ws": "8.18.3"
7070
}
7171
}

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"glob": "11.0.3",
1010
"html-sloppy-escaper": "0.1.0",
1111
"semver": "7.7.2",
12-
"tsx": "4.20.3",
12+
"tsx": "4.20.4",
1313
"zod": "3.25.76",
1414
"zx": "8.8.0"
1515
},

0 commit comments

Comments
 (0)