From 5f8e3a9fbeefe8d0a60aaeec6cbb58b92cd5bf01 Mon Sep 17 00:00:00 2001 From: Madhavendra Rathore Date: Thu, 11 Jun 2026 16:53:06 +0530 Subject: [PATCH] fix: repoint flatbuffers lockfile URLs to registry.npmjs.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two flatbuffers entries resolved to npm-proxy.dev.databricks.com, a dev-only proxy unreachable from the protected release/CI runners. npm rewrites registry.npmjs.org hosts to the configured JFrog db-npm registry but leaves other hosts as-is, so 'npm clean-install' in the release build died with ECONNRESET fetching flatbuffers. Repoint to registry.npmjs.org (integrity unchanged — same tarball). Fixes the release build for RC and GA alike. Co-authored-by: Isaac Signed-off-by: Madhavendra Rathore --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58d1593b..f8bbdc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3120,7 +3120,7 @@ }, "node_modules/flatbuffers": { "version": "23.5.26", - "resolved": "https://npm-proxy.dev.databricks.com/flatbuffers/-/flatbuffers-23.5.26.tgz", + "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-23.5.26.tgz", "integrity": "sha512-vE+SI9vrJDwi1oETtTIFldC/o9GsVKRM+s6EL0nQgxXlYV1Vc4Tk30hj4xGICftInKQKj1F3up2n8UbIVobISQ==", "license": "SEE LICENSE IN LICENSE" }, @@ -8823,7 +8823,7 @@ }, "flatbuffers": { "version": "23.5.26", - "resolved": "https://npm-proxy.dev.databricks.com/flatbuffers/-/flatbuffers-23.5.26.tgz", + "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-23.5.26.tgz", "integrity": "sha512-vE+SI9vrJDwi1oETtTIFldC/o9GsVKRM+s6EL0nQgxXlYV1Vc4Tk30hj4xGICftInKQKj1F3up2n8UbIVobISQ==" }, "flatted": {