From 9135b40f93adc6b8fbc31f48a96adf2339b00672 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 11 Oct 2023 13:44:42 -0700 Subject: [PATCH] [Deps] update `@ljharb/through`, `resolve` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2bdb57f..6553f644 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@ljharb/resumer": "^0.0.1", - "@ljharb/through": "^2.3.9", + "@ljharb/through": "^2.3.11", "array.prototype.every": "^1.1.5", "call-bind": "^1.0.2", "deep-equal": "^2.2.2", @@ -45,7 +45,7 @@ "object-is": "^1.1.5", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "resolve": "^2.0.0-next.4", + "resolve": "^2.0.0-next.5", "string.prototype.trim": "^1.2.8" }, "devDependencies": {