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 <lukekarrys@gmail.com>2021-10-21 01:54:57 +0300
committerGar <gar+gh@danger.computer>2021-10-21 16:38:54 +0300
commit51fb83ce93fdd7e289da7b2aabc95b0518f0aa31 (patch)
treef76a5a158aca25dbfa9a1399c40925ad73f09081 /package-lock.json
parent1d07f21876994c6d4d69559203cfdac6022536b6 (diff)
deps: @npmcli/arborist@4.0.2
* fix: skip peer conflict check if there is a current node PR-URL: https://github.com/npm/cli/pull/3921 Credit: @lukekarrys Close: #3921 Reviewed-by: @wraithgar
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 38fd6b7fc..35dfbe261 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -86,7 +86,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.0.1",
+ "@npmcli/arborist": "^4.0.2",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.3.0",
"@npmcli/map-workspaces": "^2.0.0",
@@ -772,9 +772,9 @@
}
},
"node_modules/@npmcli/arborist": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.0.1.tgz",
- "integrity": "sha512-EhHFbvwNbkVl2T0FYUyxt00pxLCuqMSloikOOpjGXGSHLZSkItQGxDM3ly4liKGEBuU1qJBRH3VlJJKCz0c6vQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.0.2.tgz",
+ "integrity": "sha512-tmuUNr66acGh8oOo6rKLNOaleeUDSymxTBQJFzDpRET8kG1nzLwIRMpV+CZkzmQ0tbCQ1NMyDvBeyu+kaJ+Dtw==",
"inBundle": true,
"dependencies": {
"@isaacs/string-locale-compare": "^1.0.1",
@@ -11082,9 +11082,9 @@
"dev": true
},
"@npmcli/arborist": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.0.1.tgz",
- "integrity": "sha512-EhHFbvwNbkVl2T0FYUyxt00pxLCuqMSloikOOpjGXGSHLZSkItQGxDM3ly4liKGEBuU1qJBRH3VlJJKCz0c6vQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.0.2.tgz",
+ "integrity": "sha512-tmuUNr66acGh8oOo6rKLNOaleeUDSymxTBQJFzDpRET8kG1nzLwIRMpV+CZkzmQ0tbCQ1NMyDvBeyu+kaJ+Dtw==",
"requires": {
"@isaacs/string-locale-compare": "^1.0.1",
"@npmcli/installed-package-contents": "^1.0.7",