Skip to content

Commit 282a1af

Browse files
committed
chore: increased depths level in bin/vulnerability/find-dependencies.sh
1 parent dc2d6fa commit 282a1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vulnerability/find-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
echo "Checking for vulnerable packages in $PWD..."
7676

7777
for pkg in "${PACKAGES[@]}"; do
78-
out="$(npm ls "$pkg" 2>&1 || true)"
78+
out="$(npm ls --all "$pkg" 2>&1 || true)"
7979

8080
echo -e "\n"
8181

0 commit comments

Comments
 (0)