From d0f98829e8d853c46c453ff8801576684e96b1ed Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 16 Mar 2024 23:42:31 -0700 Subject: [PATCH] [Deps] update `call-bind`, `define-properties`, `es-shim-unscopables` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ac97ee..d8dc988 100644 --- a/package.json +++ b/package.json @@ -46,10 +46,10 @@ "tape": "^5.7.5" }, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" + "es-shim-unscopables": "^1.0.2" }, "auto-changelog": { "output": "CHANGELOG.md",