Skip to content

Commit

Permalink
tests: update exepcted sboms for npm component analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <[email protected]>
  • Loading branch information
zvigrinberg committed Oct 23, 2023
1 parent c708b22 commit 45d921c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
"type": "library",
"bom-ref": "pkg:npm/[email protected]"
},
{
"name": "jsdom",
"version": "19.0.0",
"purl": "pkg:npm/[email protected]",
"type": "library",
"bom-ref": "pkg:npm/[email protected]"
},
{
"name": "jsdom",
"version": "19.0.0",
"purl": "pkg:npm/[email protected]",
"type": "library",
"bom-ref": "pkg:npm/[email protected]"
},
{
"name": "mongoose",
"version": "5.13.20",
"purl": "pkg:npm/[email protected].20",
"version": "5.13.21",
"purl": "pkg:npm/[email protected].21",
"type": "library",
"bom-ref": "pkg:npm/[email protected].20"
"bom-ref": "pkg:npm/[email protected].21"
},
{
"name": "nodemon",
Expand All @@ -96,7 +96,7 @@
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected].20",
"pkg:npm/[email protected].21",
"pkg:npm/[email protected]"
]
},
Expand Down Expand Up @@ -129,7 +129,7 @@
"dependsOn": []
},
{
"ref": "pkg:npm/[email protected].20",
"ref": "pkg:npm/[email protected].21",
"dependsOn": []
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
},
{
"name": "mongoose",
"version": "5.13.20",
"purl": "pkg:npm/[email protected].20",
"version": "5.13.21",
"purl": "pkg:npm/[email protected].21",
"type": "library",
"bom-ref": "pkg:npm/[email protected].20"
"bom-ref": "pkg:npm/[email protected].21"
},
{
"name": "nodemon",
Expand All @@ -96,7 +96,7 @@
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected].20",
"pkg:npm/[email protected].21",
"pkg:npm/[email protected]"
]
},
Expand Down Expand Up @@ -129,7 +129,7 @@
"dependsOn": []
},
{
"ref": "pkg:npm/[email protected].20",
"ref": "pkg:npm/[email protected].21",
"dependsOn": []
},
{
Expand Down

0 comments on commit 45d921c

Please sign in to comment.