From 9ddabb88c531c96715061985c6b065a508b7b4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:00:55 +0000 Subject: [PATCH] deps: Bump @bufbuild/protobuf from 1.10.0 to 2.1.0 Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.1.0/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- protocol/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86de0f4ff..74b640cdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1090,9 +1090,10 @@ "dev": true }, "node_modules/@bufbuild/protobuf": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz", - "integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.1.0.tgz", + "integrity": "sha512-+2Mx67Y3skJ4NCD/qNSdBJNWtu6x6Qr53jeNg+QcwiL6mt0wK+3jwHH2x1p7xaYH6Ve2JKOVn0OxU35WsmqI9A==", + "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@bytecodealliance/componentize-js": { "version": "0.11.4", @@ -6857,7 +6858,7 @@ "version": "1.0.0-alpha.26", "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "1.10.0", + "@bufbuild/protobuf": "2.1.0", "@connectrpc/connect": "1.5.0", "typeid-js": "1.1.0" }, diff --git a/protocol/package.json b/protocol/package.json index 87f5c4d83..d0e3d63db 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -41,7 +41,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@bufbuild/protobuf": "1.10.0", + "@bufbuild/protobuf": "2.1.0", "@connectrpc/connect": "1.5.0", "typeid-js": "1.1.0" },