From 33db656bfb1bf42eac1fbc72ed1f63f9fa655a8c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 22 Oct 2024 12:50:14 -0700 Subject: [PATCH] [Deps] update `es-iterator-helpers` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fc051131f..dcaca108b4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "array.prototype.flatmap": "^1.3.2", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.19", + "es-iterator-helpers": "^1.1.0", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0",