File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
44
44
name : "With transitive dependencies" ,
45
45
treeDepth : "1" ,
46
46
expectedUniqueDeps : []string {
47
- "npm://axios:1.7.9 " ,
47
+ "npm://axios:1.8.1 " ,
48
48
"npm://balaganjs:1.0.0" ,
49
49
"npm://yargs:13.3.0" ,
50
50
"npm://zen-website:1.0.0" ,
@@ -54,7 +54,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
54
54
Nodes : []* xrayUtils.GraphNode {
55
55
{
56
56
Id : "npm://balaganjs:1.0.0" ,
57
- Nodes : []* xrayUtils.GraphNode {{Id : "npm://axios:1.7.9 " }, {Id : "npm://yargs:13.3.0" }},
57
+ Nodes : []* xrayUtils.GraphNode {{Id : "npm://axios:1.8.1 " }, {Id : "npm://yargs:13.3.0" }},
58
58
},
59
59
},
60
60
},
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
ApplicabilityFeatureId = "contextual_analysis"
26
26
AnalyzerManagerZipName = "analyzerManager.zip"
27
- defaultAnalyzerManagerVersion = "1.13.4 "
27
+ defaultAnalyzerManagerVersion = "1.14.1 "
28
28
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
29
29
analyzerManagerDirName = "analyzerManager"
30
30
analyzerManagerExecutableName = "analyzerManager"
You can’t perform that action at this time.
0 commit comments