Skip to content

Commit eeb61c7

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

File tree

9 files changed

+621
-1214
lines changed

9 files changed

+621
-1214
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
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",
@@ -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",
209209
"typescript-eslint": "8.39.1",
210210
"unplugin-swc": "1.5.5",
211-
"vite": "7.1.1",
211+
"vite": "7.1.2",
212212
"vite-plugin-node": "7.0.0",
213213
"vite-tsconfig-paths": "5.1.4",
214214
"vitest": "3.2.4",

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

Lines changed: 2 additions & 2 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",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.2",
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: 2 additions & 2 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",

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)