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:
Diffstat (limited to 'workspaces/libnpmpack/package.json')
-rw-r--r--workspaces/libnpmpack/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index caa03a2f6..260cf0477 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "5.0.0-pre.3",
+ "version": "5.0.0-pre.4",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
@@ -36,7 +36,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/run-script": "^5.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"