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>2021-12-09 00:27:35 +0300
committerGar <gar+gh@danger.computer>2021-12-09 00:48:10 +0300
commite1da1fa4ba7d95616928d2192b5b9db09b3120bc (patch)
tree3be2c8ac138b77c52d6beb2508c3c875f022fa06 /package.json
parent4b0c29a7c5860410c7b453bec389c54cb21dbde3 (diff)
deps: @npmcli/arborist@4.1.1 parse-conflict-json@2.0.1
* Fixes object property assignment bug in resolving package-locks with conflicts PR-URL: https://github.com/npm/cli/pull/4141 Credit: @wraithgar Close: #4141 Reviewed-by: @fritzy
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 73199f179..6e02b7ca2 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.1.0",
+ "@npmcli/arborist": "^4.1.1",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.3.2",
"@npmcli/map-workspaces": "^2.0.0",
@@ -108,7 +108,7 @@
"npmlog": "^6.0.0",
"opener": "^1.5.2",
"pacote": "^12.0.2",
- "parse-conflict-json": "^1.1.1",
+ "parse-conflict-json": "^2.0.1",
"proc-log": "^1.0.0",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",