From 7f3ebd0f31c91f8f07fc59434d26c3b71af489af Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 14 Sep 2023 11:05:22 -0700 Subject: [PATCH] v1.22.5 - [Fix] fix `npx resolve` by handling symlinks (#315) - [Dev Deps] update `array.prototype.map` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44f7b42..354f527 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", - "version": "1.22.4", + "version": "1.22.5", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"