diff --git a/lib/core.json b/lib/core.json index d275294..058584b 100644 --- a/lib/core.json +++ b/lib/core.json @@ -112,6 +112,7 @@ "node:string_decoder": [">= 14.18 && < 15", ">= 16"], "sys": [">= 0.4 && < 0.7", ">= 0.8"], "node:sys": [">= 14.18 && < 15", ">= 16"], + "node:test": ">= 18", "timers": true, "node:timers": [">= 14.18 && < 15", ">= 16"], "timers/promises": ">= 15", diff --git a/package.json b/package.json index 0ae08e5..7177e0f 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.0", + "version": "1.22.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"