Skip to content

Commit

Permalink
fix: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Nov 22, 2022
1 parent bf646b7 commit 701057e
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 179 deletions.
8 changes: 4 additions & 4 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@koa/cors": "^4.0.0",
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/central-services-error-handling": "^12.0.5",
"@mojaloop/central-services-logger": "^11.0.1",
"@mojaloop/central-services-logger": "^11.2.0",
"@mojaloop/central-services-metrics": "^12.0.5",
"@mojaloop/central-services-shared": "17.3.1",
"@mojaloop/event-sdk": "^11.0.2",
Expand Down Expand Up @@ -98,14 +98,14 @@
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.2.3",
"babel-jest": "^29.3.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"jest": "^29.3.1",
"jest-junit": "^14.0.1",
"jest-junit": "^15.0.0",
"nock": "^13.2.9",
"npm-check-updates": "^16.4.1",
"npm-check-updates": "^16.4.2",
"openapi-response-validator": "^12.0.2",
"openapi-typescript": "^6.0.3",
"redis-mock": "^0.56.3",
Expand Down
16 changes: 8 additions & 8 deletions modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"dependencies": {
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/central-services-shared": "^17.3.1",
"@mojaloop/logging-bc-client-lib": "^0.1.16",
"@mojaloop/logging-bc-public-types-lib": "^0.1.13",
"@mojaloop/logging-bc-client-lib": "^0.1.17",
"@mojaloop/logging-bc-public-types-lib": "^0.1.14",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"ajv": "^8.11.2",
"convict": "^6.2.3",
"express": "^4.18.2",
"openapi-backend": "^5.5.0",
"openapi-backend": "^5.6.0",
"redis": "^4.5.0",
"swagger-ui-express": "^4.6.0",
"yamljs": "^0.3.0"
Expand All @@ -63,18 +63,18 @@
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"copyfiles": "^2.4.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.1",
"npm-check-updates": "^16.4.2",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"nodemonConfig": {
"watch": [
Expand Down
16 changes: 8 additions & 8 deletions modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
"dependencies": {
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/logging-bc-client-lib": "^0.1.16",
"@mojaloop/logging-bc-public-types-lib": "^0.1.13",
"@mojaloop/logging-bc-client-lib": "^0.1.17",
"@mojaloop/logging-bc-public-types-lib": "^0.1.14",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"convict": "^6.2.3",
"express": "^4.18.2",
"openapi-backend": "^5.5.0",
"openapi-backend": "^5.6.0",
"redis": "^4.5.0",
"swagger-ui-express": "^4.6.0",
"yamljs": "^0.3.0"
Expand All @@ -61,18 +61,18 @@
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"copyfiles": "^2.4.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.1",
"npm-check-updates": "^16.4.2",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"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 @@ -29,22 +29,22 @@
"dependencies": {
"@mojaloop/api-snippets": "17.0.0",
"@mojaloop/central-services-shared": "^17.3.1",
"@mojaloop/logging-bc-public-types-lib": "^0.1.13",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.18",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "^0.2.15",
"@mojaloop/logging-bc-public-types-lib": "^0.1.14",
"@mojaloop/platform-shared-lib-messaging-types-lib": "^0.2.21",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "^0.2.18",
"ajv": "^8.11.2",
"redis": "^4.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"npm-check-updates": "^16.4.1",
"npm-check-updates": "^16.4.2",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"standard-version": {
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.0.13",
"nx": "15.2.1",
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"audit-ci": "^6.3.0",
"eslint": "^8.27.0",
"eslint": "^8.28.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.1",
"npm-check-updates": "^16.4.2",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"yarn-audit-fix": "^9.3.7"
},
"standard-version": {
Expand Down

0 comments on commit 701057e

Please sign in to comment.