From e6b6f2c47350d472e2cdefff652e52bf99f50d97 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 9 Mar 2021 11:27:09 -0800 Subject: [PATCH] fix(package-lock): fix errneously removed puka An update to run-script that WAS in this release caused this change to be added in a subsequent commit updating another dep. We had to drop the run-script update, but didn't catch this until the end of the release process --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index 0bd2b55496dd9..94fd78e92bdac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -209,6 +209,7 @@ "promise-retry", "promzard", "psl", + "puka", "punycode", "qs", "read-cmd-shim",