From 4161042bf74d0e909ed7f3736c43bc89b1444575 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 19 Oct 2022 09:32:47 -0700 Subject: [PATCH] Upgrade esvu This should fix the CI failures for GraalJS. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15ebb19532b..25a1f200645 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "homepage": "https://github.com/tc39/test262#readme", "devDependencies": { - "esvu": "^1.2.9", + "esvu": "^1.2.10", "test262-harness": "^8.0.0" }, "scripts": {