From ff93d3faea87aaefbfda77bb65e04954b0affd97 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik <70954129+live-dev999@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:52:30 +0300 Subject: [PATCH 01/15] analysis: add codeql-analysis --- .github/workflows/codeql-analysis.yml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..28d3f20d --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '41 1 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'csharp', 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # â„šī¸ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 From ddad6928d7c243d948f24b10eb172da4023d9499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:00 +0000 Subject: [PATCH 02/15] build(deps): bump follow-redirects in /src/WebApps/pfr-app/c-gen 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] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From 5fe8a3b639aba2bd022fa886c0b1e09828bad696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:04 +0000 Subject: [PATCH 03/15] build(deps): bump follow-redirects in /src/WebApps/pfr-app/smalltalk 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] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From e337ebb038ae0c0efea1b881a4e32648e0cd2148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:45:04 +0000 Subject: [PATCH 04/15] build(deps): bump follow-redirects in /src/WebApps/pfr-app/pfr-app 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] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..9caebb1a 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -2310,9 +2310,9 @@ find-up@^4.0.0: path-exists "^4.0.0" follow-redirects@^1.0.0: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.8" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc" + integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA== forwarded@0.2.0: version "0.2.0" From 09b818a1d5de0f67ca56cf721f501f89e4292ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:39:02 +0000 Subject: [PATCH 05/15] build(deps): bump node-forge in /src/WebApps/pfr-app/pfr-app Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From 9e4b088c3d28973a4a591ea1f9fd30bc47be46cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:39:05 +0000 Subject: [PATCH 06/15] build(deps): bump node-forge in /src/WebApps/pfr-app/c-gen Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..29818cdc 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-releases@^2.0.1: version "2.0.1" From 0f68230cfb0b8e992bad5358817dec29e8b50e83 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 27 Mar 2022 14:02:10 +0300 Subject: [PATCH 07/15] chore(issue-113): fix main solution for services --- src/O2NextGen-Prototypes.sln | 256 +++++++++++++++++- .../Properties/launchSettings.json | 14 +- .../Properties/launchSettings.json | 14 +- .../Properties/launchSettings.json | 14 +- .../Controllers/ValuesController.cs | 0 .../IoC/ServiceCollectionExtensions.cs | 0 .../MaxMindLocalGeoIpAddressResolver.cs | 0 .../O2NextGen.OnTracker.Api.csproj} | 2 +- .../Program.cs | 0 .../Properties/launchSettings.json | 0 .../Setup/GeoDatabase.cs | 0 .../Startup.cs | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 .../GeoLocation.cs | 0 .../IGeoIpAddressResolver.cs | 0 .../O2NextGen.Tracker.DbUtility.csproj | 0 .../Point.cs | 0 .../Properties/launchSettings.json | 14 +- 19 files changed, 283 insertions(+), 31 deletions(-) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Controllers/ValuesController.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/IoC/ServiceCollectionExtensions.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/MaxMindLocalGeoIpAddressResolver.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj => O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj} (91%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Program.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Properties/launchSettings.json (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Setup/GeoDatabase.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/Startup.cs (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/appsettings.Development.json (100%) rename src/Services/on-tracker/{O2.OnTracker.Api => O2NextGen.OnTracker.Api}/appsettings.json (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/GeoLocation.cs (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/IGeoIpAddressResolver.cs (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/O2NextGen.Tracker.DbUtility.csproj (100%) rename src/Services/on-tracker/{O2.Tracker.DbUtility => O2NextGen.Tracker.DbUtility}/Point.cs (100%) diff --git a/src/O2NextGen-Prototypes.sln b/src/O2NextGen-Prototypes.sln index 0f227af1..cd5683e0 100644 --- a/src/O2NextGen-Prototypes.sln +++ b/src/O2NextGen-Prototypes.sln @@ -31,7 +31,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.ESender.Impl", "S EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "on-tracker", "on-tracker", "{E88D3DAC-13D1-4711-9ADD-BE97A3A57212}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.OnTracker.Api", "Services\on-tracker\O2.OnTracker.Api\O2.OnTracker.Api.csproj", "{230C6816-A862-450D-8B9C-736CA2D21F93}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Api", "Services\on-tracker\O2NextGen.OnTracker.Api\O2NextGen.OnTracker.Api.csproj", "{230C6816-A862-450D-8B9C-736CA2D21F93}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "smalltalk", "smalltalk", "{0DB9F20A-FD40-4110-807E-AAEFEFCCD574}" EndProject @@ -43,7 +43,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Data", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmallTalk.Impl", "Services\smalltalk\O2NextGen.SmallTalk.Impl\O2NextGen.SmallTalk.Impl.csproj", "{20D19B8A-3C6E-49B4-BBC9-51EA63B86147}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2.Tracker.DbUtility", "Services\on-tracker\O2.Tracker.DbUtility\O2.Tracker.DbUtility.csproj", "{ECC10F39-5198-481C-91D9-40C09A0E323F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.Tracker.DbUtility", "Services\on-tracker\O2NextGen.Tracker.DbUtility\O2NextGen.Tracker.DbUtility.csproj", "{ECC10F39-5198-481C-91D9-40C09A0E323F}" EndProject Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{5815FA40-82B7-400D-8FB0-667EED9DC622}" EndProject @@ -51,6 +51,54 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sdks", "Sdks", "{033E8CA1-0 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NG.Sdk.NetCore.Models", "SDKs\O2NG.Sdk.NetCore\O2NG.Sdk.NetCore.Models\O2NG.Sdk.NetCore.Models.csproj", "{929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Business", "Services\on-tracker\O2NextGen.OnTracker.Business\O2NextGen.OnTracker.Business.csproj", "{D8F151B3-569D-4257-9DD2-2270FB1D347A}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Data", "Services\on-tracker\O2NextGen.OnTracker.Data\O2NextGen.OnTracker.Data.csproj", "{5618F488-A7E7-49EB-9545-F482780ED926}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.OnTracker.Impl", "Services\on-tracker\O2NextGen.OnTracker.Impl\O2NextGen.OnTracker.Impl.csproj", "{F41251EB-5CDE-4D3E-BF44-BA39D610D430}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "feedback-x", "feedback-x", "{029123A2-4A26-41A4-A321-3AE9BF05D8B0}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Api", "Services\feedback-x\O2NextGen.FeedBackX.Api\O2NextGen.FeedBackX.Api.csproj", "{9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Business", "Services\feedback-x\O2NextGen.FeedBackX.Business\O2NextGen.FeedBackX.Business.csproj", "{B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Data", "Services\feedback-x\O2NextGen.FeedBackX.Data\O2NextGen.FeedBackX.Data.csproj", "{EC364D08-6503-4A34-9738-025FF805F745}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.FeedBackX.Impl", "Services\feedback-x\O2NextGen.FeedBackX.Impl\O2NextGen.FeedBackX.Impl.csproj", "{B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "s-link", "s-link", "{502469BA-2C56-4FC7-B5C9-935689808ACC}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Api", "Services\s-link\O2NextGen.SLink.Api\O2NextGen.SLink.Api.csproj", "{C9B75489-EBBE-4261-92CE-6938956738E2}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Business", "Services\s-link\O2NextGen.SLink.Business\O2NextGen.SLink.Business.csproj", "{CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Data", "Services\s-link\O2NextGen.SLink.Data\O2NextGen.SLink.Data.csproj", "{964513B7-1FB7-4580-91E8-8BD61A6BB5DA}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SLink.Impl", "Services\s-link\O2NextGen.SLink.Impl\O2NextGen.SLink.Impl.csproj", "{068C1A88-DDFF-4575-8362-CB5A77AC936F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "smart-subscriber", "smart-subscriber", "{104ADC0B-D20E-44DF-821A-967059DAFC4C}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Api", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Api\O2NextGen.SmartSubscriber.Api.csproj", "{6A61235C-A6DB-4C82-A265-E03CDC71134E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Business", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Business\O2NextGen.SmartSubscriber.Business.csproj", "{73FE9865-0E31-4B8C-8AF6-45236496A806}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Data", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Data\O2NextGen.SmartSubscriber.Data.csproj", "{67CA84A7-D3E3-4EF5-9512-699F7321B899}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "O2NextGen.SmartSubscriber.Impl", "Services\smart-subscriber\O2NextGen.SmartSubscriber.Impl\O2NextGen.SmartSubscriber.Impl.csproj", "{9D65077A-687A-433A-A280-45A70620ADC0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deep-pay", "deep-pay", "{C3724366-BFB1-4DEB-86A4-736EA546D264}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "genidoc", "genidoc", "{B7DD045B-D524-475B-A111-DD6E55431D3B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jetstream", "jetstream", "{EDC7432B-5D48-44C4-BF52-F3625E7A43DD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dailybook", "dailybook", "{A50DA91B-BD5D-4640-80D8-46B1E55E76FD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "teambrain", "teambrain", "{4BAA467F-6F58-4C99-ACCF-88F2ADD398B8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "a-discount", "a-discount", "{41ECEE68-B668-45CB-A3F0-DAC0BCF20D89}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -265,6 +313,186 @@ Global {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x64.Build.0 = Release|Any CPU {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.ActiveCfg = Release|Any CPU {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE}.Release|x86.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x64.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x64.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x86.ActiveCfg = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Debug|x86.Build.0 = Debug|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|Any CPU.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x64.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x64.Build.0 = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x86.ActiveCfg = Release|Any CPU + {D8F151B3-569D-4257-9DD2-2270FB1D347A}.Release|x86.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x64.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x64.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x86.ActiveCfg = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Debug|x86.Build.0 = Debug|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|Any CPU.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x64.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x64.Build.0 = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x86.ActiveCfg = Release|Any CPU + {5618F488-A7E7-49EB-9545-F482780ED926}.Release|x86.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x64.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x64.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x86.ActiveCfg = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Debug|x86.Build.0 = Debug|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|Any CPU.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x64.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x64.Build.0 = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x86.ActiveCfg = Release|Any CPU + {F41251EB-5CDE-4D3E-BF44-BA39D610D430}.Release|x86.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x64.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x64.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x86.ActiveCfg = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Debug|x86.Build.0 = Debug|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|Any CPU.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x64.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x64.Build.0 = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x86.ActiveCfg = Release|Any CPU + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F}.Release|x86.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x64.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x64.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x86.ActiveCfg = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Debug|x86.Build.0 = Debug|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|Any CPU.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x64.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x64.Build.0 = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x86.ActiveCfg = Release|Any CPU + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23}.Release|x86.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x64.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x64.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x86.ActiveCfg = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Debug|x86.Build.0 = Debug|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|Any CPU.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x64.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x64.Build.0 = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x86.ActiveCfg = Release|Any CPU + {EC364D08-6503-4A34-9738-025FF805F745}.Release|x86.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x64.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x64.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x86.ActiveCfg = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Debug|x86.Build.0 = Debug|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|Any CPU.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x64.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x64.Build.0 = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x86.ActiveCfg = Release|Any CPU + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A}.Release|x86.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x64.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x64.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x86.ActiveCfg = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Debug|x86.Build.0 = Debug|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|Any CPU.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x64.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x64.Build.0 = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x86.ActiveCfg = Release|Any CPU + {C9B75489-EBBE-4261-92CE-6938956738E2}.Release|x86.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x64.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x64.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x86.ActiveCfg = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Debug|x86.Build.0 = Debug|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|Any CPU.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x64.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x64.Build.0 = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x86.ActiveCfg = Release|Any CPU + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18}.Release|x86.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x64.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x64.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x86.ActiveCfg = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Debug|x86.Build.0 = Debug|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|Any CPU.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x64.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x64.Build.0 = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x86.ActiveCfg = Release|Any CPU + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA}.Release|x86.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x64.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x64.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x86.ActiveCfg = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Debug|x86.Build.0 = Debug|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|Any CPU.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x64.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x64.Build.0 = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x86.ActiveCfg = Release|Any CPU + {068C1A88-DDFF-4575-8362-CB5A77AC936F}.Release|x86.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x64.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x64.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x86.ActiveCfg = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Debug|x86.Build.0 = Debug|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|Any CPU.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x64.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x64.Build.0 = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x86.ActiveCfg = Release|Any CPU + {6A61235C-A6DB-4C82-A265-E03CDC71134E}.Release|x86.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|Any CPU.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x64.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x64.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x86.ActiveCfg = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Debug|x86.Build.0 = Debug|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|Any CPU.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|Any CPU.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x64.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x64.Build.0 = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x86.ActiveCfg = Release|Any CPU + {73FE9865-0E31-4B8C-8AF6-45236496A806}.Release|x86.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x64.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x64.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x86.ActiveCfg = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Debug|x86.Build.0 = Debug|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|Any CPU.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x64.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x64.Build.0 = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x86.ActiveCfg = Release|Any CPU + {67CA84A7-D3E3-4EF5-9512-699F7321B899}.Release|x86.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x64.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x64.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x86.ActiveCfg = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Debug|x86.Build.0 = Debug|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|Any CPU.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x64.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x64.Build.0 = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x86.ActiveCfg = Release|Any CPU + {9D65077A-687A-433A-A280-45A70620ADC0}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -291,6 +519,30 @@ Global {20D19B8A-3C6E-49B4-BBC9-51EA63B86147} = {0DB9F20A-FD40-4110-807E-AAEFEFCCD574} {ECC10F39-5198-481C-91D9-40C09A0E323F} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} {929F4E69-ED22-4ED4-B502-5DA85C2CC3FE} = {033E8CA1-0464-45EB-B207-29EAB055FD9E} + {D8F151B3-569D-4257-9DD2-2270FB1D347A} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {5618F488-A7E7-49EB-9545-F482780ED926} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {F41251EB-5CDE-4D3E-BF44-BA39D610D430} = {E88D3DAC-13D1-4711-9ADD-BE97A3A57212} + {029123A2-4A26-41A4-A321-3AE9BF05D8B0} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {9666BB76-93DE-4DE7-BFFA-2EED1565CE9F} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {B7AD5768-64AA-46E9-9EA3-B5F5FB97AF23} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {EC364D08-6503-4A34-9738-025FF805F745} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {B0F2EE35-E3A4-45D0-9A35-B2540EF2F57A} = {029123A2-4A26-41A4-A321-3AE9BF05D8B0} + {502469BA-2C56-4FC7-B5C9-935689808ACC} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {C9B75489-EBBE-4261-92CE-6938956738E2} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {CA9B3FFC-E5CF-4668-92E0-3D7C298F5C18} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {964513B7-1FB7-4580-91E8-8BD61A6BB5DA} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {068C1A88-DDFF-4575-8362-CB5A77AC936F} = {502469BA-2C56-4FC7-B5C9-935689808ACC} + {104ADC0B-D20E-44DF-821A-967059DAFC4C} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {6A61235C-A6DB-4C82-A265-E03CDC71134E} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {73FE9865-0E31-4B8C-8AF6-45236496A806} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {67CA84A7-D3E3-4EF5-9512-699F7321B899} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {9D65077A-687A-433A-A280-45A70620ADC0} = {104ADC0B-D20E-44DF-821A-967059DAFC4C} + {C3724366-BFB1-4DEB-86A4-736EA546D264} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {B7DD045B-D524-475B-A111-DD6E55431D3B} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {EDC7432B-5D48-44C4-BF52-F3625E7A43DD} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {A50DA91B-BD5D-4640-80D8-46B1E55E76FD} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {4BAA467F-6F58-4C99-ACCF-88F2ADD398B8} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} + {41ECEE68-B668-45CB-A3F0-DAC0BCF20D89} = {574CE1BF-397E-4262-82AD-94FB1CE98DA2} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5C9AF9F4-BF0A-486D-9F2E-17FE2F53F7E9} diff --git a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json index fabb4bd4..c1a63ed6 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json +++ b/src/Services/auth/O2NextGen.Auth.Web/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10001;http://localhost:5001" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json index 9fced7d4..32ab7244 100644 --- a/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json +++ b/src/Services/c-gen/O2NextGen.CertificateManagement.Api/Properties/launchSettings.json @@ -8,12 +8,12 @@ }, "applicationUrl": "https://localhost:10002;http://localhost:5002" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json index 883992a7..b872fc26 100644 --- a/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json +++ b/src/Services/e-sender/O2NextGen.ESender.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10004;http://localhost:5004" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Controllers/ValuesController.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Controllers/ValuesController.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Controllers/ValuesController.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/IoC/ServiceCollectionExtensions.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/IoC/ServiceCollectionExtensions.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/IoC/ServiceCollectionExtensions.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/MaxMindLocalGeoIpAddressResolver.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj b/src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj similarity index 91% rename from src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj index d6c4af2b..cc4e0b7a 100644 --- a/src/Services/on-tracker/O2.OnTracker.Api/O2NetGen.OnTracker.Api.csproj +++ b/src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj @@ -14,10 +14,10 @@ - + diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Program.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Program.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Program.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Program.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Properties/launchSettings.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Properties/launchSettings.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Properties/launchSettings.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Properties/launchSettings.json diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Setup/GeoDatabase.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Setup/GeoDatabase.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Setup/GeoDatabase.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/Startup.cs b/src/Services/on-tracker/O2NextGen.OnTracker.Api/Startup.cs similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/Startup.cs rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/Startup.cs diff --git a/src/Services/on-tracker/O2.OnTracker.Api/appsettings.Development.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.Development.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/appsettings.Development.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.Development.json diff --git a/src/Services/on-tracker/O2.OnTracker.Api/appsettings.json b/src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.json similarity index 100% rename from src/Services/on-tracker/O2.OnTracker.Api/appsettings.json rename to src/Services/on-tracker/O2NextGen.OnTracker.Api/appsettings.json diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/GeoLocation.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/GeoLocation.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/GeoLocation.cs diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/IGeoIpAddressResolver.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/IGeoIpAddressResolver.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/IGeoIpAddressResolver.cs diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/O2NextGen.Tracker.DbUtility.csproj diff --git a/src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs b/src/Services/on-tracker/O2NextGen.Tracker.DbUtility/Point.cs similarity index 100% rename from src/Services/on-tracker/O2.Tracker.DbUtility/Point.cs rename to src/Services/on-tracker/O2NextGen.Tracker.DbUtility/Point.cs diff --git a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json index f095286f..8e982cfc 100644 --- a/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json +++ b/src/Services/smalltalk/O2NextGen.SmallTalk.Api/Properties/launchSettings.json @@ -26,12 +26,12 @@ }, "applicationUrl": "https://localhost:10003;http://localhost:5003" }, - //"Docker": { - // "commandName": "Docker", - // "launchBrowser": true, - // "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - // "publishAllPorts": true, - // "useSSL": true - //} + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", + "publishAllPorts": true, + "useSSL": true + } } } \ No newline at end of file From ca0a3eedbf6c1f1afe351ac2dab21d9340451b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:53:43 +0000 Subject: [PATCH 08/15] build(deps): bump minimist in /src/WebApps/pfr-app/smalltalk Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From b4e5b0cc780559ef215a34449b1e77a7a92444e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:19:41 +0000 Subject: [PATCH 09/15] build(deps): bump nanoid in /src/Services/auth/O2NextGen.Auth.Web Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..d485b8f0 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -914,9 +914,9 @@ "dev": true }, "nanoid": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", "dev": true }, "node-emoji": { From ea3d4550b880ae015a13e84d5908fff276858f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:19:57 +0000 Subject: [PATCH 10/15] build(deps): bump minimist in /src/WebApps/pfr-app/pfr-app Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From e879293dca14be3b1eef9f06bc357aba4d138662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:20:45 +0000 Subject: [PATCH 11/15] build(deps): bump minimist in /src/WebApps/pfr-app/c-gen Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/c-gen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/c-gen/yarn.lock b/src/WebApps/pfr-app/c-gen/yarn.lock index d85b4f77..b9a43585 100644 --- a/src/WebApps/pfr-app/c-gen/yarn.lock +++ b/src/WebApps/pfr-app/c-gen/yarn.lock @@ -3035,9 +3035,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^0.5.5: version "0.5.5" From 2c9528faa31ac842b259717b323c66c44081d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:21:02 +0000 Subject: [PATCH 12/15] build(deps): bump minimist in /src/Services/auth/O2NextGen.Auth.Web Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Services/auth/O2NextGen.Auth.Web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json index edea65b5..262e3002 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/package-lock.json +++ b/src/Services/auth/O2NextGen.Auth.Web/package-lock.json @@ -902,9 +902,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "modern-normalize": { From 6f0c5a6daabefa6aa5cf4fe035e242f170a222e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:23:07 +0000 Subject: [PATCH 13/15] build(deps): bump follow-redirects in /src/WebApps/pfr-app/server Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/server/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/server/yarn.lock b/src/WebApps/pfr-app/server/yarn.lock index 6d2c322b..cf41856d 100644 --- a/src/WebApps/pfr-app/server/yarn.lock +++ b/src/WebApps/pfr-app/server/yarn.lock @@ -2506,9 +2506,9 @@ flatted@^3.1.0: integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== follow-redirects@^1.14.4: - version "1.14.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" - integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + version "1.14.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" + integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== fork-ts-checker-webpack-plugin@6.5.0: version "6.5.0" From 2bf2b2e084b4fd3f898c478f29d5e7ba191113e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:23:31 +0000 Subject: [PATCH 14/15] build(deps): bump node-forge in /src/WebApps/pfr-app/smalltalk Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/smalltalk/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/smalltalk/yarn.lock b/src/WebApps/pfr-app/smalltalk/yarn.lock index 6529ba13..309f73d8 100644 --- a/src/WebApps/pfr-app/smalltalk/yarn.lock +++ b/src/WebApps/pfr-app/smalltalk/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-releases@^2.0.1: version "2.0.1" From 8a1fba65a0ed1db40b3eb057e1c1063c30f493cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 11:30:51 +0000 Subject: [PATCH 15/15] build(deps): bump node-forge in /src/WebApps/pfr-app/pfr-app Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/WebApps/pfr-app/pfr-app/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WebApps/pfr-app/pfr-app/yarn.lock b/src/WebApps/pfr-app/pfr-app/yarn.lock index d85b4f77..c1b4cf7a 100644 --- a/src/WebApps/pfr-app/pfr-app/yarn.lock +++ b/src/WebApps/pfr-app/pfr-app/yarn.lock @@ -3110,9 +3110,9 @@ node-emoji@^1.11.0: lodash "^4.17.21" node-forge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" - integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-releases@^2.0.1: version "2.0.1"