diff --git a/package-lock.json b/package-lock.json index b5d3976821e89..c3fc5939f031b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "libnpmexec": "^4.0.0", "libnpmfund": "^3.0.0", "libnpmhook": "^8.0.0", - "libnpmorg": "^3.0.1", + "libnpmorg": "^4.0.0", "libnpmpack": "^3.1.0", "libnpmpublish": "^5.0.1", "libnpmsearch": "^4.0.1", @@ -10643,7 +10643,7 @@ } }, "workspaces/libnpmorg": { - "version": "3.0.1", + "version": "4.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0", diff --git a/package.json b/package.json index 99c870ab1a362..43ff8a928e6e4 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "libnpmexec": "^4.0.0", "libnpmfund": "^3.0.0", "libnpmhook": "^8.0.0", - "libnpmorg": "^3.0.1", + "libnpmorg": "^4.0.0", "libnpmpack": "^3.1.0", "libnpmpublish": "^5.0.1", "libnpmsearch": "^4.0.1", diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index 781fa9b524695..913030066ddf7 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -1,6 +1,6 @@ { "name": "libnpmorg", - "version": "3.0.1", + "version": "4.0.0", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js",