Skip to content

Commit f772f59

Browse files
committed
update all msals
1 parent ec92337 commit f772f59

9 files changed

Lines changed: 12 additions & 11 deletions

File tree

1-Authentication/1-sign-in-react/SPA/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@azure/msal-browser": "^2.36.0",
7-
"@azure/msal-react": "^1.5.6",
6+
"@azure/msal-browser": "^2.37.0",
7+
"@azure/msal-react": "^1.5.7",
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",

1-Authentication/3-sign-in-electron/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"electron": "^23.1.1"
1313
},
1414
"dependencies": {
15-
"@azure/msal-node": "^1.17.1",
15+
"@azure/msal-node": "^1.17.2",
1616
"bootstrap": "^5.2.3",
1717
"jquery": "^3.6.3",
1818
"popper.js": "^1.16.1"

1-Authentication/4-sign-in-device-code/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"license": "ISC",
1010
"dependencies": {
11-
"@azure/msal-node": "^1.17.1"
11+
"@azure/msal-node": "^1.17.2"
1212
}
1313
}

1-Authentication/5-sign-in-express/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Microsoft",
99
"license": "MIT",
1010
"dependencies": {
11-
"@azure/msal-node": "^1.17.1",
11+
"@azure/msal-node": "^1.17.2",
1212
"axios": "^1.0.0",
1313
"cookie-parser": "^1.4.6",
1414
"dotenv": "^16.0.3",

2-Authorization/0-call-api-vanillajs/SPA/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13+
"@azure/msal-browser": "^2.37.0",
1314
"express": "^4.18.2",
1415
"morgan": "^1.10.0"
1516
},

2-Authorization/1-call-api-react/SPA/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"description": "React single-page application using MSAL React to authenticate users with Azure AD for Customers and call a protected ASP.NET Core web API",
66
"dependencies": {
7-
"@azure/msal-browser": "^2.36.0",
8-
"@azure/msal-react": "^1.5.6",
7+
"@azure/msal-browser": "^2.37.0",
8+
"@azure/msal-react": "^1.5.7",
99
"bootstrap": "^5.2.3",
1010
"react": "^18.2.0",
1111
"react-bootstrap": "^2.7.2",

2-Authorization/2-call-api-angular/SPA/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@angular/platform-browser": "^14.0.0",
2121
"@angular/platform-browser-dynamic": "^14.0.0",
2222
"@angular/router": "^14.0.0",
23-
"@azure/msal-angular": "^2.4.0",
24-
"@azure/msal-browser": "^2.28.0",
23+
"@azure/msal-angular": "^2.5.7",
24+
"@azure/msal-browser": "^2.37.0",
2525
"rxjs": "~7.5.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.11.4"

2-Authorization/3-call-api-node-daemon/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "ISC",
1313
"dependencies": {
14-
"@azure/msal-node": "^1.17.1",
14+
"@azure/msal-node": "^1.17.2",
1515
"axios": "^1.3.4",
1616
"dotenv": "^16.0.3",
1717
"yargs": "^17.7.1"

2-Authorization/4-call-api-express/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Microsoft",
99
"license": "MIT",
1010
"dependencies": {
11-
"@azure/msal-node": "^1.17.1",
11+
"@azure/msal-node": "^1.17.2",
1212
"axios": "^1.3.5",
1313
"body-parser": "^1.20.2",
1414
"cookie-parser": "^1.4.6",

0 commit comments

Comments
 (0)