microsoftgraph / nodejs-webhooks-sample

Create Microsoft Graph webhook subscriptions for a Node.js app, so that it can receive notifications of changes in a user’s Microsoft account data.
https://graph.microsoft.io/en-us/docs/api-reference/beta/resources/subscription
MIT License
137 stars 71 forks source link

chore(deps): Bump @azure/msal-node from 2.12.0 to 2.13.0 #567

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps @azure/msal-node from 2.12.0 to 2.13.0.

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v2.13.0

2.13.0

Tue, 13 Aug 2024 23:25:05 GMT

Minor changes

  • Added file-based detection for Azure Arc (rginsburg@microsoft.com)
  • Bump @​azure/msal-common to v14.14.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

Patches

Commits
  • 8ad6d1d onRedirectNavigate deprecation fix (#7251)
  • b588185 Update retry for invalid_grant errors (#7249)
  • 3c8bde6 Send the error template back when there's an error response (#7247)
  • 82c287a added collectCoverage param to jest.config.cjs (#7245)
  • 022805b Use high precision TS for NAA message time (#7243)
  • 630605c Managed Identity - Added file-based detection for Azure Arc (#7225)
  • 4592e9f clientSecret can now (once again) be provided as undefined (#7209)
  • 9b44cb4 Retry for invalid_grant errors - Redirect (#7231)
  • 5551818 Fix node e2e prompt=consent tests (#7238)
  • 317f835 Updated Managed Identity IMDS Sample (#7205)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)