diff --git a/.changeset/red-stingrays-relax.md b/.changeset/red-stingrays-relax.md new file mode 100644 index 00000000..b6585b9a --- /dev/null +++ b/.changeset/red-stingrays-relax.md @@ -0,0 +1,6 @@ +--- +"@livekit/protocol": patch +"github.com/livekit/protocol": patch +--- + +Update @bufbuild/protobuf dependency diff --git a/packages/javascript/package.json b/packages/javascript/package.json index af143779..19589948 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -27,10 +27,10 @@ "author": "LiveKit", "license": "Apache-2.0", "devDependencies": { - "@bufbuild/protoc-gen-es": "^1.7.2", + "@bufbuild/protoc-gen-es": "^1.10.0", "genversion": "^3.2.0" }, "dependencies": { - "@bufbuild/protobuf": "^1.7.2" + "@bufbuild/protobuf": "^1.10.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe347980..69fa7582 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,11 +18,11 @@ importers: packages/javascript: dependencies: '@bufbuild/protobuf': - specifier: ^1.7.2 + specifier: ^1.10.0 version: 1.10.0 devDependencies: '@bufbuild/protoc-gen-es': - specifier: ^1.7.2 + specifier: ^1.10.0 version: 1.10.0(@bufbuild/protobuf@1.10.0) genversion: specifier: ^3.2.0