Skip to content

Commit a362128

Browse files
authored
Update AM version to 1.14.1 (#316)
1 parent ccd59bf commit a362128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commands/audit/sca/pnpm/pnpm_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
4444
name: "With transitive dependencies",
4545
treeDepth: "1",
4646
expectedUniqueDeps: []string{
47-
"npm://axios:1.7.9",
47+
"npm://axios:1.8.1",
4848
"npm://balaganjs:1.0.0",
4949
"npm://yargs:13.3.0",
5050
"npm://zen-website:1.0.0",
@@ -54,7 +54,7 @@ func TestBuildDependencyTreeLimitedDepth(t *testing.T) {
5454
Nodes: []*xrayUtils.GraphNode{
5555
{
5656
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"}},
5858
},
5959
},
6060
},

jas/analyzermanager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
ApplicabilityFeatureId = "contextual_analysis"
2626
AnalyzerManagerZipName = "analyzerManager.zip"
27-
defaultAnalyzerManagerVersion = "1.13.4"
27+
defaultAnalyzerManagerVersion = "1.14.1"
2828
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
2929
analyzerManagerDirName = "analyzerManager"
3030
analyzerManagerExecutableName = "analyzerManager"

0 commit comments

Comments
 (0)