@npmcli/arborist 5.2.1 → 5.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -673,7 +673,7 @@ Try using the package name instead, e.g:
|
|
|
673
673
|
const breakingMessage = isSemVerMajor
|
|
674
674
|
? 'a SemVer major change'
|
|
675
675
|
: 'outside your stated dependency range'
|
|
676
|
-
log.warn('audit', `Updating ${name} to ${version}
|
|
676
|
+
log.warn('audit', `Updating ${name} to ${version}, ` +
|
|
677
677
|
`which is ${breakingMessage}.`)
|
|
678
678
|
|
|
679
679
|
await this[_add](node, { add: [`${name}@${version}`] })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/arborist",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "Manage node_modules trees",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
12
12
|
"@npmcli/node-gyp": "^2.0.0",
|
|
13
13
|
"@npmcli/package-json": "^2.0.0",
|
|
14
|
-
"@npmcli/run-script": "^
|
|
14
|
+
"@npmcli/run-script": "^4.1.0",
|
|
15
15
|
"bin-links": "^3.0.0",
|
|
16
16
|
"cacache": "^16.0.6",
|
|
17
17
|
"common-ancestor-path": "^1.0.1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"npm-pick-manifest": "^7.0.0",
|
|
26
26
|
"npm-registry-fetch": "^13.0.0",
|
|
27
27
|
"npmlog": "^6.0.2",
|
|
28
|
-
"pacote": "^13.
|
|
28
|
+
"pacote": "^13.6.1",
|
|
29
29
|
"parse-conflict-json": "^2.0.1",
|
|
30
30
|
"proc-log": "^2.0.0",
|
|
31
31
|
"promise-all-reject-late": "^1.0.0",
|