diff --git a/package-lock.json b/package-lock.json index 866eab764039e..e6be40e2cb0ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,7 +111,7 @@ "init-package-json": "^3.0.0", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^5.0.1", + "libnpmaccess": "^6.0.0", "libnpmdiff": "^3.0.0", "libnpmexec": "^3.0.3", "libnpmfund": "^2.0.2", @@ -10488,7 +10488,7 @@ } }, "workspaces/libnpmaccess": { - "version": "5.0.1", + "version": "6.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0", diff --git a/package.json b/package.json index dbcd326a624ee..5c63b97f7f100 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "init-package-json": "^3.0.0", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^5.0.1", + "libnpmaccess": "^6.0.0", "libnpmdiff": "^3.0.0", "libnpmexec": "^3.0.3", "libnpmfund": "^2.0.2", diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index f32c1a3c8373e..33085ffd7cc39 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -1,6 +1,6 @@ { "name": "libnpmaccess", - "version": "5.0.1", + "version": "6.0.0", "description": "programmatic library for `npm access` commands", "author": "GitHub Inc.", "license": "ISC",