Skip to content

Commit b28129d

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

File tree

8 files changed

+285
-785
lines changed

8 files changed

+285
-785
lines changed

api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"passport-custom": "1.1.1",
130130
"passport-http-header-strategy": "1.1.0",
131131
"path-type": "6.0.0",
132-
"pino": "9.8.0",
132+
"pino": "9.9.0",
133133
"pino-http": "10.5.0",
134134
"pino-pretty": "13.1.1",
135135
"pm2": "6.0.8",
@@ -163,7 +163,7 @@
163163
"@graphql-codegen/typescript-operations": "4.6.1",
164164
"@graphql-codegen/typescript-resolvers": "4.5.1",
165165
"@graphql-typed-document-node/core": "3.2.0",
166-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
166+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
167167
"@nestjs/testing": "11.1.6",
168168
"@originjs/vite-plugin-commonjs": "1.0.3",
169169
"@rollup/plugin-node-resolve": "16.0.1",
@@ -202,12 +202,12 @@
202202
"prettier": "3.6.2",
203203
"rollup-plugin-node-externals": "8.0.1",
204204
"supertest": "7.1.4",
205-
"tsx": "4.20.3",
205+
"tsx": "4.20.4",
206206
"type-fest": "4.41.0",
207207
"typescript": "5.9.2",
208208
"typescript-eslint": "8.39.1",
209209
"unplugin-swc": "1.5.5",
210-
"vite": "7.1.1",
210+
"vite": "7.1.2",
211211
"vite-plugin-node": "7.0.0",
212212
"vite-tsconfig-paths": "5.1.4",
213213
"vitest": "3.2.4",

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

Lines changed: 1 addition & 1 deletion
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",

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

Lines changed: 1 addition & 1 deletion
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": {

packages/unraid-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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",
3838
"@types/node": "22.17.1",

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
},

pnpm-lock.yaml

Lines changed: 271 additions & 771 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unraid-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@eslint/js": "9.33.0",
71-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
71+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
7272
"@storybook/addon-docs": "9.1.2",
7373
"@storybook/addon-links": "9.1.2",
7474
"@storybook/builder-vite": "9.1.2",
@@ -101,14 +101,14 @@
101101
"tailwindcss": "4.1.11",
102102
"typescript": "5.9.2",
103103
"typescript-eslint": "8.39.1",
104-
"vite": "7.1.1",
104+
"vite": "7.1.2",
105105
"vite-plugin-dts": "3.9.1",
106106
"vite-plugin-vue-devtools": "8.0.0",
107107
"vitest": "3.2.4",
108108
"vue": "3.5.18",
109109
"vue-eslint-parser": "10.2.0",
110110
"vue-tsc": "3.0.5",
111-
"wrangler": "4.28.1"
111+
"wrangler": "4.29.1"
112112
},
113113
"optionalDependencies": {
114114
"@rollup/rollup-linux-x64-gnu": "4.46.2"

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@graphql-codegen/client-preset": "4.8.3",
4444
"@graphql-codegen/introspection": "4.0.3",
4545
"@graphql-typed-document-node/core": "3.2.0",
46-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
46+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
4747
"@nuxt/devtools": "2.6.2",
4848
"@nuxt/eslint": "1.8.0",
4949
"@nuxt/test-utils": "3.19.2",
@@ -78,7 +78,7 @@
7878
"terser": "5.43.1",
7979
"tw-animate-css": "1.3.6",
8080
"typescript": "5.9.2",
81-
"vite": "7.1.1",
81+
"vite": "7.1.2",
8282
"vite-plugin-remove-console": "2.2.0",
8383
"vite-plugin-vue-tracer": "1.0.0",
8484
"vitest": "3.2.4",
@@ -125,7 +125,7 @@
125125
"tailwind-merge": "2.6.0",
126126
"vue-i18n": "11.1.11",
127127
"vue-web-component-wrapper": "1.7.7",
128-
"vuetify": "3.9.4",
128+
"vuetify": "3.9.5",
129129
"wretch": "2.11.0"
130130
},
131131
"optionalDependencies": {

0 commit comments

Comments
 (0)