From 1ee6d5aaf132bd20d9cf6795921594f621be26d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:36:05 +0000 Subject: [PATCH] chore(deps): bump @bufbuild/protobuf from 1.10.1 to 2.9.0 Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 1.10.1 to 2.9.0. - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.9.0/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f22ad07442..fc197ef778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.225.0", "hasInstallScript": true, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.9.0", "@datadog/browser-rum": "^6.21.1", "@datadog/browser-rum-react": "^6.21.1", "@descope/react-sdk": "^2.16.1", @@ -572,9 +572,9 @@ "license": "MIT" }, "node_modules/@bufbuild/protobuf": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.1.tgz", - "integrity": "sha512-wJ8ReQbHxsAfXhrf9ixl0aYbZorRuOWpBNzm8pL8ftmSxQx/wnJD5Eg861NwJU/czy2VXFIebCeZnZrI9rktIQ==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.9.0.tgz", + "integrity": "sha512-rnJenoStJ8nvmt9Gzye8nkYd6V22xUAnu4086ER7h1zJ508vStko4pMvDeQ446ilDTFpV5wnoc5YS7XvMwwMqA==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@chevrotain/cst-dts-gen": { diff --git a/package.json b/package.json index 5bf0bae394..86288223f8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "type-check": "tsc --pretty --noEmit" }, "dependencies": { - "@bufbuild/protobuf": "^1.10.0", + "@bufbuild/protobuf": "^2.9.0", "@datadog/browser-rum": "^6.21.1", "@datadog/browser-rum-react": "^6.21.1", "@descope/react-sdk": "^2.16.1",