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:
authorGar <gar+gh@danger.computer>2022-04-06 19:18:21 +0300
committerGar <wraithgar@github.com>2022-04-07 00:29:40 +0300
commit71296d5ca4ace5805e1061c1a58878939c1c32f3 (patch)
treeae6694886acb19f1ed65fb6bcd1225466c5f7865
parentb67274599f09b8803c5fd9d35b2e6f4e35c24597 (diff)
deps: npm-package-arg@9.0.2
-rw-r--r--package-lock.json7
-rw-r--r--package.json2
2 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index a8b9d343b..0502ac6b9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -134,7 +134,7 @@
"nopt": "^5.0.0",
"npm-audit-report": "^3.0.0",
"npm-install-checks": "^5.0.0",
- "npm-package-arg": "^9.0.1",
+ "npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
"npm-registry-fetch": "^13.1.0",
@@ -5031,11 +5031,10 @@
"license": "ISC"
},
"node_modules/npm-package-arg": {
- "version": "9.0.1",
+ "version": "9.0.2",
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.0.2.tgz",
"integrity": "sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
"hosted-git-info": "^5.0.0",
"semver": "^7.3.5",
@@ -13170,7 +13169,7 @@
"version": "1.0.1"
},
"npm-package-arg": {
- "version": "9.0.1",
+ "version": "9.0.2",
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.0.2.tgz",
"integrity": "sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g==",
"requires": {
diff --git a/package.json b/package.json
index 02c5769ca..dc5b1ce9a 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"nopt": "^5.0.0",
"npm-audit-report": "^3.0.0",
"npm-install-checks": "^5.0.0",
- "npm-package-arg": "^9.0.1",
+ "npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
"npm-registry-fetch": "^13.1.0",