From 14cc13f3c857cf0140bd7f00cc67e9de772cb3ac Mon Sep 17 00:00:00 2001 From: Netlify Team Account 1 <90322326+netlify-team-account-1@users.noreply.github.com> Date: Mon, 8 Nov 2021 14:09:08 +0100 Subject: [PATCH] fix: make sure that consumers use precinct 8.2 (#798) Follow-up to https://github.com/netlify/zip-it-and-ship-it/pull/698#pullrequestreview-800014246 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2221ee66..85ae7bd2d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "p-map": "^4.0.0", "path-exists": "^4.0.0", "pkg-dir": "^5.0.0", - "precinct": "^8.0.0", + "precinct": "^8.2.0", "read-package-json-fast": "^2.0.2", "require-package-name": "^2.0.1", "resolve": "^2.0.0-next.1",