From 4530fc37d4e717c9b527917e8506baf3f3903397 Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Fri, 1 Nov 2024 10:57:03 -0600 Subject: [PATCH] Update wasm-pack to 0.13.1 (#48136) --- 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 08af10d8855a0..e33a06dcffe9d 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