From ffeb49f73d74fa02f6f6741ecc45e6893c7f31a7 Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Wed, 30 Oct 2024 09:23:26 -0600 Subject: [PATCH] Update wasm-pack to 0.13.1 (#44218) --- build.assets/versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 08af10d8855a..e33a06dcffe9 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -10,7 +10,7 @@ NODE_VERSION ?= 20.18.0 # Run lint-rust check locally before merging code after you bump this. RUST_VERSION ?= 1.81.0 -WASM_PACK_VERSION ?= 0.12.1 +WASM_PACK_VERSION ?= 0.13.1 LIBBPF_VERSION ?= 1.2.2 LIBPCSCLITE_VERSION ?= 1.9.9-teleport