Skip to content

Commit eb37989

Browse files
author
Maxim Zaytsev
authored
Maven npm audit fix (#20202)
1 parent ed6366d commit eb37989

15 files changed

+654
-1508
lines changed

Tasks/MavenV3/_buildConfigs/Node20/package-lock.json

+152-415
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenV3/_buildConfigs/Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/mocha": "^9.1.1",
1313
"@types/node": "^20.3.1",
1414
"azure-pipelines-task-lib": "^4.13.0",
15-
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
15+
"azure-pipelines-tasks-codeanalysis-common": "^2.242.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "2.198.1",
1818
"azure-pipelines-tasks-packaging-common": "^3.230.0",

Tasks/MavenV3/package-lock.json

+165-329
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenV3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/mocha": "^9.1.1",
1313
"@types/node": "^16.11.39",
1414
"azure-pipelines-task-lib": "^4.13.0",
15-
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
15+
"azure-pipelines-tasks-codeanalysis-common": "^2.242.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "2.198.1",
1818
"azure-pipelines-tasks-packaging-common": "^3.230.0",

Tasks/MavenV3/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 242,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",

Tasks/MavenV3/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 242,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

_generated/MavenV3.versionmap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|3.242.0
2-
Node20-225|3.242.1
1+
Default|3.243.0
2+
Node20-225|3.243.1

_generated/MavenV3/package-lock.json

+165-329
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_generated/MavenV3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/mocha": "^9.1.1",
1313
"@types/node": "^16.11.39",
1414
"azure-pipelines-task-lib": "^4.13.0",
15-
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
15+
"azure-pipelines-tasks-codeanalysis-common": "^2.242.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "2.198.1",
1818
"azure-pipelines-tasks-packaging-common": "^3.230.0",

_generated/MavenV3/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 242,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
@@ -517,7 +517,7 @@
517517
"NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped."
518518
},
519519
"_buildConfigMapping": {
520-
"Default": "3.242.0",
521-
"Node20-225": "3.242.1"
520+
"Default": "3.243.0",
521+
"Node20-225": "3.243.1"
522522
}
523523
}

_generated/MavenV3/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 242,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -517,7 +517,7 @@
517517
"NoTestResults": "ms-resource:loc.messages.NoTestResults"
518518
},
519519
"_buildConfigMapping": {
520-
"Default": "3.242.0",
521-
"Node20-225": "3.242.1"
520+
"Default": "3.243.0",
521+
"Node20-225": "3.243.1"
522522
}
523523
}

0 commit comments

Comments
 (0)