Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(infitx/iprod-93): used https.Agent for WSO2 requests in api-svc #457

Merged
merged 13 commits into from
Mar 19, 2024
Merged
2 changes: 2 additions & 0 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ reject: [
'@mojaloop/platform-shared-lib-nodejs-kafka-client-lib',
## TODO: The kafka connectivity is not working properly and the following update is causing service crash.
'@mojaloop/logging-bc-client-lib',
## TODO: Version 16.10.0 is introducing "nx run @mojaloop/sdk-scheme-adapter-outbound-domain-event-handler:build" error during "yarn build" step. Issue: https://github.com/mojaloop/project/issues/3586
'nx',
## TODO: The new version of npm-check-updates uses new Glob v9.x and it is introducing a dependency Package "[email protected]" which is licensed under "BlueOak-1.0.0" which is not permitted by the Mojaloop License Policy
npm-check-updates
]
5 changes: 4 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
// central-services-shared
"GHSA-hjrf-2m68-5959",
"GHSA-qwph-4952-7xr6",
"GHSA-7fh5-64p2-3v2j",
// Some audit issues with api-snippets
"GHSA-c2qf-rxjj-qqgw",
// Issue with protobuffs (https://github.com/advisories/GHSA-h755-8qp9-cq85). No fix available.
"GHSA-h755-8qp9-cq85"
"GHSA-h755-8qp9-cq85",
// @babel/traverse (https://github.com/advisories/GHSA-67hx-6x53-jw92)
"GHSA-67hx-6x53-jw92"
]
}
46 changes: 23 additions & 23 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-api-svc",
"version": "20.7.0-snapshot.1",
"version": "20.7.1-snapshot.1",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"dependencies": {
"@koa/cors": "^4.0.0",
"@mojaloop/api-snippets": "17.2.0",
"@mojaloop/central-services-error-handling": "^12.0.5",
"@mojaloop/central-services-logger": "^11.2.0",
"@mojaloop/central-services-metrics": "^12.0.5",
"@mojaloop/central-services-shared": "17.5.1",
"@mojaloop/event-sdk": "^11.0.2",
"@mojaloop/api-snippets": "17.2.5",
"@mojaloop/central-services-error-handling": "^12.0.7",
"@mojaloop/central-services-logger": "^11.2.2",
"@mojaloop/central-services-metrics": "^12.0.8",
"@mojaloop/central-services-shared": "18.1.2",
"@mojaloop/event-sdk": "^13.0.0",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"@mojaloop/sdk-standard-components": "^17.1.1",
"@mojaloop/sdk-standard-components": "github:mojaloop/sdk-standard-components#feat/IPROD-93",
vijayg10 marked this conversation as resolved.
Show resolved Hide resolved
"ajv": "8.12.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"co-body": "^6.1.0",
"dotenv": "^16.3.1",
"env-var": "^7.3.1",
"env-var": "^7.4.1",
"express": "^4.18.2",
"fast-json-patch": "^3.1.1",
"javascript-state-machine": "^3.1.0",
Expand All @@ -87,29 +87,29 @@
"module-alias": "^2.2.3",
"oauth2-server": "^4.0.0-dev.2",
"openapi-jsonschema-parameters": "^12.1.3",
"prom-client": "^14.2.0",
"prom-client": "^15.0.0",
"promise-timeout": "^1.3.0",
"random-word-slugs": "^0.1.7",
"redis": "^4.6.7",
"redis": "^4.6.10",
"uuidv4": "^6.2.13",
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.5.2",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"@types/jest": "^29.5.6",
"babel-jest": "^29.7.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"nock": "^13.3.1",
"nock": "^13.3.4",
"npm-check-updates": "^16.7.10",
"openapi-response-validator": "^12.1.3",
"openapi-typescript": "^6.3.2",
"openapi-typescript": "^6.7.0",
"redis-mock": "^0.56.3",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
Expand Down
34 changes: 17 additions & 17 deletions modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,40 +41,40 @@
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},
"dependencies": {
"@mojaloop/api-snippets": "17.2.0",
"@mojaloop/central-services-shared": "^17.5.1",
"@mojaloop/api-snippets": "17.2.5",
"@mojaloop/central-services-shared": "^18.1.2",
"@mojaloop/logging-bc-client-lib": "^0.1.17",
"@mojaloop/logging-bc-public-types-lib": "^0.1.19",
"@mojaloop/logging-bc-public-types-lib": "^0.1.20",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"ajv": "^8.12.0",
"convict": "^6.2.4",
"express": "^4.18.2",
"openapi-backend": "^5.9.2",
"redis": "^4.6.7",
"openapi-backend": "^5.10.5",
"redis": "^4.6.10",
"swagger-ui-express": "^5.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/convict": "^6.1.3",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.4.1",
"@types/convict": "^6.1.5",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node-cache": "^4.2.5",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/supertest": "^2.0.15",
"@types/swagger-ui-express": "^4.1.5",
"@types/yamljs": "^0.2.33",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"copyfiles": "^2.4.1",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.7.10",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"nodemonConfig": {
"watch": [
Expand Down
32 changes: 16 additions & 16 deletions modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,38 +41,38 @@
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},
"dependencies": {
"@mojaloop/api-snippets": "17.2.0",
"@mojaloop/api-snippets": "17.2.5",
"@mojaloop/logging-bc-client-lib": "^0.1.17",
"@mojaloop/logging-bc-public-types-lib": "^0.1.19",
"@mojaloop/logging-bc-public-types-lib": "^0.1.20",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"convict": "^6.2.4",
"express": "^4.18.2",
"openapi-backend": "^5.9.2",
"redis": "^4.6.7",
"openapi-backend": "^5.10.5",
"redis": "^4.6.10",
"swagger-ui-express": "^5.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/convict": "^6.1.3",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.4.1",
"@types/convict": "^6.1.5",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node-cache": "^4.2.5",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/supertest": "^2.0.15",
"@types/swagger-ui-express": "^4.1.5",
"@types/yamljs": "^0.2.33",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"copyfiles": "^2.4.1",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.7.10",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"nodemonConfig": {
"watch": [
Expand Down
20 changes: 10 additions & 10 deletions modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},
"dependencies": {
"@mojaloop/api-snippets": "17.2.0",
"@mojaloop/central-services-shared": "^17.5.1",
"@mojaloop/logging-bc-public-types-lib": "^0.1.19",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.100",
"@mojaloop/api-snippets": "17.2.5",
"@mojaloop/central-services-shared": "^18.1.2",
"@mojaloop/logging-bc-public-types-lib": "^0.1.20",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.101",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "0.2.15",
"ajv": "^8.12.0",
"redis": "^4.6.7",
"uuid": "^9.0.0"
"redis": "^4.6.10",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"@types/node": "^20.8.7",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"npm-check-updates": "^16.7.10",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"standard-version": {
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,28 @@
},
"dependencies": {
"nx": "16.5.0",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.4.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"audit-ci": "^6.6.1",
"eslint": "^8.44.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "latest",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.7.10",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"yarn-audit-fix": "^9.3.12"
"typescript": "^5.2.2",
"yarn-audit-fix": "^10.0.1"
},
"standard-version": {
"scripts": {
Expand Down
Loading