Skip to content

Commit bc80e20

Browse files
fix(deps): update all non-major dependencies
1 parent 6356f9c commit bc80e20

13 files changed

Lines changed: 444 additions & 469 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '22.18.0'
28+
node-version: '22.19.0'
2929

3030
- uses: pnpm/action-setup@v4
3131
name: Install pnpm

.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@v4
3232
with:
33-
node-version: '22.18.0'
33+
node-version: '22.19.0'
3434
- run: |
3535
cat << 'EOF' > release-notes.txt
3636
${{ steps.release-info.outputs.body }}

.github/workflows/test-libvirt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install pnpm
4545
uses: pnpm/action-setup@v4
4646
with:
47-
version: 10.15.0
47+
version: 10.15.1
4848
run_install: false
4949

5050
- name: Get pnpm store directory

.nvmrc

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

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.19.0-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: 9 additions & 9 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.15.1"
1414
},
1515
"scripts": {
1616
"// Development": "",
@@ -106,7 +106,7 @@
106106
"fs-extra": "11.3.1",
107107
"glob": "11.0.3",
108108
"global-agent": "3.0.0",
109-
"got": "14.4.7",
109+
"got": "14.4.8",
110110
"graphql": "16.11.0",
111111
"graphql-fields": "2.0.3",
112112
"graphql-scalars": "1.24.2",
@@ -115,7 +115,7 @@
115115
"graphql-ws": "6.0.6",
116116
"ini": "5.0.0",
117117
"ip": "2.0.1",
118-
"jose": "6.0.13",
118+
"jose": "6.1.0",
119119
"json-bigint-patch": "0.0.8",
120120
"lodash-es": "4.17.21",
121121
"multi-ini": "2.3.2",
@@ -125,15 +125,15 @@
125125
"nestjs-pino": "4.4.0",
126126
"node-cache": "5.1.2",
127127
"node-window-polyfill": "1.0.4",
128-
"openid-client": "6.6.4",
128+
"openid-client": "6.7.1",
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",
133133
"pino": "9.9.0",
134134
"pino-http": "10.5.0",
135135
"pino-pretty": "13.1.1",
136-
"pm2": "6.0.8",
136+
"pm2": "6.0.9",
137137
"reflect-metadata": "^0.1.14",
138138
"rxjs": "7.8.2",
139139
"semver": "7.7.2",
@@ -162,9 +162,9 @@
162162
"@graphql-codegen/typed-document-node": "5.1.2",
163163
"@graphql-codegen/typescript": "4.1.6",
164164
"@graphql-codegen/typescript-operations": "4.6.1",
165-
"@graphql-codegen/typescript-resolvers": "4.5.1",
165+
"@graphql-codegen/typescript-resolvers": "4.5.2",
166166
"@graphql-typed-document-node/core": "3.2.0",
167-
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
167+
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
168168
"@nestjs/testing": "11.1.6",
169169
"@originjs/vite-plugin-commonjs": "1.0.3",
170170
"@rollup/plugin-node-resolve": "16.0.1",
@@ -208,7 +208,7 @@
208208
"typescript": "5.9.2",
209209
"typescript-eslint": "8.41.0",
210210
"unplugin-swc": "1.5.7",
211-
"vite": "7.1.3",
211+
"vite": "7.1.4",
212212
"vite-plugin-node": "7.0.0",
213213
"vite-tsconfig-paths": "5.1.4",
214214
"vitest": "3.2.4",
@@ -227,5 +227,5 @@
227227
}
228228
},
229229
"private": true,
230-
"packageManager": "pnpm@10.15.0"
230+
"packageManager": "pnpm@10.15.1"
231231
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
]
4949
},
5050
"dependencies": {
51-
"@manypkg/cli": "0.25.0",
51+
"@manypkg/cli": "0.25.1",
5252
"chalk": "5.6.0",
5353
"diff": "8.0.2",
5454
"ignore": "7.0.5"
5555
},
5656
"devDependencies": {
57-
"lint-staged": "16.1.5",
57+
"lint-staged": "16.1.6",
5858
"simple-git-hooks": "2.13.1"
5959
},
6060
"simple-git-hooks": {
@@ -65,5 +65,5 @@
6565
"pnpm lint:fix"
6666
]
6767
},
68-
"packageManager": "pnpm@10.15.0"
68+
"packageManager": "pnpm@10.15.1"
6969
}

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

Lines changed: 6 additions & 6 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.3",
31+
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
3232
"@jsonforms/core": "3.6.0",
3333
"@nestjs/apollo": "13.1.0",
3434
"@nestjs/common": "11.1.6",
@@ -47,14 +47,14 @@
4747
"class-transformer": "0.5.1",
4848
"class-validator": "0.14.2",
4949
"execa": "9.6.0",
50-
"fast-check": "4.2.0",
51-
"got": "14.4.7",
50+
"fast-check": "4.3.0",
51+
"got": "14.4.8",
5252
"graphql": "16.11.0",
5353
"graphql-scalars": "1.24.2",
5454
"graphql-subscriptions": "3.0.0",
5555
"graphql-ws": "6.0.6",
5656
"ini": "5.0.0",
57-
"jose": "6.0.13",
57+
"jose": "6.1.0",
5858
"lodash-es": "4.17.21",
5959
"nest-authz": "2.17.0",
6060
"prettier": "3.6.2",
@@ -88,13 +88,13 @@
8888
"class-transformer": "0.5.1",
8989
"class-validator": "0.14.2",
9090
"execa": "9.6.0",
91-
"got": "14.4.7",
91+
"got": "14.4.8",
9292
"graphql": "16.11.0",
9393
"graphql-scalars": "1.24.2",
9494
"graphql-subscriptions": "3.0.0",
9595
"graphql-ws": "6.0.6",
9696
"ini": "5.0.0",
97-
"jose": "6.0.13",
97+
"jose": "6.1.0",
9898
"lodash-es": "4.17.21",
9999
"nest-authz": "2.17.0",
100100
"rxjs": "7.8.2",

plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.18.0-bookworm-slim AS plugin-builder
1+
FROM node:22.19.0-bookworm-slim AS plugin-builder
22

33
# Install build tools and dependencies
44
RUN apt-get update -y && apt-get install -y \

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"nodemon": "3.1.10",
4040
"vitest": "3.2.4"
4141
},
42-
"packageManager": "pnpm@10.15.0"
42+
"packageManager": "pnpm@10.15.1"
4343
}

0 commit comments

Comments
 (0)