From 14dd9385358b3815c2285526f7c2e53ed3c5e8da Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 11 Feb 2021 10:55:58 -0800 Subject: [PATCH] fix(package.json): resetdeps This brought in @npmcli/installed-package-contents@1.0.7 from commit e1822cf277336728f1d5696ffe0db3ea6e700d9e --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index fe81b05f395f..f450e3ccfe6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,6 +81,7 @@ "@eslint/eslintrc", "@npmcli/disparity-colors", "@npmcli/git", + "@npmcli/installed-package-contents", "@npmcli/map-workspaces", "@npmcli/metavuln-calculator", "@npmcli/move-file",