summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/arborist/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/@npmcli/arborist/package.json')
-rw-r--r--deps/npm/node_modules/@npmcli/arborist/package.json17
1 files changed, 11 insertions, 6 deletions
diff --git a/deps/npm/node_modules/@npmcli/arborist/package.json b/deps/npm/node_modules/@npmcli/arborist/package.json
index 77c11e7221..cf4224234c 100644
--- a/deps/npm/node_modules/@npmcli/arborist/package.json
+++ b/deps/npm/node_modules/@npmcli/arborist/package.json
@@ -1,9 +1,9 @@
{
"name": "@npmcli/arborist",
- "version": "2.2.4",
+ "version": "2.2.5",
"description": "Manage node_modules trees",
"dependencies": {
- "@npmcli/installed-package-contents": "^1.0.6",
+ "@npmcli/installed-package-contents": "^1.0.7",
"@npmcli/map-workspaces": "^1.0.2",
"@npmcli/metavuln-calculator": "^1.1.0",
"@npmcli/move-file": "^1.1.0",
@@ -46,7 +46,8 @@
"tcompare": "^3.0.4"
},
"scripts": {
- "test": "tap",
+ "test": "npm run test-only --",
+ "test-only": "tap",
"posttest": "npm run lint",
"snap": "tap",
"postsnap": "npm run lint",
@@ -76,12 +77,16 @@
},
"tap": {
"100": true,
- "node-arg": [
- "--unhandled-rejections=strict"
- ],
"after": "test/fixtures/cleanup.js",
"coverage-map": "map.js",
"esm": false,
+ "test-env": [
+ "NODE_OPTIONS=--no-warnings"
+ ],
+ "node-arg": [
+ "--no-warnings",
+ "--no-deprecation"
+ ],
"timeout": "120"
}
}