Skip to content

Commit

Permalink
fix: blank out ancient file from dependabot dependency graph
Browse files Browse the repository at this point in the history
Dependencies from long deleted packages/angular-workspace/package-lock.json
still show up in the dependabot dependency graph:
https://github.com/ReadAlongs/Studio-Web/network/dependencies

Work-around applied: create an empty package-lock.json to replace it,
and delete it later.
Ref: dependabot/dependabot-core#2041 (comment)

Problem observed when we got a CVE notice for package `ip`, which we not
using, either directly or indirectly.
  • Loading branch information
joanise committed Jun 5, 2024
1 parent 859f685 commit ad7834e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad7834e

Please sign in to comment.