Skip to content

Commit a72989e

Browse files
(VSS-UI): upgrade deps and resolve vulnerabilities (open-edge-platform#1876)
Co-authored-by: Yogesh <yogesh.pandey@intel.com>
1 parent afe8234 commit a72989e

File tree

10 files changed

+1614
-2494
lines changed

10 files changed

+1614
-2494
lines changed

microservices/audio-analyzer/poetry.lock

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

microservices/audio-analyzer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pydantic-settings = "^2.9.1"
1717
setuptools = "^80.9.0"
1818
transformers = "^4.51.3"
1919
pywhispercpp = { git = "https://github.com/absadiki/pywhispercpp.git", tag = "v1.4.0" }
20-
moviepy = "^2.1.2"
20+
moviepy = "^2.2.1"
2121
aiofiles = "^23.2.1"
2222
optimum-intel = "^1.24.0"
2323
openvino-genai = "2025.1.0.0"

sample-applications/video-search-and-summarization/pipeline-manager/package-lock.json

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

sample-applications/video-search-and-summarization/pipeline-manager/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@nestjs/config": "^4.0.2",
2626
"@nestjs/core": "^11.1.6",
2727
"@nestjs/event-emitter": "^3.0.1",
28-
"@nestjs/platform-express": "^11.1.6",
29-
"@nestjs/platform-socket.io": "^11.1.6",
28+
"@nestjs/platform-express": "^11.1.14",
29+
"@nestjs/platform-socket.io": "^11.1.14",
3030
"@nestjs/swagger": "^11.2.0",
3131
"@nestjs/terminus": "^11.0.0",
3232
"@nestjs/typeorm": "^11.0.0",
@@ -40,8 +40,8 @@
4040
"ci": "^2.3.0",
4141
"https-proxy-agent": "^7.0.6",
4242
"luxon": "^3.7.1",
43-
"minio": "^8.0.5",
44-
"nestjs-otel": "^7.0.1",
43+
"minio": "^8.0.7",
44+
"nestjs-otel": "^8.0.2",
4545
"openai": "^4.82.0",
4646
"pg": "^8.16.3",
4747
"rabbitmq-client": "^5.0.5",
@@ -53,9 +53,9 @@
5353
"ws": "^8.19.0"
5454
},
5555
"devDependencies": {
56-
"@eslint/eslintrc": "^3.3.1",
56+
"@eslint/eslintrc": "^3.3.4",
5757
"@eslint/js": "^9.32.0",
58-
"@nestjs/cli": "^11.0.10",
58+
"@nestjs/cli": "^11.0.16",
5959
"@nestjs/schematics": "^11.0.7",
6060
"@nestjs/testing": "^11.1.6",
6161
"@swc/cli": "^0.6.0",
@@ -68,11 +68,11 @@
6868
"@types/node": "^24.2.0",
6969
"@types/supertest": "^6.0.3",
7070
"@types/ws": "^8.18.1",
71-
"eslint": "^9.32.0",
71+
"eslint": "^9.39.3",
7272
"eslint-config-prettier": "^10.1.8",
73-
"eslint-plugin-prettier": "^5.5.4",
73+
"eslint-plugin-prettier": "^5.5.5",
7474
"globals": "^16.3.0",
75-
"jest": "^30.0.5",
75+
"jest": "^30.2.0",
7676
"prettier": "^3.6.2",
7777
"source-map-support": "^0.5.21",
7878
"supertest": "^7.1.4",

sample-applications/video-search-and-summarization/pipeline-manager/src/app.module.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ import { TelemetryModule } from './telemetry/telemetry.module';
2828
const OpenTelemetryModuleConfig = OpenTelemetryModule.forRoot({
2929
metrics: {
3030
hostMetrics: true, // Includes Host Metrics
31-
apiMetrics: {
32-
enable: true, // Includes api metrics
33-
defaultAttributes: {
34-
// You can set default labels for api metrics
35-
custom: 'label',
36-
},
37-
ignoreRoutes: ['/favicon.ico'], // You can ignore specific routes (See https://docs.nestjs.com/middleware#excluding-routes for options)
38-
ignoreUndefinedRoutes: false, //Records metrics for all URLs, even undefined ones
39-
prefix: 'my_prefix', // Add a custom prefix to all API metrics
40-
},
4131
},
4232
});
4333

sample-applications/video-search-and-summarization/search-ms/poetry.lock

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

sample-applications/video-search-and-summarization/search-ms/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fastapi = "^0.121.3"
1212
uvicorn = "^0.38.0"
1313
gunicorn = "^23.0.0"
1414
langchain-community = "0.4.1"
15-
langchain-core = "^1.2.5"
15+
langchain-core = "^1.2.16"
1616
langchain-vdms = "^0.2.0"
1717
langsmith = "^0.7.1"
1818
watchdog = "6.0.0"

0 commit comments

Comments
 (0)