Daniyar Alpyspayev
e8e6e24d6b
Revert grant checking else block
2 years ago
Daniyar Alpyspayev
a339e213ba
minor refactoring (typo, private fields, etc.), fix comparing hosts in GrantUrlTesterService
2 years ago
dependabot[bot]
ea16ccbe9d
Bump got from 6.7.1 to 12.1.0 in /src/Web/WebSPA/Client
Bumps [got](https://github.com/sindresorhus/got ) from 6.7.1 to 12.1.0.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v6.7.1...v12.1.0 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
vlad2689
d719444e61
Update LibraryManager to 2.1.175
2 years ago
dependabot[bot]
8c1de99091
Bump terser from 4.8.0 to 4.8.1 in /src/Web/WebSPA/Client
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Taras Kovalenko
fe1b9218e0
feat: changing the Dispose with potential deadlocks to the DisposeAsync
2 years ago
Tarun Jain
c863b143d7
Update package-json to resolve dependabot alert due to got (npm) version ( #1932 )
* Update package-json to resolve dependabot alert due to got version
* update yarn.lock
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
2 years ago
Daniyar Alpyspayev
6d26221979
removed SetCompatibilityVersion as it was deprecated, removed duplicated usings, minor refactoring
2 years ago
Tarun Jain
d835809dc4
Commit to resolve dependabot alerts for eventsource ( #1918 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
2 years ago
dependabot[bot]
d295ed4909
Bump Microsoft.AspNetCore.Authentication.JwtBearer
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore ) from 5.0.2 to 5.0.9.
- [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/v5.0.2...v5.0.9 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Onurkan Bakırcı
42f16acd9f
Typo in ValidateOrAddBuyerAggregateWhenOrderStartedDomainEventHandler
2 years ago
Onurkan Bakırcı
3170b3e7ce
System.Collections.Generic namespace added to globalusings.
2 years ago
Onurkan Bakırcı
9817c865f3
Shortcut addSystem.Collections.Generic namespace added to globalusingsed for get methods.
2 years ago
Onurkan Bakırcı
d5b5d6cca7
MediatR error solved.
2 years ago
Onurkan Bakırcı
27445a34f3
Shortcuts added for get methods.
2 years ago
dependabot[bot]
7252faaff0
Bump async from 2.6.3 to 2.6.4 in /src/Web/WebSPA/Client
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Burak Tahtacıoğlu
e378d757a5
basket api local port mistake fixed
2 years ago
Tarun Jain
3f7a2faae8
Commit to fix dependabot alerts - bump node-forge, minimist ( #1886 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
2 years ago
szukuro
303c958e43
Adding various language enhancements, removing unused/duplicated extension
2 years ago
Onurkan Bakırcı
981507dccb
Identity Server spelling mistake ( #1881 )
In Identity.API project's Startup.cs file contains spelling mistake.
2 years ago
Marranica
750d2db417
Update appsettings.json
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
2 years ago
Marranica
a24354bff2
Update appsettings.json
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
2 years ago
Zahid Cakici
9ee85f0d2c
Spelling mistakes fixed in comments
2 years ago
A-Soltani
4458a096c9
fix constructor injection for _validators ( #1809 )
2 years ago
Marranica
4ecd27ccf6
Update appsettings.json ( #1875 )
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
2 years ago
Tarun Jain
231da1c10b
update node-forge and glob-parent version ( #1874 )
2 years ago
Tarun Jain
2170f23bd1
Fix/dependabot alerts10 ( #1872 )
* update saa-lint version
* update after npm install
* commit
* Revert "commit"
This reverts commit e1c1408635
.
* Revert "update after npm install"
This reverts commit a861324c75
.
* update sass-lint and eslint
* fix dependabot alerts - update shelljs
* update integrity
* update webpack-dev-server
* update minimist and merge dependencies
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
2 years ago
KurnakovMaksim
4ac25bf58d
Little fix and refactoring ( #1860 )
* Delete repeat setting a property in CreateOrderCommand ctor
* Fix catalogTypeName -> catalogBrandName in exception message
* Delete useless null check from ConsentController
* Add null check for subjectId
2 years ago
Tarun Jain
548a0ecaf2
commit to fix dependabot alerts ( #1870 )
* commit to fix dependabot alerts
* Commit to fix dependabot alerts - update webpack-dev-server
* commit to fix dependabot alerts
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
2 years ago
dependabot[bot]
48dbb225d7
Bump karma from 6.3.14 to 6.3.16 in /src/Web/WebSPA/Client ( #1868 )
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.14 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.16 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Tarun Jain
8ed7a0066f
commit to update dependabot alerts using npm audit fix ( #1863 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
dependabot[bot]
57bc496879
Bump url-parse from 1.5.2 to 1.5.9 in /src/Web/WebSPA/Client ( #1861 )
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.2 to 1.5.9.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.2...1.5.9 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Tarun Jain
97550d5f19
Commit to fix dependabot alert - Inefficient Regular Expression Complexity in marked ( #1858 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
dependabot[bot]
73cc967879
Bump follow-redirects from 1.14.7 to 1.14.8 in /src/Web/WebSPA/Client
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
56233eb10e
Bump Google.Protobuf in /src/Services/Ordering/Ordering.API
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf ) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: Google.Protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
67b60b5368
Bump Google.Protobuf in /src/ApiGateways/Web.Bff.Shopping/aggregator
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf ) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: Google.Protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
acb16cd454
Bump Google.Protobuf in /src/Services/Basket/Basket.API
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf ) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: Google.Protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
9a67f0a3ab
Bump Google.Protobuf in /src/ApiGateways/Mobile.Bff.Shopping/aggregator
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf ) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: Google.Protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
c1cf5a1d84
Bump karma from 6.3.6 to 6.3.14 in /src/Web/WebSPA/Client
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.6 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.6...v6.3.14 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
3669a73651
Bump Google.Protobuf in /src/Services/Catalog/Catalog.API
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf ) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: Google.Protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
79863be51e
Bump undefsafe from 2.0.2 to 2.0.5 in /src/Web/WebSPA/Client
Bumps [undefsafe](https://github.com/remy/undefsafe ) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/remy/undefsafe/releases )
- [Commits](https://github.com/remy/undefsafe/compare/v2.0.2...v2.0.5 )
---
updated-dependencies:
- dependency-name: undefsafe
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Tarun Jain
a8c7b746d1
Commit to fix dependabot alerts Bump jszip from 3.2.0 to 3.7.1 ( #1847 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
dependabot[bot]
967d009219
Bump dot-prop from 4.2.0 to 4.2.1 in /src/Web/WebSPA/Client ( #1844 )
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases )
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: dot-prop
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Tarun Jain
d7d288831b
Commit to update the changes for depedabot alerts - Bump jszip from 3.2.0 to 3.7.1 in /src/Web/WebSPA/Client ( #1840 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
Tarun Jain
5270d3de35
Fix Dependabot alerts - Bump dns-packet from 1.3.1 to 1.3.4 in /src/Web/WebSPA/Client ( #1837 )
3 years ago
Tarun Jain
5f17aec741
Fix dependabot alerts - Update yarn.lock and package-lock.json in WebSPA project ( #1833 )
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
Tarun Jain
7185809ab8
Update jsonpointer version 5.0.0, ansi-html version to 0.0.8 and webp… ( #1822 )
* Update jsonpointer version 5.0.0, ansi-html version to 0.0.8 and webpack-dev-server to webpack-dev-server version 3.11.2 was using ansi-html which is depreciated but in latest version 3.11.3 it's changed to ansi-html-community version 0.0.8
* Fix integrity issue in PR #1822
Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
3 years ago
Aaron Crawfis
5f649db4ae
Update Redis to not resolve DNS at startup ( #1776 )
Co-authored-by: Nish Anil <nish@microsoft.com>
3 years ago
chertby
346bab2225
docs: Fix typo in comments ( #1796 )
3 years ago
Sumit Ghosh
9e5cd835b4
Removed language preview version from csproj ( #1793 )
3 years ago