Skip to content

Commit

Permalink
Bump the notsecurity group across 1 directory with 3 updates (#3211)
Browse files Browse the repository at this point in the history
Bumps the notsecurity group with 3 updates in the / directory: [Microsoft.Identity.Web.DownstreamApi](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Identity.Web.MicrosoftGraph](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web).


Updates `Microsoft.Identity.Web.DownstreamApi` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.6.0...3.6.1)

Updates `Microsoft.Identity.Web.MicrosoftGraph` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.6.0...3.6.1)

Updates `Microsoft.Identity.Web` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.6.0...3.6.1)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web.DownstreamApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notsecurity
- dependency-name: Microsoft.Identity.Web.MicrosoftGraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notsecurity
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notsecurity
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 98a0ef9 commit 8c68af6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.6.0" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.6.1" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.6.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.6.1" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.1" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down

0 comments on commit 8c68af6

Please sign in to comment.