Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-02-24 22:52:21 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 22:52:21 +0300
commit9633752cd5c4a0d240adcb24f0ae7e3fafd122ba (patch)
tree2598b48514e4c7528bd2238493555cbbc615fb28
parent77399cb988d984133bfc2885a6407ffc56b9152d (diff)
deps: libnpmdiff@4.0.0libnpmdiff@4.0.0libnpmdiff-v4.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmdiff/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index e6be40e2c..43ff64a79 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -112,7 +112,7 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.0",
- "libnpmdiff": "^3.0.0",
+ "libnpmdiff": "^4.0.0",
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
@@ -10506,7 +10506,7 @@
}
},
"workspaces/libnpmdiff": {
- "version": "3.0.0",
+ "version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/disparity-colors": "^1.0.1",
diff --git a/package.json b/package.json
index 5c63b97f7..39324d73b 100644
--- a/package.json
+++ b/package.json
@@ -80,7 +80,7 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.0",
- "libnpmdiff": "^3.0.0",
+ "libnpmdiff": "^4.0.0",
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 2d1876339..fbfc1eaf9 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
- "version": "3.0.0",
+ "version": "4.0.0",
"description": "The registry diff",
"repository": "https://github.com/npm/libnpmdiff",
"main": "lib/index.js",