diff --git a/package-lock.json b/package-lock.json index 47313fd3..b90220e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "inquirer": "8.2.6", "meow": "9.0.0", "nodemon": "3.0.1", - "npm-packlist": "7.0.4", + "npm-packlist": "8.0.2", "npm-run-path": "4.0.1", "outdent": "0.8.0", "p-any": "3.0.0", @@ -13851,11 +13851,11 @@ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==" }, "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==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz", + "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", "dependencies": { - "ignore-walk": "^6.0.0" + "ignore-walk": "^6.0.4" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/package.json b/package.json index eefdfd70..58667558 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "inquirer": "8.2.6", "meow": "9.0.0", "nodemon": "3.0.1", - "npm-packlist": "7.0.4", + "npm-packlist": "8.0.2", "npm-run-path": "4.0.1", "outdent": "0.8.0", "p-any": "3.0.0",