summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/arborist
diff options
context:
space:
mode:
authornpm team <ops+robot@npmjs.com>2022-03-03 21:38:08 +0000
committerLuigi Pinca <luigipinca@gmail.com>2022-03-08 21:30:47 +0100
commit2f2f422ff8cdf5c739fd9d747e6cc94e409aefa0 (patch)
treee5220d4a07b3327506134f1ef89e7467ccdad941 /deps/npm/node_modules/@npmcli/arborist
parente8697cfe3864082a25f229e61c44f22c8e6dd502 (diff)
downloadnode-new-2f2f422ff8cdf5c739fd9d747e6cc94e409aefa0.tar.gz
deps: upgrade npm to 8.5.3
PR-URL: https://github.com/nodejs/node/pull/42205 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/@npmcli/arborist')
-rw-r--r--deps/npm/node_modules/@npmcli/arborist/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/npm/node_modules/@npmcli/arborist/package.json b/deps/npm/node_modules/@npmcli/arborist/package.json
index 520c457487..c9dee34b72 100644
--- a/deps/npm/node_modules/@npmcli/arborist/package.json
+++ b/deps/npm/node_modules/@npmcli/arborist/package.json
@@ -62,11 +62,13 @@
"benchmark": "node scripts/benchmark.js",
"benchclean": "rm -rf scripts/benchmark/*/",
"npmclilint": "npmcli-lint",
- "postlint": "npm-template-check"
+ "postlint": "npm-template-check",
+ "template-copy": "npm-template-copy --force"
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/arborist"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/arborist"
},
"author": "GitHub Inc.",
"license": "ISC",
@@ -101,6 +103,6 @@
"!test/fixtures/*.js"
],
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.2"
}
}