Skip to content

Commit

Permalink
Merge pull request #48 from JupiterOne/INT-11790
Browse files Browse the repository at this point in the history
Change package versions
  • Loading branch information
Gonzalo-Avalos-Ribas authored Oct 10, 2024
2 parents c4c8710 + 8872cb3 commit 9ac4ac6
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 340 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"postversion": "cp package.json ./dist/package.json"
},
"dependencies": {
"@azure/identity": "^1.2.2",
"@microsoft/microsoft-graph-client": "^2.2.1",
"@microsoft/microsoft-graph-types": "^2.24.0",
"@azure/identity": "~4.4.1",
"@microsoft/microsoft-graph-client": "2.2.1",
"@microsoft/microsoft-graph-types": "2.40.0",
"node-fetch": "2"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^13.2.0",
"@jupiterone/integration-sdk-dev-tools": "^13.2.0",
"@jupiterone/integration-sdk-testing": "^13.2.0",
"@types/node": "^20.11.30",
"auto": "^10.36.5",
"@types/node-fetch": "^2.6.2"
"@types/node-fetch": "^2.6.2",
"auto": "^10.36.5"
},
"auto": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions src/ms-graph/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('verifyAuthentication', () => {
});

await expect(client.verifyAuthentication()).rejects.toThrow(
'Provider authentication failed at /organization: -1 AuthenticationError',
'Provider authentication failed at /organization: -1 AuthenticationRequiredError',
);
});

Expand All @@ -43,7 +43,7 @@ describe('verifyAuthentication', () => {
});

await expect(client.verifyAuthentication()).rejects.toThrow(
'Provider authentication failed at /organization: -1 AuthenticationError',
'Provider authentication failed at /organization: -1 AuthenticationRequiredError',
);
});
});
Loading

0 comments on commit 9ac4ac6

Please sign in to comment.