Skip to content

Commit

Permalink
chore: sort SDK backend api and upgrade dependencies (#429)
Browse files Browse the repository at this point in the history
* chore: sort SDK backend api and upgrade dependencies

* chore: sort SDK backend api and upgrade dependencies

* chore: audit
  • Loading branch information
kleyow committed Dec 14, 2022
1 parent 5d017af commit 75bb92a
Show file tree
Hide file tree
Showing 10 changed files with 2,648 additions and 2,856 deletions.
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"GHSA-3cvr-822r-rqcc",
"GHSA-8qr4-xgw6-wmr3",
"GHSA-f772-66g8-q5h3",
"GHSA-cph5-m8f7-6c5x"
"GHSA-cph5-m8f7-6c5x",
"GHSA-hrpp-h998-j3pp"
]
}
22 changes: 11 additions & 11 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"@mojaloop/sdk-standard-components": "^17.1.1",
"ajv": "8.11.2",
"axios": "^1.2.0",
"axios": "^1.2.1",
"co-body": "^6.1.0",
"dotenv": "^16.0.3",
"env-var": "^7.3.0",
Expand All @@ -79,39 +79,39 @@
"javascript-state-machine": "^3.1.0",
"js-yaml": "^4.1.0",
"json-schema-ref-parser": "^9.0.9",
"koa": "^2.13.4",
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"oauth2-server": "^4.0.0-dev.2",
"openapi-jsonschema-parameters": "^12.0.2",
"openapi-jsonschema-parameters": "^12.1.0",
"prom-client": "^14.1.0",
"promise-timeout": "^1.3.0",
"random-word-slugs": "^0.1.6",
"redis": "^4.5.0",
"redis": "^4.5.1",
"uuidv4": "^6.2.13",
"ws": "^8.11.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.2.3",
"@types/jest": "^29.2.4",
"babel-jest": "^29.3.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest": "^27.1.6",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"nock": "^13.2.9",
"npm-check-updates": "^16.4.3",
"openapi-response-validator": "^12.0.2",
"npm-check-updates": "^16.5.6",
"openapi-response-validator": "^12.1.0",
"openapi-typescript": "^6.1.0",
"redis-mock": "^0.56.3",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"supertest": "^6.3.1",
"supertest": "^6.3.3",
"swagger-cli": "^4.0.4"
},
"standard-version": {
Expand Down
18 changes: 9 additions & 9 deletions modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,31 @@
"convict": "^6.2.3",
"express": "^4.18.2",
"openapi-backend": "^5.6.0",
"redis": "^4.5.0",
"redis": "^4.5.1",
"swagger-ui-express": "^4.6.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/express": "^4.17.14",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@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.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"copyfiles": "^2.4.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.3",
"npm-check-updates": "^16.5.6",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"nodemonConfig": {
"watch": [
Expand Down
18 changes: 9 additions & 9 deletions modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,31 @@
"convict": "^6.2.3",
"express": "^4.18.2",
"openapi-backend": "^5.6.0",
"redis": "^4.5.0",
"redis": "^4.5.1",
"swagger-ui-express": "^4.6.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/express": "^4.17.14",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@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.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"copyfiles": "^2.4.1",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.3",
"npm-check-updates": "^16.5.6",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"nodemonConfig": {
"watch": [
Expand Down
12 changes: 6 additions & 6 deletions modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/central-services-shared": "^17.3.1",
"@mojaloop/logging-bc-public-types-lib": "^0.1.14",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.24",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.27",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "0.2.15",
"ajv": "^8.11.2",
"redis": "^4.5.0",
"redis": "^4.5.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"eslint": "^8.28.0",
"@types/node": "^18.11.15",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"npm-check-updates": "^16.4.3",
"npm-check-updates": "^16.5.6",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"standard-version": {
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,28 +67,28 @@
"wait-4-docker": "node ./scripts/_wait4_all.js"
},
"dependencies": {
"nx": "15.2.1",
"nx": "15.3.3",
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"audit-ci": "^6.3.0",
"eslint": "^8.28.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"audit-ci": "^6.4.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "latest",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.3",
"npm-check-updates": "^16.5.6",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"yarn-audit-fix": "^9.3.7"
},
"standard-version": {
Expand Down

0 comments on commit 75bb92a

Please sign in to comment.