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:
authorGar <gar+gh@danger.computer>2022-04-05 19:51:49 +0300
committerGar <wraithgar@github.com>2022-04-07 00:29:40 +0300
commitf86f1af636f39d7d30a97873bbb6652416f68013 (patch)
treecf40c8ef32339090ed23eaf675e3852b8e7a0ee7 /package-lock.json
parent1a90b9e9ebe98cce83591e11312aaf41c830f835 (diff)
deps: @npmcli/disparity-colors@2.0.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 2e3800ede..a43ae9fa1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -828,13 +828,14 @@
}
},
"node_modules/@npmcli/disparity-colors": {
- "version": "1.0.1",
- "license": "ISC",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-2.0.0.tgz",
+ "integrity": "sha512-FFXGrIjhvd2qSZ8iS0yDvbI7nbjdyT2VNO7wotosjYZM2p2r8PN3B7Om3M5NO9KqW/OVzfzLB3L0V5Vo5QXC7A==",
"dependencies": {
"ansi-styles": "^4.3.0"
},
"engines": {
- "node": ">=10"
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@npmcli/eslint-config": {
@@ -9606,7 +9607,7 @@
"version": "4.0.2",
"license": "ISC",
"dependencies": {
- "@npmcli/disparity-colors": "^1.0.1",
+ "@npmcli/disparity-colors": "^2.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
"binary-extensions": "^2.2.0",
"diff": "^5.0.0",
@@ -10242,7 +10243,7 @@
"ssri": "^8.0.1",
"tap": "^15.1.2",
"tcompare": "^5.0.6",
- "treeverse": "2.0.0",
+ "treeverse": "^2.0.0",
"walk-up-path": "^1.0.0"
}
},
@@ -10263,7 +10264,9 @@
}
},
"@npmcli/disparity-colors": {
- "version": "1.0.1",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-2.0.0.tgz",
+ "integrity": "sha512-FFXGrIjhvd2qSZ8iS0yDvbI7nbjdyT2VNO7wotosjYZM2p2r8PN3B7Om3M5NO9KqW/OVzfzLB3L0V5Vo5QXC7A==",
"requires": {
"ansi-styles": "^4.3.0"
}
@@ -12430,7 +12433,7 @@
"libnpmdiff": {
"version": "file:workspaces/libnpmdiff",
"requires": {
- "@npmcli/disparity-colors": "^1.0.1",
+ "@npmcli/disparity-colors": "2.0.0",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/installed-package-contents": "^1.0.7",
"@npmcli/template-oss": "3.2.2",