diff --git a/node_modules/npm-packlist/lib/index.js b/node_modules/npm-packlist/lib/index.js index a6bacc3548cc7..4ff84b796b7c3 100644 --- a/node_modules/npm-packlist/lib/index.js +++ b/node_modules/npm-packlist/lib/index.js @@ -326,6 +326,8 @@ class PackWalker extends IgnoreWalker { '/pnpm-lock.yaml', '/bun.lockb', '/bun.lock', + '/.npm-extension.mjs', + '/.npm-extension.cjs', ] // if we have a files array in our package, we need to pull rules from it diff --git a/node_modules/npm-packlist/package.json b/node_modules/npm-packlist/package.json index b26f7b68b979c..ae5c4fc596a56 100644 --- a/node_modules/npm-packlist/package.json +++ b/node_modules/npm-packlist/package.json @@ -1,6 +1,6 @@ { "name": "npm-packlist", - "version": "11.2.0", + "version": "11.3.0", "description": "Get a list of the files to add from a folder into an npm package", "directories": { "test": "test" @@ -20,7 +20,7 @@ "devDependencies": { "@npmcli/arborist": "^9.0.0", "@npmcli/eslint-config": "^7.0.0", - "@npmcli/template-oss": "5.1.0", + "@npmcli/template-oss": "5.1.1", "mutate-fs": "^2.1.1", "tap": "^16.0.1" }, @@ -57,7 +57,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "5.1.0", + "version": "5.1.1", "publish": true, "updateNpm": false } diff --git a/package-lock.json b/package-lock.json index b0dd7e6e1efca..4fd351e167228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -175,7 +175,7 @@ "cli-table3": "^0.6.4", "diff": "^8.0.4", "nock": "^14.0.0", - "npm-packlist": "^11.2.0", + "npm-packlist": "^11.3.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-github": "^12.0.0", @@ -10659,9 +10659,9 @@ } }, "node_modules/npm-packlist": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-11.2.0.tgz", - "integrity": "sha512-TEuN5ZCDBmJ2kcoW7IgRRt3P09sL9mAC5gg1FWQcJVkEdIuAAgy1e459JahGKAjScLqqSodAJtYJ578kQGY+Ng==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-11.3.0.tgz", + "integrity": "sha512-cS1yVkyriZgQAbiK8PtwhZHEtsFOsKHsCg5Ww2ONckAvXIspgqd6o4WirOzvkupU24iMRZ4xtO4kb2iK2rbnag==", "inBundle": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 883fc39eb9459..223f70c0d4393 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "cli-table3": "^0.6.4", "diff": "^8.0.4", "nock": "^14.0.0", - "npm-packlist": "^11.2.0", + "npm-packlist": "^11.3.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-github": "^12.0.0",