We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b7ef2 commit 2a610f4Copy full SHA for 2a610f4
sca/bom/buildinfo/technologies/pnpm/pnpm_test.go
@@ -43,7 +43,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
43
name: "With transitive dependencies",
44
treeDepth: "1",
45
expectedUniqueDeps: []string{
46
- "npm://axios:1.9.0",
+ "npm://axios:1.10.0",
47
"npm://balaganjs:1.0.0",
48
"npm://yargs:13.3.0",
49
"npm://zen-website:1.0.0",
@@ -53,7 +53,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
53
Nodes: []*xrayUtils.GraphNode{
54
{
55
Id: "npm://balaganjs:1.0.0",
56
- Nodes: []*xrayUtils.GraphNode{{Id: "npm://axios:1.9.0"}, {Id: "npm://yargs:13.3.0"}},
+ Nodes: []*xrayUtils.GraphNode{{Id: "npm://axios:1.10.0"}, {Id: "npm://yargs:13.3.0"}},
57
},
58
59
0 commit comments