From 3ed92d7a33a05c11404e25aa619eb510ea53125e Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 30 Nov 2022 15:57:41 -0800 Subject: [PATCH] Bump esvu version This should bring in the fix that actually lets GraalJS install. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a1f20064..be68a87494 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "homepage": "https://github.com/tc39/test262#readme", "devDependencies": { - "esvu": "^1.2.10", + "esvu": "^1.2.11", "test262-harness": "^8.0.0" }, "scripts": {