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-08-18 17:17:57 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commit159ae355bae1b41be4d904663caa7ae5a3e57d90 (patch)
tree0325be5a4dc29518df871df0dbe4c95594db4a4e
parent8c9b034cce69b2a9550dcd1d8b85ab08d54ecc61 (diff)
chore: add minimatch to devDependencies
It's used in tests so it needs to be in the manifest
-rw-r--r--DEPENDENCIES.md1
-rw-r--r--package-lock.json1
-rw-r--r--package.json2
3 files changed, 4 insertions, 0 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 9d7ff0e6e..4bc47e322 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -496,6 +496,7 @@ graph LR;
npm-->libnpmversion;
npm-->licensee;
npm-->make-fetch-happen;
+ npm-->minimatch;
npm-->minipass-pipeline;
npm-->minipass;
npm-->mkdirp-infer-owner;
diff --git a/package-lock.json b/package-lock.json
index 51aa07ecc..911063775 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -170,6 +170,7 @@
"@npmcli/template-oss": "3.5.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
+ "minimatch": "^5.1.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
"tap": "^16.0.1"
diff --git a/package.json b/package.json
index 446812373..e86e48892 100644
--- a/package.json
+++ b/package.json
@@ -166,6 +166,7 @@
"libnpmteam",
"libnpmversion",
"make-fetch-happen",
+ "minimatch",
"minipass",
"minipass-pipeline",
"mkdirp",
@@ -208,6 +209,7 @@
"@npmcli/template-oss": "3.5.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
+ "minimatch": "^5.1.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
"tap": "^16.0.1"