Skip to content

Commit

Permalink
SQ-6007 Updated npm to include package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ameykar committed Nov 20, 2024
1 parent 370b423 commit 5d242ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/strategy/oss/dependencies/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Rake (not ORT)": ["Rakefile"],
"setuptools (not ORT)": ["setup.cfg"],
"stack": ["stack.yaml"],
"npm": ["package.json", "pnpm-lock.yaml"],
"npm": ["package.json", "pnpm-lock.yaml","package-lock.json"],
"spdxdocumentfile": ["*.spdx.yml", "*.spdx.yaml", "*.spdx.json"],
"cocoapods": ["Podfile"],
"bundler": ["Gemfile", "Gemfile.lock"],
Expand Down

0 comments on commit 5d242ba

Please sign in to comment.