From 709825f1abc6ad9fd55d741c6ca15a9ae455a8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:41:21 +0000 Subject: [PATCH] Bump @bufbuild/protobuf from 2.14.1 to 2.15.0 in the contracts group Bumps the contracts group with 1 update: [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf). Updates `@bufbuild/protobuf` from 2.14.1 to 2.15.0 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.15.0/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: contracts ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5262b1..7be4534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-only", "dependencies": { "@arcforges/proto": "1.0.0-ci.25.1", - "@bufbuild/protobuf": "2.14.1" + "@bufbuild/protobuf": "2.15.0" }, "devDependencies": { "@biomejs/biome": "2.5.13", @@ -36,6 +36,12 @@ "@bufbuild/protobuf": "2.14.1" } }, + "node_modules/@arcforges/proto/node_modules/@bufbuild/protobuf": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.14.1.tgz", + "integrity": "sha512-agRJn3+EJDUe8AvxTx/LnHA/GErvLE62pSaSk7+MwFOtOv8eWBu/qCq2qoZjBjVZ3C2aiFJCveuSs17KMkYGOw==", + "license": "(Apache-2.0 AND BSD-3-Clause)" + }, "node_modules/@biomejs/biome": { "version": "2.5.13", "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.13.tgz", @@ -212,9 +218,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.14.1.tgz", - "integrity": "sha512-agRJn3+EJDUe8AvxTx/LnHA/GErvLE62pSaSk7+MwFOtOv8eWBu/qCq2qoZjBjVZ3C2aiFJCveuSs17KMkYGOw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.15.0.tgz", + "integrity": "sha512-DAheWUkVr/SJTWCc+lg9dhY0eN4SaWlf4+bG1KzHeXbnqt0AfB/NX0Z+VunGlM1ki1B4zVvye27MpKh/svySUA==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@cloudflare/kv-asset-handler": { diff --git a/package.json b/package.json index 9d8d762..43e1219 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@arcforges/proto": "1.0.0-ci.25.1", - "@bufbuild/protobuf": "2.14.1" + "@bufbuild/protobuf": "2.15.0" }, "devDependencies": { "@biomejs/biome": "2.5.13",