Skip to content

Commit 3683d81

Browse files
committed
[Breaking] update @npmcli/arborist; drop node < 14.17
1 parent 633619f commit 3683d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"@blueoak/list": "^9.0.0",
13-
"@npmcli/arborist": "^5.6.3",
13+
"@npmcli/arborist": "^6.1.2",
1414
"correct-license-metadata": "^1.4.0",
1515
"docopt": "^0.6.2",
1616
"fs-access": "^2.0.0",
@@ -43,6 +43,6 @@
4343
"test": "tap --no-check-coverage tests/unit.test.js tests/**/test.js"
4444
},
4545
"engines": {
46-
"node": ">= 12.22"
46+
"node": ">= 14.17"
4747
}
4848
}

0 commit comments

Comments
 (0)