diff --git a/lib/core.json b/lib/core.json index 39f8f10b..0238b61a 100644 --- a/lib/core.json +++ b/lib/core.json @@ -38,6 +38,8 @@ "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12", "os": true, "path": true, + "path/posix": ">= 15.3", + "path/win32": ">= 15.3", "perf_hooks": ">= 8.5", "process": ">= 1", "punycode": true, @@ -65,6 +67,7 @@ "tty": true, "url": true, "util": true, + "util/types": ">= 15.3", "v8/tools/arguments": ">= 10 && < 12", "v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"], "v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"], diff --git a/package.json b/package.json index 2b2214fd..52a78a23 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.19.0", + "version": "1.20.0", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"