@mojaloop/connection-manager-api 3.8.0-snapshot.23 → 3.8.0-snapshot.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/connection-manager-api",
3
- "version": "3.8.0-snapshot.23",
3
+ "version": "3.8.0-snapshot.25",
4
4
  "description": "Mojaloop Connection Manager API",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -65,7 +65,7 @@
65
65
  "sanitize-html": "2.12.1",
66
66
  "oas3-tools": {
67
67
  "body-parser": "^1.20.3",
68
- "qs": "^6.14.1",
68
+ "qs": "^6.15.1",
69
69
  "js-yaml": "^3"
70
70
  },
71
71
  "postcss": {
@@ -92,48 +92,48 @@
92
92
  "glob": ">=11.1.0"
93
93
  },
94
94
  "dependencies": {
95
- "@hapi/hapi": "21.4.4",
96
- "@keycloak/keycloak-admin-client": "^26.5.2",
95
+ "@hapi/hapi": "21.4.8",
96
+ "@keycloak/keycloak-admin-client": "^26.6.1",
97
97
  "@kubernetes/client-node": "^1.4.0",
98
- "@mojaloop/central-services-logger": "11.10.3",
99
- "@mojaloop/central-services-metrics": "12.8.3",
100
- "@mojaloop/central-services-shared": "18.35.2",
101
- "@ory/keto-client": "^25.4.0",
98
+ "@mojaloop/central-services-logger": "11.10.4",
99
+ "@mojaloop/central-services-metrics": "12.8.5",
100
+ "@mojaloop/central-services-shared": "18.35.7",
101
+ "@ory/keto-client": "^26.2.0",
102
102
  "async-exit-hook": "^2.0.1",
103
103
  "async-retry": "^1.3.3",
104
- "axios": "1.13.4",
104
+ "axios": "1.15.2",
105
105
  "body-parser": "^2.2.2",
106
106
  "connect": "^3.7.0",
107
- "convict": "6.2.4",
107
+ "convict": "6.2.5",
108
108
  "cookies": "^0.9.1",
109
109
  "cors": "^2.8.6",
110
- "dotenv": "^17.2.3",
110
+ "dotenv": "^17.4.2",
111
111
  "env-var": "^7.5.0",
112
112
  "express-mysql-session": "^3.0.3",
113
113
  "express-session": "^1.19.0",
114
114
  "express-winston": "^4.2.0",
115
115
  "form-data": "^4.0.5",
116
- "joi": "^18.0.2",
116
+ "joi": "^18.1.2",
117
117
  "js-yaml": "4.1.1",
118
118
  "jsonwebtoken": "^9.0.3",
119
- "knex": "^3.1.0",
119
+ "knex": "^3.2.9",
120
120
  "moment": "^2.30.1",
121
- "mysql2": "^3.16.3",
122
- "node-forge": "^1.3.3",
123
- "node-vault": "^0.10.9",
121
+ "mysql2": "^3.22.2",
122
+ "node-forge": "^1.4.0",
123
+ "node-vault": "^0.12.0",
124
124
  "oas3-tools": "^2.2.3",
125
- "openid-client": "^6.8.1",
125
+ "openid-client": "^6.8.3",
126
126
  "passport": "^0.7.0",
127
127
  "passport-jwt": "^4.0.1",
128
- "qs": "^6.14.1",
129
- "soap": "^1.6.4",
128
+ "qs": "^6.15.1",
129
+ "soap": "^1.9.1",
130
130
  "ulid": "3.0.2",
131
131
  "winston": "^3.19.0",
132
132
  "xml2js": "^0.6.2"
133
133
  },
134
134
  "devDependencies": {
135
- "@commitlint/cli": "^20.4.1",
136
- "@commitlint/config-conventional": "^20.4.1",
135
+ "@commitlint/cli": "^20.5.0",
136
+ "@commitlint/config-conventional": "^20.5.0",
137
137
  "@types/jest": "30.0.0",
138
138
  "audit-ci": "^7.1.0",
139
139
  "axios-mock-adapter": "2.1.0",
@@ -145,9 +145,9 @@
145
145
  "husky": "^9.1.7",
146
146
  "jest": "^30.0.2",
147
147
  "jest-extended": "^7.0.0",
148
- "npm-check-updates": "^19.3.2",
149
- "nyc": "^17.1.0",
150
- "sinon": "^21.0.1",
148
+ "npm-check-updates": "^21.0.3",
149
+ "nyc": "^18.0.0",
150
+ "sinon": "^21.1.2",
151
151
  "snazzy": "^9.0.0",
152
152
  "source-map-support": "^0.5.21",
153
153
  "standard-version": "^9.5.0",