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 'package.json')
-rw-r--r--package.json54
1 files changed, 26 insertions, 28 deletions
diff --git a/package.json b/package.json
index cff9cdc3e..5ff600765 100644
--- a/package.json
+++ b/package.json
@@ -58,14 +58,13 @@
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.4",
"@npmcli/ci-detect": "^3.0.0",
- "@npmcli/config": "^5.0.0",
- "@npmcli/fs": "^2.1.0",
- "@npmcli/map-workspaces": "^2.0.3",
- "@npmcli/package-json": "^2.0.0",
- "@npmcli/run-script": "^4.2.1",
+ "@npmcli/config": "^6.0.1",
+ "@npmcli/map-workspaces": "^3.0.0",
+ "@npmcli/package-json": "^3.0.0",
+ "@npmcli/run-script": "^5.0.0",
"abbrev": "~1.1.1",
"archy": "~1.0.0",
- "cacache": "^16.1.3",
+ "cacache": "^17.0.1",
"chalk": "^4.1.2",
"chownr": "^2.0.0",
"cli-columns": "^4.0.0",
@@ -77,9 +76,9 @@
"graceful-fs": "^4.2.10",
"hosted-git-info": "^6.0.0",
"ini": "^3.0.1",
- "init-package-json": "^3.0.2",
+ "init-package-json": "^4.0.1",
"is-cidr": "^4.0.2",
- "json-parse-even-better-errors": "^2.3.1",
+ "json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.2",
"libnpmexec": "^5.0.0-pre.4",
@@ -91,7 +90,7 @@
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
- "make-fetch-happen": "^10.2.0",
+ "make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
@@ -100,41 +99,40 @@
"ms": "^2.1.2",
"node-gyp": "^9.1.0",
"nopt": "^6.0.0",
- "npm-audit-report": "^3.0.0",
- "npm-install-checks": "^5.0.0",
+ "npm-audit-report": "^4.0.0",
+ "npm-install-checks": "^6.0.0",
"npm-package-arg": "^9.1.2",
- "npm-pick-manifest": "^7.0.2",
- "npm-profile": "^7.0.0",
- "npm-registry-fetch": "^13.3.1",
+ "npm-pick-manifest": "^8.0.1",
+ "npm-profile": "^7.0.1",
+ "npm-registry-fetch": "^14.0.2",
"npm-user-validate": "^1.0.1",
- "npmlog": "^6.0.2",
+ "npmlog": "^7.0.0",
"opener": "^1.5.2",
"p-map": "^4.0.0",
- "pacote": "^14.0.0",
- "parse-conflict-json": "^2.0.2",
- "proc-log": "^2.0.1",
+ "pacote": "^15.0.1",
+ "parse-conflict-json": "^3.0.0",
+ "proc-log": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",
- "read-package-json": "^5.0.2",
- "read-package-json-fast": "^2.0.3",
+ "read-package-json": "^6.0.0",
+ "read-package-json-fast": "^3.0.1",
"readdir-scoped-modules": "^1.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
- "ssri": "^9.0.1",
+ "ssri": "^10.0.0",
"tar": "^6.1.11",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
- "treeverse": "^2.0.0",
- "validate-npm-package-name": "^4.0.0",
+ "treeverse": "^3.0.0",
+ "validate-npm-package-name": "^5.0.0",
"which": "^2.0.2",
- "write-file-atomic": "^4.0.1"
+ "write-file-atomic": "^5.0.0"
},
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
- "@npmcli/fs",
"@npmcli/map-workspaces",
"@npmcli/package-json",
"@npmcli/run-script",
@@ -207,12 +205,12 @@
"devDependencies": {
"@npmcli/docs": "^1.0.0",
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/git": "^3.0.2",
- "@npmcli/promise-spawn": "^3.0.0",
+ "@npmcli/git": "^4.0.1",
+ "@npmcli/promise-spawn": "^4.0.0",
"@npmcli/template-oss": "4.6.1",
"licensee": "^8.2.0",
"nock": "^13.2.4",
- "npm-packlist": "^7.0.0",
+ "npm-packlist": "^7.0.1",
"spawk": "^1.7.1",
"tap": "^16.0.1"
},