Skip to content

Commit

Permalink
Merge pull request #116 from pliancy/fix/azure-identity-downgrade
Browse files Browse the repository at this point in the history
fix: Downgrade @azure/identity to fix auth issue
  • Loading branch information
santese authored Jul 26, 2022
2 parents 058c6e0 + c5ae32b commit 9434983
Show file tree
Hide file tree
Showing 2 changed files with 918 additions and 893 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "MIT",
"dependencies": {
"@azure/identity": "2.0.1",
"@azure/identity": "1.5.2",
"@azure/storage-blob": "12.1.1",
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/microsoft-graph-types-beta": "0.28.0-preview",
Expand All @@ -47,12 +47,12 @@
"commitizen": "4.2.4",
"cpy-cli": "3.1.1",
"husky": "7.0.4",
"jest": "27.5.1",
"jest": "28.1.3",
"npm-run-all": "4.1.5",
"pinst": "2.1.6",
"rimraf": "3.0.2",
"semantic-release": "17.4.7",
"ts-jest": "27.1.4",
"ts-jest": "28.0.7",
"ts-node": "9.1.1",
"typedoc": "0.22.15",
"typedoc-plugin-missing-exports": "0.22.6",
Expand Down
Loading

0 comments on commit 9434983

Please sign in to comment.