@mojaloop/connection-manager-api 3.3.3-snapshot.1 → 3.4.0-snapshot.1
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.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/connection-manager-api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0-snapshot.1",
|
|
4
4
|
"description": "Mojaloop Connection Manager API",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
"@hapi/hapi": "21.4.4",
|
|
95
95
|
"@keycloak/keycloak-admin-client": "^26.4.7",
|
|
96
96
|
"@kubernetes/client-node": "^1.4.0",
|
|
97
|
-
"@mojaloop/central-services-logger": "11.10.
|
|
98
|
-
"@mojaloop/central-services-metrics": "12.8.
|
|
99
|
-
"@mojaloop/central-services-shared": "18.34.
|
|
97
|
+
"@mojaloop/central-services-logger": "11.10.2",
|
|
98
|
+
"@mojaloop/central-services-metrics": "12.8.3",
|
|
99
|
+
"@mojaloop/central-services-shared": "18.34.5",
|
|
100
100
|
"@ory/keto-client": "^25.4.0",
|
|
101
101
|
"async-exit-hook": "^2.0.1",
|
|
102
102
|
"async-retry": "^1.3.3",
|
|
@@ -114,25 +114,25 @@
|
|
|
114
114
|
"form-data": "^4.0.5",
|
|
115
115
|
"joi": "^18.0.2",
|
|
116
116
|
"js-yaml": "4.1.1",
|
|
117
|
-
"jsonwebtoken": "^9.0.
|
|
117
|
+
"jsonwebtoken": "^9.0.3",
|
|
118
118
|
"knex": "^3.1.0",
|
|
119
119
|
"moment": "^2.30.1",
|
|
120
120
|
"mysql2": "^3.15.3",
|
|
121
|
-
"node-forge": "^1.3.
|
|
121
|
+
"node-forge": "^1.3.3",
|
|
122
122
|
"node-vault": "^0.10.9",
|
|
123
123
|
"oas3-tools": "^2.2.3",
|
|
124
124
|
"openid-client": "^6.8.1",
|
|
125
125
|
"passport": "^0.7.0",
|
|
126
126
|
"passport-jwt": "^4.0.1",
|
|
127
127
|
"qs": "^6.14.0",
|
|
128
|
-
"soap": "^1.6.
|
|
128
|
+
"soap": "^1.6.1",
|
|
129
129
|
"ulid": "3.0.2",
|
|
130
|
-
"winston": "^3.
|
|
130
|
+
"winston": "^3.19.0",
|
|
131
131
|
"xml2js": "^0.6.2"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@commitlint/cli": "^20.
|
|
135
|
-
"@commitlint/config-conventional": "^20.
|
|
134
|
+
"@commitlint/cli": "^20.2.0",
|
|
135
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
136
136
|
"@types/jest": "30.0.0",
|
|
137
137
|
"audit-ci": "^7.1.0",
|
|
138
138
|
"axios-mock-adapter": "2.1.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"husky": "^9.1.7",
|
|
145
145
|
"jest": "^30.0.2",
|
|
146
146
|
"jest-extended": "^7.0.0",
|
|
147
|
-
"npm-check-updates": "^19.
|
|
147
|
+
"npm-check-updates": "^19.2.0",
|
|
148
148
|
"nyc": "^17.1.0",
|
|
149
149
|
"sinon": "^21.0.0",
|
|
150
150
|
"snazzy": "^9.0.0",
|