Skip to content

Commit

Permalink
Merge pull request #82 from Azure-Samples/update-dependencies
Browse files Browse the repository at this point in the history
Updated MSAL-Node from v1.x -> v2.x
  • Loading branch information
Robbie-Microsoft authored May 13, 2024
2 parents 19d6400 + ddcfbf4 commit 4c02f20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions 1-Authentication/5-sign-in-express/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.17.2",
"axios": "^1.0.0",
"@azure/msal-node": "^2.7.0",
"axios": "^1.6.8",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0"
Expand Down
8 changes: 4 additions & 4 deletions 2-Authorization/3-call-api-node-daemon/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"license": "ISC",
"dependencies": {
"@azure/msal-node": "^1.17.2",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"yargs": "^17.7.1"
"@azure/msal-node": "^2.7.0",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"yargs": "^17.7.2"
}
}
10 changes: 5 additions & 5 deletions 2-Authorization/4-call-api-express/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.17.2",
"axios": "^1.3.5",
"@azure/msal-node": "^2.7.0",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"method-override": "^3.0.0",
Expand Down

0 comments on commit 4c02f20

Please sign in to comment.