Skip to content

Commit

Permalink
Merge pull request #128 from Azure-Samples/msal_v2
Browse files Browse the repository at this point in the history
Updated MSAL-Node from v1.x -> v2.x. Updated most other dependencies. Fixed bugs that arose as a result of the upgrade. Improvements.
  • Loading branch information
Robbie-Microsoft authored May 9, 2024
2 parents adef505 + df5399e commit b78060a
Show file tree
Hide file tree
Showing 27 changed files with 41,524 additions and 26,871 deletions.
11,436 changes: 11,436 additions & 0 deletions 1-Authentication/1-sign-in/App/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 1-Authentication/1-sign-in/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "derisen",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.6.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"bootstrap": "^5.3.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"msal-node-wrapper": "file:../../../Common/msal-node-wrapper"
},
"devDependencies": {
"jest": "^27.0.6",
"nodemon": "^3.0.3",
"supertest": "^6.1.4"
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}
2,999 changes: 1,236 additions & 1,763 deletions 1-Authentication/2-sign-in-b2c/App/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 1-Authentication/2-sign-in-b2c/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "derisen",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.6.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"bootstrap": "^5.3.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"msal-node-wrapper": "file:../../../Common/msal-node-wrapper"
},
"devDependencies": {
"jest": "^27.0.6",
"nodemon": "^2.0.19",
"supertest": "^6.1.4"
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}
Loading

0 comments on commit b78060a

Please sign in to comment.