Skip to content

Commit

Permalink
Bump the salesforce version for vulnerability update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhi Mundhada authored and Rakhi Mundhada committed Sep 7, 2023
1 parent 68f9951 commit 67c6fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collectors/mimecast/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getAPILogs(authDetails, state, accumulator, maxPagesPerInvocation) {
method: 'POST',
url: url,
headers: requestHeaders,
data: applicationDetails.payload,
data: applicationDetails.payload
};
const payloadData = applicationDetails.encoding === null || applicationDetails.encoding ? { ...tempPayload, responseType: 'arraybuffer', encoding: applicationDetails.encoding } : tempPayload;
axios.request(payloadData).then(response => {
Expand Down
2 changes: 1 addition & 1 deletion collectors/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-collector",
"version": "1.1.48",
"version": "1.1.49",
"description": "Alert Logic AWS based Salesforce Log Collector",
"repository": {},
"private": true,
Expand Down

0 comments on commit 67c6fc1

Please sign in to comment.