Scope test lockfiles by package manager and update cache tests (#1495)
* fix security alerts * fix security alerts * address Copilot suggestions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
parent
c882bffdbd
commit
54045abd5d
11 changed files with 329 additions and 3350 deletions
12
__tests__/data/npm/package.json
Normal file
12
__tests__/data/npm/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "npm-fixture",
|
||||
"engines": {
|
||||
"node": "^24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "^1.3.8",
|
||||
"array-flatten": "^3.0.0",
|
||||
"bytes": "^3.1.2",
|
||||
"content-disposition": "^0.5.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue