From cf273f1cf31775c8a73cc67b654faf87b44f7f79 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 24 Feb 2022 13:04:40 -0700 Subject: [PATCH] deps: libnpmorg@4.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- workspaces/libnpmorg/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",