Skip to content

Commit

Permalink
semver CVE fixes part 4 (#20410)
Browse files Browse the repository at this point in the history
- Fixed semver CVEs
- bumped tasks versions
  • Loading branch information
DmitriiBobreshev committed Sep 13, 2024
1 parent 1c8957d commit 52d0c0d
Show file tree
Hide file tree
Showing 199 changed files with 6,618 additions and 4,564 deletions.
6 changes: 3 additions & 3 deletions Tasks/DotNetCoreInstallerV0/package-lock.json

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

4 changes: 2 additions & 2 deletions Tasks/DotNetCoreInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 244,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"satisfies": [
"DotNetCore"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/DotNetCoreInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 244,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"satisfies": [
"DotNetCore"
Expand Down
19 changes: 12 additions & 7 deletions Tasks/DotNetCoreInstallerV1/_buildConfigs/Node20/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/semver": "6.0.1",
"azure-pipelines-task-lib": "^4.16.0",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"semver": "6.3.0",
"semver": "^7.6.3",
"typed-rest-client": "1.8.9"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions Tasks/DotNetCoreInstallerV1/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/DotNetCoreInstallerV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/semver": "6.0.1",
"azure-pipelines-task-lib": "^4.16.0",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"semver": "6.3.0",
"semver": "^7.6.3",
"typed-rest-client": "1.8.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DotNetCoreInstallerV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 244,
"Minor": 246,
"Patch": 0
},
"deprecated": true,
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DotNetCoreInstallerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 244,
"Minor": 246,
"Patch": 0
},
"deprecated": true,
Expand Down
Loading

0 comments on commit 52d0c0d

Please sign in to comment.