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:
authornlf <quitlahok@gmail.com>2022-05-25 21:33:08 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-05-25 21:44:17 +0300
commit353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0 (patch)
treea7b6137bc4342414c5181c53de15196234e52bb8 /node_modules
parent7307c8de388cd14c96c42d70b7e567ec343ad084 (diff)
deps: pacote@13.5.0 npm-packlist@5.1.0
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npm-packlist/package.json2
-rw-r--r--node_modules/pacote/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json
index e7622d735..dfa0188b4 100644
--- a/node_modules/npm-packlist/package.json
+++ b/node_modules/npm-packlist/package.json
@@ -1,6 +1,6 @@
{
"name": "npm-packlist",
- "version": "5.0.4",
+ "version": "5.1.0",
"description": "Get a list of the files to add from a folder into an npm package",
"directories": {
"test": "test"
diff --git a/node_modules/pacote/package.json b/node_modules/pacote/package.json
index f1a86938f..5045e3f06 100644
--- a/node_modules/pacote/package.json
+++ b/node_modules/pacote/package.json
@@ -1,6 +1,6 @@
{
"name": "pacote",
- "version": "13.4.1",
+ "version": "13.5.0",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
@@ -54,7 +54,7 @@
"minipass": "^3.1.6",
"mkdirp": "^1.0.4",
"npm-package-arg": "^9.0.0",
- "npm-packlist": "^5.0.0",
+ "npm-packlist": "^5.1.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0",