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:
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index d33bfe76a..37a29766e 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.2",
- "libnpmdiff": "^4.0.1",
+ "libnpmdiff": "^4.0.2",
"libnpmexec": "^4.0.1",
"libnpmfund": "^3.0.1",
"libnpmhook": "^8.0.2",
@@ -10334,7 +10334,7 @@
}
},
"workspaces/libnpmdiff": {
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/disparity-colors": "^1.0.1",
diff --git a/package.json b/package.json
index d5ab3d8ea..c5ed145a2 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.2",
- "libnpmdiff": "^4.0.1",
+ "libnpmdiff": "^4.0.2",
"libnpmexec": "^4.0.1",
"libnpmfund": "^3.0.1",
"libnpmhook": "^8.0.2",