Skip to content

Commit

Permalink
Fix CVEs (#379)
Browse files Browse the repository at this point in the history
* Fix CVEs

- Removed build config from task.js
- Bumped task-lib
- Fixed tests

* print debug info always for tests
  • Loading branch information
DmitriiBobreshev authored Sep 2, 2024
1 parent 245772b commit fdce582
Show file tree
Hide file tree
Showing 22 changed files with 1,413 additions and 2,003 deletions.
132 changes: 44 additions & 88 deletions Tasks/AppStorePromote/Tests/L0.ts

Large diffs are not rendered by default.

405 changes: 106 additions & 299 deletions Tasks/AppStorePromote/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AppStorePromote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Azure Pipelines task to promote a build in the Apple App Store",
"main": "app-store-promote.js",
"dependencies": {
"azure-pipelines-task-lib": "^4.2.0",
"azure-pipelines-task-lib": "^4.17.0",
"@types/node": "^20.11.0",
"@types/mocha": "^5.2.7"
},
Expand Down
6 changes: 1 addition & 5 deletions Tasks/AppStorePromote/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"demands": [ "xcode" ],
"version": {
"Major": "1",
"Minor": "234",
"Minor": "245",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -255,9 +255,5 @@
"SuccessfullySubmitted": "Build successfully submitted for review.",
"FastlaneSessionEmpty": "'Fastlane Session' is not set in the service connection configured for two-step verification.",
"PrecheckInAppPurchasesDisabled": "Precheck will not check In-app purchases because Fastlane doesn't support it with the App Store Connect API Key."
},
"_buildConfigMapping": {
"Default": "1.233.0",
"Node20-228": "1.234.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/AppStorePromote/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"version": {
"Major": "1",
"Minor": "234",
"Minor": "245",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -257,9 +257,5 @@
"SuccessfullySubmitted": "ms-resource:loc.messages.SuccessfullySubmitted",
"FastlaneSessionEmpty": "ms-resource:loc.messages.FastlaneSessionEmpty",
"PrecheckInAppPurchasesDisabled": "ms-resource:loc.messages.PrecheckInAppPurchasesDisabled"
},
"_buildConfigMapping": {
"Default": "1.233.0",
"Node20-228": "1.234.0"
}
}
Loading

0 comments on commit fdce582

Please sign in to comment.