Steve Smith
e7d71ea572
Separate OrderViewModel from OrderDetailsViewModel ( #904 )
...
* Separate OrderViewModel from OrderDetailsViewModel
* Update packages
2023-05-23 14:55:24 -04:00
Brigit Murtaugh
1b7e3b7bed
Update dev container config and guidance ( #886 )
...
* Initial dev container changes
* Update readme's
* Clean up dev container
* Cleanup
* Use in-memory db
* Indent
* Update devcontainerreadme.md
* Update appsettings.json
* Update appsettings.json
---------
Co-authored-by: bamurtaugh <brmurtau@microsoft.com >
2023-04-05 09:32:16 -04:00
Steve Smith
d2412a84a9
Fix Null Warnings ( #874 )
...
* Fixing null warnings
* Fix null warnings
Fix other compiler warnings
2023-03-20 11:52:14 -04:00
Steve Smith
0542c52d79
update mediatR
2023-02-28 15:15:46 -05:00
Imran Sh
d1777af9ca
Update appsettings.Docker.json
...
Because of the breaking change in behavior of .net 7 ef core, it should be trusted, otherwise wouldn't work.
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes#mitigations
2023-02-08 14:26:30 +01:00
Cédric Michel
87b95ed6ed
update multiple dependencies ( #840 )
...
* update multiple dependencies
* update to last dotnet-ef tool
---------
Co-authored-by: cedri <cedri@BAS>
2023-01-30 16:19:52 -05:00
Tarun Jain
9a955a29af
Merge pull request #818 from twerthi/main
...
Couple of updates
2023-01-12 01:38:28 +05:30
Shawn Sesna
4b69149482
Update libman.json
2023-01-03 13:49:40 -08:00
Cédric Michel
61d2d6cdd0
Feature/admin ( #831 )
...
* fix redirect to login for admin page
fix logout
* add admin part url
Co-authored-by: cedri <cedri@BAS>
2022-12-22 10:03:16 -05:00
Cédric Michel
2e6fc6ca44
clean MediatR useless references ( #830 )
...
Co-authored-by: cedri <cedri@BAS>
2022-12-22 10:01:28 -05:00
Cédric Michel
fdb1c34d61
Feature/dotnet7 migration ( #828 )
...
* migration to .net 7
* remove temp memory database
* adapt global.json .net 7
* adapt Rich Code Navigation to .net 7
* update and clean run for .net 7
* update .net ef tool
Co-authored-by: cedri <cedri@BAS>
2022-12-20 13:20:50 -05:00
Shawn Sesna
a965822f40
Updating web app
...
Adding ability to pass in environment variables to override ConnectionStrings and AppSettings values. Mostly used for when it's running in Docker.
2022-11-30 15:30:46 -08:00
Shawn Sesna
2bc837a893
Update libman.json
...
Updating Javascript references.
2022-11-30 15:26:03 -08:00
Philippe Vaillancourt
a72dd775ee
Refactor to introduce nullable types and reduce compiler warnings ( #801 )
...
* Introduce nullable types to Core, Infrastructure and PublicApi projects
* Refactor unit tests
* Fixed failing tests
* Introduce Parameter object for CatalogItem update method
* Refactor CataloItemDetails param object
* Refactor following PR comments
2022-10-04 11:57:40 -04:00
dependabot[bot]
aa6305eab1
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.7 to 6.0.8 ( #795 )
...
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 16:53:56 -04:00
dependabot[bot]
1d7125d255
Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.7 to 6.0.8 ( #782 )
...
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 16:52:06 -04:00
dependabot[bot]
4ae32a1da6
Bump Microsoft.EntityFrameworkCore.Tools from 6.0.7 to 6.0.8 ( #794 )
...
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 16:51:33 -04:00
dependabot[bot]
e572a078ee
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore ( #789 )
...
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 16:51:01 -04:00
dependabot[bot]
d7214ab74e
Bump Microsoft.EntityFrameworkCore.SqlServer from 6.0.7 to 6.0.8 ( #785 )
...
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 16:49:30 -04:00
newenay
36dbc2f256
Fixed half of warnings having to do with allowing Null string objects. ( #791 )
2022-09-08 16:48:47 -04:00
dependabot[bot]
60fe2dae60
Bump System.IdentityModel.Tokens.Jwt from 6.22.1 to 6.23.0 ( #788 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.22.1 to 6.23.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.22.1...6.23.0 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 12:03:15 -04:00
dependabot[bot]
f7dd952882
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore ( #787 )
...
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 12:03:02 -04:00
dependabot[bot]
a44fe8a9b6
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design ( #783 )
...
Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/Scaffolding/releases )
- [Commits](https://github.com/dotnet/Scaffolding/commits )
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 12:02:06 -04:00
Tarun Jain
e2ed2770a2
Merge pull request #777 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-6.0.8
...
Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 6.0.7 to 6.0.8
2022-09-07 15:53:05 +05:30
Tarun Jain
d3ac9b8561
Merge pull request #776 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Identity.UI-6.0.8
...
Bump Microsoft.AspNetCore.Identity.UI from 6.0.7 to 6.0.8
2022-09-07 15:52:33 +05:30
dependabot[bot]
76b5b7f997
Bump Microsoft.AspNetCore.Components.WebAssembly.Server
...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 17:59:47 +00:00
dependabot[bot]
91da803635
Bump Microsoft.AspNetCore.Identity.UI from 6.0.7 to 6.0.8
...
Bumps [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore ) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.UI
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 17:59:43 +00:00
dependabot[bot]
4e4dde84c3
Bump System.IdentityModel.Tokens.Jwt from 6.21.0 to 6.22.1 ( #773 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.21.0 to 6.22.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 13:59:25 -04:00
Artiom Fotescu
da4b81e4ef
Removed redundant ternary ( #719 )
2022-08-29 13:59:00 -04:00
Cédric Michel
b4e184046f
Fix/issue 756 ( #762 )
...
* fix issue https://github.com/dotnet-architecture/eShopOnWeb/issues/756
* update all nuget package
2022-07-21 09:27:29 -04:00
dependabot[bot]
a518afa3b4
Bump System.IdentityModel.Tokens.Jwt from 6.18.0 to 6.19.0
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.18.0 to 6.19.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-07 14:20:12 +00:00
Cédric Michel
4b77a6ce4a
update multiple nuget package ( #742 )
2022-05-22 21:13:06 -04:00
dependabot[bot]
959f8ab229
Bump Microsoft.EntityFrameworkCore.SqlServer from 6.0.4 to 6.0.5 ( #733 )
...
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 10:58:22 -04:00
dependabot[bot]
9e1fb4419c
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore ( #731 )
...
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 10:58:00 -04:00
dependabot[bot]
21bb77c3fc
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.4 to 6.0.5 ( #734 )
...
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 10:57:49 -04:00
dependabot[bot]
dca0f8714b
Bump Microsoft.EntityFrameworkCore.Tools from 6.0.4 to 6.0.5 ( #727 )
...
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 10:56:19 -04:00
dependabot[bot]
d736fc0d8d
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore ( #726 )
...
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 10:55:32 -04:00
Cédric Michel
31be1d4d74
fix fraud posibility the client sent the unit price ( #702 )
...
* fix fraud posibility the client sent the unit price, fix unit test to use the fomat as server base
* fix bad coding convention
* update dotnet tool ef and nuget package
* Align MD with real database by default
2022-04-13 14:15:48 -04:00
dependabot[bot]
44534f5a8b
Bump System.IdentityModel.Tokens.Jwt from 6.16.0 to 6.17.0 ( #699 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.16.0...6.17.0 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-06 12:09:03 -04:00
Cédric Michel
07d7275860
Fix docker environment issues ( #694 )
2022-04-06 08:28:57 -04:00
dependabot[bot]
bca3c43e9c
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore
...
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-24 11:58:08 +00:00
dependabot[bot]
b1973fcc3d
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design
...
Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dotnet/Scaffolding/releases )
- [Commits](https://github.com/dotnet/Scaffolding/commits )
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-09 14:21:25 +00:00
Cédric Michel
87ae6c618c
fix some issue and cover by test ( #669 )
2022-01-25 10:50:15 -05:00
Cédric Michel
6847cdaa0c
update all nuget package use new version of Ardalis.Specifications ( #668 )
2022-01-21 10:36:07 -05:00
Abu Zafor Khairuzzaman
cc6529d5a3
Fix issue #660 (null reference issue) ( #661 )
2022-01-21 10:13:51 -05:00
Cédric Michel
1e13733d3d
Feature/migrate to minimal api ( #662 )
...
* migrate from classic controller to minimal api
* fix all PublicApi integration test
* update all nuget package add forget project
* fix pay now
* Adapt readme use in memory database
* undo AuthenticateEndpoint to use EndpointBaseAsync
* Update README.md
Co-authored-by: Steve Smith <steve@kentsmiths.com >
Co-authored-by: Steve Smith <steve@kentsmiths.com >
2022-01-21 10:13:31 -05:00
Clifford Beta
896fae150f
Make docker work ( #653 )
2021-12-28 11:27:27 -05:00
Steve Smith
5b69b5b03c
Code cleanup
2021-12-12 18:32:21 -05:00
dependabot[bot]
e9ab201f70
Bump System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.15.0 ( #641 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.14.1 to 6.15.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.14.1...6.15.0 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 18:25:59 -05:00
Steve Smith
36066ee7f3
Fix Security Issues ( #644 )
...
* Apply fix for Microsoft Security Advisory CVE-2018-0784
* Apply fix for Microsoft Security Advisory CVE-2018-0785
2021-12-12 18:25:39 -05:00