diff --git a/AGENTS.md b/AGENTS.md index 46ca2cd996..72506ed1b3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -64,7 +64,7 @@ Before adding ANY dependency, check all `pyproject.toml` files. Use exact versio ```toml aiohttp>=3.7.4,<=3.13.2 -eclipse-zenoh==1.4.0 +eclipse-zenoh==1.9.0 fastapi-versioning==0.9.1 fastapi==0.105.0 loguru==0.5.3 diff --git a/core/frontend/bun.lockb b/core/frontend/bun.lockb index b295391307..b74d69f312 100755 Binary files a/core/frontend/bun.lockb and b/core/frontend/bun.lockb differ diff --git a/core/frontend/package.json b/core/frontend/package.json index 06f9027812..00b12e0440 100644 --- a/core/frontend/package.json +++ b/core/frontend/package.json @@ -16,7 +16,7 @@ "lint:css:fix": "stylelint 'src/**/*.{vue,css,scss}' --fix" }, "dependencies": { - "@eclipse-zenoh/zenoh-ts": "1.3.4", + "@eclipse-zenoh/zenoh-ts": "1.9.0", "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "@foxglove/rosmsg": "^5.0.4", diff --git a/core/frontend/src/components/cloud/CloudTrayMenu.vue b/core/frontend/src/components/cloud/CloudTrayMenu.vue index a08325ec7c..97928fbf0b 100644 --- a/core/frontend/src/components/cloud/CloudTrayMenu.vue +++ b/core/frontend/src/components/cloud/CloudTrayMenu.vue @@ -174,7 +174,7 @@