Skip to content

Commit

Permalink
Merge branch 'develop' into fix/3141bugs-in-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
ihar-tsykala authored Feb 3, 2025
2 parents 61d3a7f + ded8f70 commit d4ce71d
Show file tree
Hide file tree
Showing 485 changed files with 70,397 additions and 25,394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-documentation-to-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
mongodb-version: [ 7.0.5 ]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-after-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mongodb-version: [ 7.0.5 ]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mongodb-version: [ 7.0.5 ]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [ 20.18.1 ]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ runtime-data/
.idea

logs/
**/logs/
**/logs/
/.run/
Binary file not shown.
8 changes: 4 additions & 4 deletions ai-service/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "ai-service",
"version": "3.0.0",
"version": "3.1.0-rc",
"main": "dist/app.js",
"license": "Apache-2.0",
"dependencies": {
"@guardian/common": "^3.0.0",
"@guardian/interfaces": "^3.0.0",
"@guardian/common": "^3.1.0-rc",
"@guardian/interfaces": "^3.1.0-rc",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@types/express": "^4.17.18",
"@types/node": "^20.8.0",
"@types/node": "^22.10.10",
"dotenv": "^16.3.1",
"module-alias": "^2.2.2",
"express": "^4.18.2",
Expand Down
8 changes: 4 additions & 4 deletions analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^3.0.0",
"@guardian/interfaces": "^3.0.0",
"@guardian/common": "^3.1.0-rc",
"@guardian/interfaces": "^3.1.0-rc",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/jszip": "^3.4.1",
"@types/node": "^18.16.0",
"@types/node": "^22.10.10",
"@types/ws": "^8.2.2",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -82,5 +82,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "3.0.0"
"version": "3.1.0-rc"
}
10 changes: 5 additions & 5 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/multipart": "^8.3.1",
"@fastify/static": "^7.0.0",
"@guardian/common": "^3.0.0",
"@guardian/interfaces": "^3.0.0",
"@guardian/common": "^3.1.0-rc",
"@guardian/interfaces": "^3.1.0-rc",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/jszip": "^3.4.1",
"@types/node": "^18.16.0",
"@types/node": "^22.10.10",
"@types/ws": "^8.2.2",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -88,5 +88,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "3.0.0"
"version": "3.1.0-rc"
}
Loading

0 comments on commit d4ce71d

Please sign in to comment.