diff --git a/package-lock.json b/package-lock.json index 20f482186c..62f8f4ed81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "node-fetch": "^2.5.0", "npm-lifecycle": "^3.1.2", "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.4.4", + "npm-packlist": "^2.1.4", "npmlog": "^4.1.2", "p-finally": "^2.0.1", "p-map": "^4.0.0", @@ -1553,6 +1553,17 @@ "minipass": "^2.9.0" } }, + "node_modules/@evocateur/pacote/node_modules/npm-packlist": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "license": "ISC", + "dependencies": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, "node_modules/@evocateur/pacote/node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", @@ -12795,13 +12806,21 @@ } }, "node_modules/npm-packlist": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", - "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.4.tgz", + "integrity": "sha512-Qzg2pvXC9U4I4fLnUrBmcIT4x0woLtUgxUi9eC+Zrcv1Xx5eamytGAfbDWQ67j7xOcQ2VW1I3su9smVTIdu7Hw==", + "license": "ISC", "dependencies": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1", + "glob": "^7.1.6", + "ignore-walk": "^3.0.3", + "npm-bundled": "^1.1.1", "npm-normalize-package-bin": "^1.0.1" + }, + "bin": { + "npm-packlist": "bin/index.js" + }, + "engines": { + "node": ">=10" } }, "node_modules/npm-pick-manifest": { @@ -17150,7 +17169,7 @@ "@lerna/package": "file:../../core/package", "@lerna/run-lifecycle": "file:../run-lifecycle", "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.4.4", + "npm-packlist": "^2.1.4", "npmlog": "^4.1.2", "tar": "^6.0.5", "temp-write": "^4.0.0" @@ -17827,6 +17846,16 @@ "minipass": "^2.9.0" } }, + "npm-packlist": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, "rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", @@ -19097,7 +19126,7 @@ "@lerna/package": "file:../../core/package", "@lerna/run-lifecycle": "file:../run-lifecycle", "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.4.4", + "npm-packlist": "^2.1.4", "npmlog": "^4.1.2", "tar": "^6.0.5", "temp-write": "^4.0.0" @@ -27216,12 +27245,13 @@ } }, "npm-packlist": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", - "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.1.4.tgz", + "integrity": "sha512-Qzg2pvXC9U4I4fLnUrBmcIT4x0woLtUgxUi9eC+Zrcv1Xx5eamytGAfbDWQ67j7xOcQ2VW1I3su9smVTIdu7Hw==", "requires": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1", + "glob": "^7.1.6", + "ignore-walk": "^3.0.3", + "npm-bundled": "^1.1.1", "npm-normalize-package-bin": "^1.0.1" } }, diff --git a/package.json b/package.json index 0d80ecdabe..8b081fbf9b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "node-fetch": "^2.5.0", "npm-lifecycle": "^3.1.2", "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.4.4", + "npm-packlist": "^2.1.4", "npmlog": "^4.1.2", "p-finally": "^2.0.1", "p-map": "^4.0.0", diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index f3e39a94c1..ad2bed06ef 100644 --- a/utils/pack-directory/package.json +++ b/utils/pack-directory/package.json @@ -31,7 +31,7 @@ "@lerna/package": "file:../../core/package", "@lerna/run-lifecycle": "file:../run-lifecycle", "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.4.4", + "npm-packlist": "^2.1.4", "npmlog": "^4.1.2", "tar": "^6.0.5", "temp-write": "^4.0.0"