Skip to content

Commit 2a610f4

Browse files
authored
Fix Failing Pnpm dep limit test (jfrog#468)
1 parent 93b7ef2 commit 2a610f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sca/bom/buildinfo/technologies/pnpm/pnpm_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
4343
name: "With transitive dependencies",
4444
treeDepth: "1",
4545
expectedUniqueDeps: []string{
46-
"npm://axios:1.9.0",
46+
"npm://axios:1.10.0",
4747
"npm://balaganjs:1.0.0",
4848
"npm://yargs:13.3.0",
4949
"npm://zen-website:1.0.0",
@@ -53,7 +53,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
5353
Nodes: []*xrayUtils.GraphNode{
5454
{
5555
Id: "npm://balaganjs:1.0.0",
56-
Nodes: []*xrayUtils.GraphNode{{Id: "npm://axios:1.9.0"}, {Id: "npm://yargs:13.3.0"}},
56+
Nodes: []*xrayUtils.GraphNode{{Id: "npm://axios:1.10.0"}, {Id: "npm://yargs:13.3.0"}},
5757
},
5858
},
5959
},

0 commit comments

Comments
 (0)