diff --git a/package-lock.json b/package-lock.json index 5498cc6bc3..dbea8c1506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -786,7 +786,7 @@ "@lerna/package": "file:core/package", "@lerna/run-lifecycle": "file:utils/run-lifecycle", "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.1.12", + "npm-packlist": "^1.4.1", "npmlog": "^4.1.2", "tar": "^4.4.8", "temp-write": "^3.4.0" @@ -6204,9 +6204,9 @@ } }, "npm-packlist": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.3.0.tgz", - "integrity": "sha512-qPBc6CnxEzpOcc4bjoIBJbYdy0D/LFFPUdxvfwor4/w3vxeE0h6TiOVurCEPpQ6trjN77u/ShyfeJGsbAfB3dA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz", + "integrity": "sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==", "requires": { "ignore-walk": "^3.0.1", "npm-bundled": "^1.0.1" diff --git a/utils/pack-directory/package.json b/utils/pack-directory/package.json index 8ee23f0dfa..0e0336999f 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.1.12", + "npm-packlist": "^1.4.1", "npmlog": "^4.1.2", "tar": "^4.4.8", "temp-write": "^3.4.0"