From b1ad3ad194d046aa6209a4efad961429b379393c Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 30 Aug 2023 10:20:05 -0700 Subject: [PATCH] deps: npm-packlist@8.0.0 --- node_modules/.gitignore | 4 +--- .../node_modules => }/npm-packlist/LICENSE | 0 .../npm-packlist/lib/index.js | 0 .../npm-packlist/package.json | 0 package-lock.json | 22 +++++-------------- package.json | 2 +- 6 files changed, 7 insertions(+), 21 deletions(-) rename node_modules/{pacote/node_modules => }/npm-packlist/LICENSE (100%) rename node_modules/{pacote/node_modules => }/npm-packlist/lib/index.js (100%) rename node_modules/{pacote/node_modules => }/npm-packlist/package.json (100%) diff --git a/node_modules/.gitignore b/node_modules/.gitignore index ff9fee3432225..5e29e58b28c44 100644 --- a/node_modules/.gitignore +++ b/node_modules/.gitignore @@ -202,6 +202,7 @@ !/npm-install-checks !/npm-normalize-package-bin !/npm-package-arg +!/npm-packlist !/npm-pick-manifest !/npm-profile !/npm-registry-fetch @@ -210,9 +211,6 @@ !/once !/p-map !/pacote -!/pacote/node_modules/ -/pacote/node_modules/* -!/pacote/node_modules/npm-packlist !/parse-conflict-json !/path-is-absolute !/path-key diff --git a/node_modules/pacote/node_modules/npm-packlist/LICENSE b/node_modules/npm-packlist/LICENSE similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/LICENSE rename to node_modules/npm-packlist/LICENSE diff --git a/node_modules/pacote/node_modules/npm-packlist/lib/index.js b/node_modules/npm-packlist/lib/index.js similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/lib/index.js rename to node_modules/npm-packlist/lib/index.js diff --git a/node_modules/pacote/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json similarity index 100% rename from node_modules/pacote/node_modules/npm-packlist/package.json rename to node_modules/npm-packlist/package.json diff --git a/package-lock.json b/package-lock.json index 234480e8bbfb4..be16c47b205cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -170,7 +170,7 @@ "diff": "^5.1.0", "licensee": "^10.0.0", "nock": "^13.3.3", - "npm-packlist": "^7.0.4", + "npm-packlist": "^8.0.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-github": "^11.2.4", @@ -9788,10 +9788,10 @@ } }, "node_modules/npm-packlist": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz", - "integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==", - "dev": true, + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz", + "integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==", + "inBundle": true, "dependencies": { "ignore-walk": "^6.0.0" }, @@ -10410,18 +10410,6 @@ "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/pacote/node_modules/npm-packlist": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz", - "integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==", - "inBundle": true, - "dependencies": { - "ignore-walk": "^6.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/package.json b/package.json index 7cfe5efb2b3ee..a78ac6e0a4f56 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "diff": "^5.1.0", "licensee": "^10.0.0", "nock": "^13.3.3", - "npm-packlist": "^7.0.4", + "npm-packlist": "^8.0.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-github": "^11.2.4",