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:
authornlf <quitlahok@gmail.com>2022-03-17 22:41:44 +0300
committernlf <quitlahok@gmail.com>2022-03-17 22:41:44 +0300
commitb40136bcaf32232e4cacdb517ce40f61871da159 (patch)
tree4e08ecdc5c5879f6c0774c4c3ab2e4f1717cfada
parentf066816a35adbaa55b6197992a06178719be73ef (diff)
deps: libnpmdiff@4.0.2
-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",