BUMP: Bump few deps with fixes (#9093)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-05-27 11:51:04 +07:00
committed by GitHub
parent 299f5c9545
commit 86601457da
34 changed files with 466 additions and 522 deletions
+411 -467
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -254,9 +254,9 @@
"electron-store": "^8.2.0",
"electron-log": "^5.1.7",
"electron-updater": "^6.3.4",
"livekit-client": "^2.9.9",
"livekit-client": "^2.13.3",
"@hcengineering/server-backup": "^0.6.0",
"ws": "^8.18.0"
"ws": "^8.18.2"
},
"productName": "Huly Desktop",
"description": "Huly Desktop experience",
+2 -2
View File
@@ -276,8 +276,8 @@
"@hcengineering/emoji": "^0.6.0",
"@hcengineering/emoji-assets": "^0.6.0",
"@hcengineering/emoji-resources": "^0.6.0",
"@sentry/svelte": "^8.52.1",
"posthog-js": "~1.122.0",
"@sentry/svelte": "^9.22.0",
"posthog-js": "^1.246.0",
"readable-stream": "^4.7.0",
"svelte": "^4.2.19"
}
+3 -3
View File
@@ -168,9 +168,9 @@
"fast-equals": "^5.2.2",
"libphonenumber-js": "^1.9.46",
"mime-types": "~2.1.34",
"mongodb": "^6.12.0",
"postgres": "^3.4.5",
"ws": "^8.18.0",
"mongodb": "^6.16.0",
"postgres": "^3.4.7",
"ws": "^8.18.2",
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4",
"msgpackr": "^1.11.2",
+1 -1
View File
@@ -43,7 +43,7 @@
"@hcengineering/analytics": "^0.6.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0",
"@sentry/node": "^8.52.1"
"@sentry/node": "^9.22.0"
},
"repository": "https://github.com/hcengineering/platform",
"publishConfig": {
+1 -1
View File
@@ -68,6 +68,6 @@
"registry": "https://npm.pkg.github.com"
},
"optionalDependencies": {
"ws": "^8.18.0"
"ws": "^8.18.2"
}
}
+3 -3
View File
@@ -61,9 +61,9 @@
"@hcengineering/view-resources": "^0.6.0",
"@hcengineering/workbench": "^0.6.16",
"@hcengineering/workbench-resources": "^0.6.1",
"@livekit/krisp-noise-filter": "^0.2.16",
"@livekit/track-processors": "^0.3.3",
"livekit-client": "^2.9.9",
"@livekit/krisp-noise-filter": "^0.3.0",
"@livekit/track-processors": "^0.5.6",
"livekit-client": "^2.13.3",
"svelte": "^4.2.19"
}
}
+1 -1
View File
@@ -57,7 +57,7 @@
"@hcengineering/platform": "^0.6.11",
"@hcengineering/auth-providers": "^0.6.0",
"@hcengineering/core": "^0.6.32",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"koa": "^2.15.4",
"koa-router": "^12.0.1",
"koa-bodyparser": "^4.4.1",
+1 -1
View File
@@ -45,7 +45,7 @@
"@types/querystringify": "^2.0.2"
},
"dependencies": {
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"@hcengineering/core": "^0.6.32",
"@hcengineering/account": "^0.6.0",
"@hcengineering/account-client": "^0.6.0",
+1 -1
View File
@@ -87,7 +87,7 @@
"msgpackr": "^1.11.2",
"msgpackr-extract": "^3.0.3",
"snappy": "^7.2.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/account-client": "^0.6.0",
"morgan": "^1.10.0",
"body-parser": "^1.20.3",
+1 -1
View File
@@ -51,7 +51,7 @@
"@hcengineering/workspace-service": "^0.6.0",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/core": "^0.6.32",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"@hcengineering/server-token": "^0.6.11",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/model-all": "^0.6.0",
+1 -1
View File
@@ -50,7 +50,7 @@
"@hcengineering/core": "^0.6.32",
"@hcengineering/mongo": "^0.6.1",
"@hcengineering/contact": "^0.6.24",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"koa": "^2.15.4",
"koa-router": "^12.0.1",
"koa-bodyparser": "^4.4.1",
+2 -2
View File
@@ -41,8 +41,8 @@
"dependencies": {
"@hcengineering/mongo": "^0.6.1",
"@hcengineering/postgres": "^0.6.0",
"mongodb": "^6.12.0",
"postgres": "^3.4.5",
"mongodb": "^6.16.0",
"postgres": "^3.4.7",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/core": "^0.6.32",
"otp-generator": "^4.0.1",
+1 -1
View File
@@ -47,6 +47,6 @@
"@hcengineering/account-client": "^0.6.0",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/server-token": "^0.6.11",
"ws": "^8.18.0"
"ws": "^8.18.2"
}
}
+2 -2
View File
@@ -68,11 +68,11 @@
"@hocuspocus/transformer": "^2.15.2",
"@tiptap/core": "^2.11.7",
"@tiptap/html": "^2.11.7",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"yjs": "^13.6.23",
"express": "^4.21.2",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"ws": "^8.18.0"
"ws": "^8.18.2"
}
}
+2 -2
View File
@@ -37,7 +37,7 @@
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/server-core": "^0.6.1",
"mongodb": "^6.12.0",
"bson": "^6.10.1"
"mongodb": "^6.16.0",
"bson": "^6.10.3"
}
}
+1 -1
View File
@@ -34,7 +34,7 @@
"@types/node": "~20.11.16"
},
"dependencies": {
"postgres": "^3.4.5",
"postgres": "^3.4.7",
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/server-core": "^0.6.1"
+1 -1
View File
@@ -40,7 +40,7 @@
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/core": "^0.6.32",
"@hcengineering/contact": "^0.6.24",
+2 -2
View File
@@ -38,6 +38,6 @@
"@livekit/agents": "^0.7.4",
"@livekit/rtc-node": "^0.13.11",
"dotenv": "^16.4.5",
"ws": "^8.18.0"
"ws": "^8.18.2"
}
}
}
+7 -7
View File
@@ -21,8 +21,8 @@ importers:
specifier: ^16.4.5
version: 16.4.7
ws:
specifier: ^8.18.0
version: 8.18.0
specifier: ^8.18.2
version: 8.18.2
devDependencies:
'@types/node':
specifier: ~20.11.16
@@ -1501,8 +1501,8 @@ packages:
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
ws@8.18.0:
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
ws@8.18.2:
resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -1535,7 +1535,7 @@ snapshots:
cross-fetch: 3.1.8
deepmerge: 4.3.1
events: 3.3.0
ws: 8.18.0
ws: 8.18.2
transitivePeerDependencies:
- bufferutil
- encoding
@@ -1655,7 +1655,7 @@ snapshots:
livekit-server-sdk: 2.9.7
pino: 8.21.0
pino-pretty: 11.3.0
ws: 8.18.0
ws: 8.18.2
zod: 3.24.1
transitivePeerDependencies:
- bufferutil
@@ -3149,7 +3149,7 @@ snapshots:
wrappy@1.0.2: {}
ws@8.18.0: {}
ws@8.18.2: {}
yocto-queue@0.1.0: {}
+2 -2
View File
@@ -86,10 +86,10 @@
"fast-equals": "^5.2.2",
"form-data": "^4.0.0",
"js-tiktoken": "^1.0.14",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"openai": "^4.56.0",
"uuid": "^8.3.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/analytics-service": "^0.6.0"
}
}
@@ -103,7 +103,7 @@
"cors": "^2.8.5",
"dotenv": "~16.0.0",
"express": "^4.21.2",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"puppeteer": "^22.6.1"
}
}
+2 -2
View File
@@ -77,7 +77,7 @@
"googleapis": "^122.0.0",
"google-auth-library": "^8.0.2",
"jwt-simple": "^0.5.6",
"mongodb": "^6.12.0",
"ws": "^8.18.0"
"mongodb": "^6.16.0",
"ws": "^8.18.2"
}
}
+1 -1
View File
@@ -69,7 +69,7 @@
"dotenv": "~16.0.0",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"postgres": "^3.4.5",
"postgres": "^3.4.7",
"sharp": "~0.32.0",
"@aws-sdk/client-s3": "^3.738.0",
"@aws-sdk/s3-request-presigner": "^3.738.0",
+1 -1
View File
@@ -71,7 +71,7 @@
"cors": "^2.8.5",
"dotenv": "~16.0.0",
"express": "^4.21.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/drive": "^0.6.0",
"@hcengineering/export": "^0.6.0",
"uuid": "^8.3.2",
+2 -2
View File
@@ -114,7 +114,7 @@
"express": "^4.21.2",
"cors": "^2.8.5",
"body-parser": "^1.20.3",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"@hcengineering/setting": "^0.6.17",
"@hcengineering/preference": "^0.6.13",
"@hcengineering/login": "^0.6.12",
@@ -170,6 +170,6 @@
"@hcengineering/server-guest-resources": "^0.6.0",
"@hcengineering/analytics": "^0.6.0",
"@hcengineering/analytics-service": "^0.6.0",
"ws": "^8.18.0"
"ws": "^8.18.2"
}
}
+1 -1
View File
@@ -86,7 +86,7 @@
"gaxios": "^5.0.1",
"jwt-simple": "^0.5.6",
"uuid": "^8.3.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/analytics-service": "^0.6.0",
"sanitize-html": "^2.15.0"
}
+1 -1
View File
@@ -74,7 +74,7 @@
"dotenv": "~16.0.0",
"cors": "^2.8.5",
"express": "^4.21.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/analytics-service": "^0.6.0"
}
}
+1 -1
View File
@@ -73,7 +73,7 @@
"express": "^4.21.2",
"js-yaml": "^4.1.0",
"node-cron": "^3.0.3",
"postgres": "^3.4.5",
"postgres": "^3.4.7",
"uuid": "^8.3.2"
}
}
+1 -1
View File
@@ -65,7 +65,7 @@
"express": "^4.21.2",
"puppeteer": "^22.6.1",
"mammoth": "^1.9.0",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/analytics-service": "^0.6.0"
}
}
+1 -1
View File
@@ -72,7 +72,7 @@
"@signpdf/utils": "^3.2.4",
"node-forge": "^1.3.1",
"pdf-lib": "^1.12.0",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"@hcengineering/analytics-service": "^0.6.0"
}
}
@@ -82,9 +82,9 @@
"dotenv": "~16.0.0",
"express": "^4.21.2",
"htmlparser2": "^9.0.0",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"otp-generator": "^4.0.1",
"postgres": "^3.4.5",
"postgres": "^3.4.7",
"telegraf": "^4.16.3"
}
}
+3 -3
View File
@@ -44,7 +44,7 @@
"@types/jest": "^29.5.5",
"ts-node-dev": "^2.0.0",
"ts-standard": "^12.0.2",
"bson": "^6.10.1",
"bson": "^6.10.3",
"typescript": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
@@ -76,10 +76,10 @@
"htmlparser2": "^9.0.0",
"jwt-simple": "^0.5.6",
"mime": "^3.0.0",
"mongodb": "^6.12.0",
"mongodb": "^6.16.0",
"telegram": "2.22.2",
"uuid": "^8.3.2",
"ws": "^8.18.0",
"ws": "^8.18.2",
"@hcengineering/analytics-service": "^0.6.0"
}
}
+1 -1
View File
@@ -48,7 +48,7 @@
"@hcengineering/server-token": "^0.6.11",
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4",
"ws": "^8.18.0",
"ws": "^8.18.2",
"snappyjs": "^0.7.0",
"@hcengineering/api-client": "^0.6.0",
"@hcengineering/account-client": "^0.6.0",