From 063621ec99d1b9262d3898c0ecad0e1e98be5f75 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 4 May 2021 10:10:22 -0700 Subject: [PATCH] [Deps] update `get-intrinsic` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44d3f4d..a419bb4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tape": "^5.2.2" }, "dependencies": { - "get-intrinsic": "^1.1.0", + "get-intrinsic": "^1.1.1", "has": "^1.0.3", "side-channel": "^1.0.4" },