Skip to content

Commit

Permalink
chore(deps): Align Azure MSAL package versions (#6361)
Browse files Browse the repository at this point in the history
* chore(deps): Align Azure MSAL packages

* ci: Remove exception for specific MSAL-versions
  • Loading branch information
elwinschmitz authored and Piotrk39 committed Jan 9, 2025
1 parent 6b645f4 commit 88283eb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ updates:
# Dependencies below are ordered alphabetically!
- dependency-name: '@angular*'
update-types: ['version-update:semver-major']
- dependency-name: '@azure/msal-angular'
versions: ['3.1.0']
- dependency-name: '@azure/msal-browser'
versions: ['3.27.0']
# For both MSAL packages, to check manually: /~https://github.com/AzureAD/microsoft-authentication-library-for-js/releases?q=msal-browser&expanded=true
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
- dependency-name: 'filesize'
Expand Down
9 changes: 5 additions & 4 deletions interfaces/Portal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion interfaces/Portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular/router": "^16.2.12",
"@angular/service-worker": "^16.2.12",
"@azure/msal-angular": "^3.1.0",
"@azure/msal-browser": "^3.22.0",
"@azure/msal-browser": "^3.28.0",
"@ionic/angular": "^7.8.6",
"@microsoft/applicationinsights-web": "^3.3.4",
"@ngx-translate/core": "^14.0.0",
Expand Down
26 changes: 13 additions & 13 deletions interfaces/Portalicious/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions interfaces/Portalicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@azure/msal-angular": "3.0.25",
"@azure/msal-browser": "3.26.1",
"@azure/msal-angular": "3.1.0",
"@azure/msal-browser": "3.28.0",
"@microsoft/applicationinsights-web": "^3.3.4",
"@primeng/themes": "^19.0.2",
"@tanstack/angular-query-experimental": "^5.62.8",
Expand Down

0 comments on commit 88283eb

Please sign in to comment.