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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-03-18 20:03:14 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-18 20:03:14 +0300
commit111e2848cf744c63617349db42430d07ef9a3f7d (patch)
tree1dfcfaaa2e970d62308ab436047b4edaf2b27795 /node_modules/npm-package-arg/package.json
parent08673c34f0f131619ea8eb75dd325e755bf0a323 (diff)
npm-package-arg@8.1.2
Diffstat (limited to 'node_modules/npm-package-arg/package.json')
-rw-r--r--node_modules/npm-package-arg/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/npm-package-arg/package.json b/node_modules/npm-package-arg/package.json
index c460be828..ed3b36444 100644
--- a/node_modules/npm-package-arg/package.json
+++ b/node_modules/npm-package-arg/package.json
@@ -1,6 +1,6 @@
{
"name": "npm-package-arg",
- "version": "8.1.1",
+ "version": "8.1.2",
"description": "Parse the things that can be arguments to `npm install`",
"main": "npa.js",
"directories": {
@@ -10,12 +10,12 @@
"npa.js"
],
"dependencies": {
- "hosted-git-info": "^3.0.6",
- "semver": "^7.0.0",
+ "hosted-git-info": "^4.0.1",
+ "semver": "^7.3.4",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
- "tap": "^14.10.2"
+ "tap": "^14.11.0"
},
"scripts": {
"preversion": "npm test",