From 2e08e956a43c839246d2280cfaaa3f3200937bbd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 9 Feb 2023 23:39:55 -0800 Subject: [PATCH] [Deps] update `es-get-iterator`, `get-intrinsic` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19da29d..43e45e8 100755 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ }, "dependencies": { "call-bind": "^1.0.2", - "es-get-iterator": "^1.1.2", - "get-intrinsic": "^1.1.3", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.0", "is-arguments": "^1.1.1", "is-array-buffer": "^3.0.1", "is-date-object": "^1.0.5",