Skip to content

Commit 7acaa1d

Browse files
committed
chore: update dependencies
1 parent be6544b commit 7acaa1d

File tree

7 files changed

+132
-132
lines changed

7 files changed

+132
-132
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodeLinker: node-modules
22

3-
npmMinimalAgeGate: 3
3+
npmMinimalAgeGate: 3d
44

55
npmPreapprovedPackages:
66
- "@companion-app/*"

companion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"semver": "^7.7.3",
8686
"socketcluster-client": "^20.0.1",
8787
"supports-color": "^10.2.2",
88-
"systeminformation": "^5.28.3",
88+
"systeminformation": "^5.28.9",
8989
"tar-fs": "^3.1.1",
9090
"tar-stream": "^3.1.7",
9191
"type-fest": "^5.3.1",
@@ -98,6 +98,6 @@
9898
"ws": "^8.18.3",
9999
"yaml": "^2.8.2",
100100
"yazl": "^3.3.1",
101-
"zod": "^4.2.1"
101+
"zod": "^4.3.4"
102102
}
103103
}

launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"plist": "^3.1.0",
2323
"semver": "^7.7.3",
2424
"strip-ansi": "^7.1.2",
25-
"systeminformation": "^5.28.3"
25+
"systeminformation": "^5.28.9"
2626
},
2727
"devDependencies": {
2828
"@types/plist": "^3.0.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"openapi-typescript": "^7.10.1",
7272
"p-retry": "^7.1.1",
7373
"prettier": "^3.7.4",
74-
"socket": "^1.1.50",
74+
"socket": "^1.1.52",
7575
"tsx": "^4.21.0",
7676
"typescript": "~5.9.3",
77-
"typescript-eslint": "^8.50.1",
77+
"typescript-eslint": "^8.51.0",
7878
"vitest": "^4.0.16",
7979
"vitest-mock-extended": "^3.1.0",
8080
"yaml": "^2.8.2",

shared-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"jsonpath-plus": "^10.3.0",
2525
"ps-tree": "^1.2.0",
2626
"semver": "^7.7.3",
27-
"unicode-segmenter": "^0.14.4",
28-
"zod": "^4.2.1"
27+
"unicode-segmenter": "^0.14.5",
28+
"zod": "^4.3.4"
2929
},
3030
"scripts": {
3131
"build": "run build:ts",

webui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@popperjs/core": "^2.11.8",
1818
"@sentry/react": "^10.32.1",
1919
"@sentry/vite-plugin": "^4.6.1",
20-
"@tanstack/react-form": "^1.27.6",
21-
"@tanstack/react-query": "^5.90.14",
20+
"@tanstack/react-form": "^1.27.7",
21+
"@tanstack/react-query": "^5.90.16",
2222
"@tanstack/react-query-devtools": "^5.91.2",
2323
"@tanstack/react-router": "^1.144.0",
2424
"@tanstack/react-router-devtools": "^1.144.0",

0 commit comments

Comments
 (0)