Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE braces fix part2 #20109

Merged
merged 13 commits into from
Jul 9, 2024
124 changes: 42 additions & 82 deletions Tasks/MavenV2/Tests/L0.ts

Large diffs are not rendered by default.

1,497 changes: 755 additions & 742 deletions Tasks/MavenV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/MavenV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/mocha": "^9.1.1",
"@types/node": "^20.11.0",
"@types/q": "^1.5.4",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "^2.0.0-preview.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MavenV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 238,
"Minor": 243,
"Patch": 0
},
"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`",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MavenV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 238,
"Minor": 243,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
138 changes: 47 additions & 91 deletions Tasks/MavenV3/Tests/L0.ts

Large diffs are not rendered by default.

3,348 changes: 2,060 additions & 1,288 deletions Tasks/MavenV3/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/MavenV3/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/jsdom": "^16.2.14",
"@types/mocha": "^9.1.1",
"@types/node": "^20.3.1",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "2.198.1",
Expand Down
28 changes: 17 additions & 11 deletions Tasks/MavenV3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/MavenV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/jsdom": "^16.2.14",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "2.198.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MavenV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 235,
"Minor": 242,
"Patch": 0
},
"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`",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MavenV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 235,
"Minor": 242,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
Loading
Loading