diff --git a/bindings/typescript/package-lock.json b/bindings/typescript/package-lock.json index 77e8c684..ca8ae8cc 100644 --- a/bindings/typescript/package-lock.json +++ b/bindings/typescript/package-lock.json @@ -16,9 +16,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.13.0.tgz", - "integrity": "sha512-acq7c49vxfm1ggJ95P70TX7ABDM0vxr1SYD3BB0o0jnBLB4OAqeHyKuN+cD3w80gXEDQ2zxHpR6CUeA+O/aU9g==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.14.0.tgz", + "integrity": "sha512-C3UGsiCwSprE2NKIIFA3hCDlpXTMCAXRZuEVp88L1GY36Y41+rYL5fryE+nOFhp4p4JPQvdV8PQ4DWgHgeTE+w==", "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/@typescript/typescript-aix-ppc64": { diff --git a/checks.nix b/checks.nix index 964ddd41..54a96063 100644 --- a/checks.nix +++ b/checks.nix @@ -146,7 +146,7 @@ pname = "scip-bindings-typescript"; inherit version; src = ./bindings/typescript; - npmDepsHash = "sha256-N77gNTCclgwFkUzb8bW50C9tXBhNEd7R916I/X1cxjs="; + npmDepsHash = "sha256-hLncSM2iXLVl3F489w3iSunHZ2+QG1jf16E47qRg+dk="; buildPhase = '' runHook preBuild npm run build