From 2cb6fa7ecf8016776077ae76651aaf5e188715e5 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 25 Nov 2024 14:06:31 -0800 Subject: [PATCH] deps!: npm-packlist@10.0.0 (#415) BREAKING CHANGE: `bun.lockb` files are now included in the strict ignore list during packing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 792ee003..77d3cb93 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fs-minipass": "^3.0.0", "minipass": "^7.0.2", "npm-package-arg": "^12.0.0", - "npm-packlist": "^9.0.0", + "npm-packlist": "^10.0.0", "npm-pick-manifest": "^10.0.0", "npm-registry-fetch": "^18.0.0", "proc-log": "^5.0.0",