From 33d4fc0cc790836cf6168dc39d6284cca16e8da4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:22:13 +0000 Subject: [PATCH 1/2] Update dependency @bufbuild/protobuf to v2.14.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 ca8ae8cc..f74673e0 100644 --- a/bindings/typescript/package-lock.json +++ b/bindings/typescript/package-lock.json @@ -16,9 +16,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.14.0.tgz", - "integrity": "sha512-C3UGsiCwSprE2NKIIFA3hCDlpXTMCAXRZuEVp88L1GY36Y41+rYL5fryE+nOFhp4p4JPQvdV8PQ4DWgHgeTE+w==", + "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/@typescript/typescript-aix-ppc64": { From 25f13b37008ecd0f34769158eced21347bdb5985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:24:42 +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 b59fc6a8..d0ade3d8 100644 --- a/checks.nix +++ b/checks.nix @@ -146,7 +146,7 @@ pname = "scip-bindings-typescript"; inherit version; src = ./bindings/typescript; - npmDepsHash = "sha256-hLncSM2iXLVl3F489w3iSunHZ2+QG1jf16E47qRg+dk="; + npmDepsHash = "sha256-wa2Qh3FfCo01ew8vA4w5snd1wb1jQv/GaVR+vjiIrYI="; buildPhase = '' runHook preBuild npm run build