From 022447d588beb74f9e880e08ecd27cc252c078c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:57:48 +0000 Subject: [PATCH 1/2] Update dependency @bufbuild/protobuf to v2.12.1 --- bindings/typescript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/typescript/package-lock.json b/bindings/typescript/package-lock.json index e12f4f4b..b8df0d83 100644 --- a/bindings/typescript/package-lock.json +++ b/bindings/typescript/package-lock.json @@ -16,9 +16,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.12.0.tgz", - "integrity": "sha512-B/XlCaFIP8LOwzo+bz5uFzATYokcwCKQcghqnlfwSmM5eX/qTkvDBnDPs+gXtX/RyjxJ4DRikECcPJbyALA8FA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.12.1.tgz", + "integrity": "sha512-BvAMfS6LrgZiryOAZ4pBYucu4wG/Ei/9o9DZ9akbREnMLbPJiom2i8b9C8IsKErQoiKqVhrerzt3kOT/RrzLHg==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/typescript": { From 257d82cf5f95ce2db5d985a6394716cd34f2d3ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:00:17 +0000 Subject: [PATCH 2/2] chore: tidy Go modules and update vendor hashes --- checks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks.nix b/checks.nix index b131bb01..a13de4d4 100644 --- a/checks.nix +++ b/checks.nix @@ -146,7 +146,7 @@ pname = "scip-bindings-typescript"; inherit version; src = ./bindings/typescript; - npmDepsHash = "sha256-AjMpADlWjYUvhRryaduePi7h4bMHetdoHpedSsfmapM="; + npmDepsHash = "sha256-kY7RG2gUws+wbz9eSuQAGVsyfWGZS4JyXtwhoYUVBhI="; buildPhase = '' runHook preBuild npm run build