From 08a2d292bf5e38d2ac9e25456dd4cb4974b55370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:27:21 +0000 Subject: [PATCH] Bump protobufjs from 8.0.3 to 8.2.0 in /client Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.0.3 to 8.2.0. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.0.3...protobufjs-v8.2.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index f860447..0382873 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "flatbuffers": "25.9.23", "ngx-echarts": "21.0.0", "papaparse": "5.5.3", - "protobufjs": "8.0.3", + "protobufjs": "8.2.0", "rxjs": "7.8.2", "smile-js": "0.10.1", "tslib": "2.8.1"